qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

xen bits broke x32 build


From: Michael Tokarev
Subject: xen bits broke x32 build
Date: Sat, 1 Apr 2023 11:40:11 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0

After bringing in xen guest support, qemu fails to build on x32:

target/i386/kvm/xen-emu.c:876:5: note: in expansion of macro ‘qemu_build_assert’
  876 |     qemu_build_assert(sizeof(struct vcpu_info) == 64);
      |     ^~~~~~~~~~~~~~~~~

This one should be easy to fix, but I wonder if there are other issues
with x32 exists..

Thanks,

/mjt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]