[Buildroot] [PATCH RESEND] package/qemu: bump to version 11.0.0
Fiona Klute
fiona.klute at gmx.de
Wed May 13 10:02:22 UTC 2026
Hi Baruch!
Am 13.05.26 um 05:53 schrieb Baruch Siach via buildroot:
> Hi Joseph,
>
> On Tue, May 12 2026, Joseph Kogut wrote:
>> Changelog:
>> https://wiki.qemu.org/ChangeLog/11.0
>>
>> Note:
>> Support for all 32-bit host systems has been removed.
>>
>> Signed-off-by: Joseph Kogut <joseph at anodize.com>
>> ---
>> package/qemu/Config.in | 5 +----
>> package/qemu/qemu.hash | 2 +-
>> package/qemu/qemu.mk | 2 +-
>> 3 files changed, 3 insertions(+), 6 deletions(-)
>>
>> diff --git a/package/qemu/Config.in b/package/qemu/Config.in
>> index 0b16c8c284..c735381b4b 100644
>> --- a/package/qemu/Config.in
>> +++ b/package/qemu/Config.in
>> @@ -1,11 +1,8 @@
>> config BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET
>> bool
>> # Only tested on these architectures
>> + default n if !BR2_ARCH_IS_64
>> default y if BR2_aarch64
>> - default y if BR2_arm && !BR2_ARM_CPU_ARMV4 && !BR2_ARM_CPU_ARMV5
>> - default y if BR2_i386
>> - default y if BR2_mips
>> - default y if BR2_mipsel
>
> qemu 11 dropped 32-bit host support as you mentioned in commit log. But
> this config symbol indicates target support. qemu changelog does not
> mention removal of all 32-bit targets.
This is for building Qemu for the (Buildroot) target system though. That
makes the Buildroot target the (Qemu) host (VMs running on the target),
so it's affected by Qemu dropping 32-bit host support. The Buildroot
host-qemu shouldn't be, unless someone is building on a 32-bit system
(seems unlikely).
Best regards,
Fiona
More information about the buildroot
mailing list