Hi Stewart, On 14/04/2023 19:57, Stewart Hildebrand wrote:
This is a collection of fixes needed to build the hypervisor with -Og for arm64.I build-tested this with the following command: make -j $(nproc) \ EXTRA_CFLAGS_XEN_CORE="-Og" \ XEN_TARGET_ARCH=arm64 \ CROSS_COMPILE=aarch64-none-linux-gnu- \ dist-xen Stewart Hildebrand (3): xen/arm: mark __guest_cmpxchg always_inline xen/efi: fix unitialized use warning xen/arm: fix unitialized use warning
I have committed patch #1 and #3. Jan already committed patch #2. Thanks, -- Julien Grall
