-
Notifications
You must be signed in to change notification settings - Fork 71
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
update qemu version to v7.0.0 #93
Conversation
Can be tested with: $ docker run --privileged --rm crazymax/binfmt:v7.0.0 --uninstall qemu-*
$ docker run --privileged --rm crazymax/binfmt:v7.0.0 --install all |
LGTM - have played around with a custom buildkit build using QEMU 7.0.0, I'm still able to build all the things I was able to previously :) |
Signed-off-by: CrazyMax <[email protected]>
sched patches is now available upstream since qemu 7.0 zero-init-msghdr is not needed anymore (available on aports) Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
@tonistiigi fyi, I changed how aports patches are handled. now it matches qemu version also exposes the $ QEMU_VERSION=v6.2.0 QEMU_PATCHES=cpu-max,zero-init-msghdr,sched docker buildx bake mainline |
sched
patches now available upstream since qemu 7.0zero-init-msghdr
patch not needed too (available on aports https://github.com/alpinelinux/aports/blob/3b4b1edc2209bad6bf704dea60a27cd4b8be83f0/community/qemu/musl-initialise-msghdr.patch)also adds a new patch for buildkit patches to use GLib to remember the program name as
error_get_progname
has been removed: qemu/qemu@336d354closes #83
might solve #90
cc @jedevc