On Sat, Feb 14, 2026 at 02:16:56PM +0100, Bernhard Beschow wrote: > When testing Mohamed's recent x86_64 WHPX updates [1] I encountered two > compilation issues under MSYS2/GCC which are fixed in this series. The last > commit fixes a missed optimization opportunity in MSHV code. > > The MSHV code will be reused in WHPX [1] which allowed me to test it. I > didn't notice any performance benefits, though in theory there should be some > due to less guest memory accesses. > > Testing done: > * Use a Linux VM for a couple of hours > > [1] > https://lore.kernel.org/qemu-devel/[email protected]/ > > Bernhard Beschow (3): > target/i386/emulate/x86_decode: Fix compiler warning > target/i386/hvf/x86_mmu: Fix compiler warning > target/i386/emulate/x86_decode: Actually use stream in > decode_instruction_stream()
Reviewed-by: Wei Liu (Microsoft) <[email protected]>
