-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packer needs qemu-img #228
Comments
Hi @M3noetius and thank you for opening an issue. I wasn't aware of the problem you are reporting, since I'm simply relying on the system package to get I'm not fully understanding all the QEMU-Nyx modifications at this stage. #ifndef QEMU_NYX
struct BlockBackend {
char *name;
int refcnt;
BdrvChild *root; and judging from the In any case, Packer and the Windows template here isn't configured to use the QEMU-Nyx binary that you built previously. So in my case, I also the system packaged QEMU to build the Windows template, and then fuzz it with QEMU-Nyx, doesn't seem to be a problem. @il-steffen can you shed some lights regarding the |
Closed by #234 |
Good afternoon,
In order to compile QEMU-NYX the --disable--tools is disabled [here].
Am I suppose to go to QEMU-nyx master [here] and compile the tool ?
I see that the changes are at the "block-backend.c" and I guess this will have an affect on the image used. [here] [git_blame]
Thank you
The text was updated successfully, but these errors were encountered: