-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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 <crazy-max@users.noreply.github.com>
sched patches is now available upstream since qemu 7.0 zero-init-msghdr is not needed anymore (available on aports) Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
@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