Il sab 3 mag 2025, 07:39 Wei Liu <wei....@kernel.org> ha scritto: > FWIW this series builds fine on for x86 HVF. >
Thanks, can you also test it on either HVF or Hyper-V? Paolo Thanks, > Wei. > > > > > Paolo Bonzini (4): > > target/i386/emulate: fix target_ulong format strings > > target/i386/emulate: stop overloading decode->op[N].ptr > > target/i386/emulate: mostly rewrite flags handling > > target/i386: remove lflags > > > > target/i386/cpu.h | 6 - > > target/i386/emulate/x86_decode.h | 9 +- > > target/i386/emulate/x86_emu.h | 8 +- > > target/i386/emulate/x86_flags.h | 12 +- > > target/i386/emulate/x86_decode.c | 76 ++++++------ > > target/i386/emulate/x86_emu.c | 125 +++++++++---------- > > target/i386/emulate/x86_flags.c | 198 +++++++++++++------------------ > > 7 files changed, 197 insertions(+), 237 deletions(-) > > > > -- > > 2.49.0 > > > >