Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250512190524.179419-1-pbonzini@redhat.com
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Cornelia Huck <cohuck@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Manos Pitsidianakis <manos.pitsidianakis@linaro.org>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>, Zhao Liu <zhao1.liu@intel.com>, Cameron Esfahani <dirty@apple.com>, Roman Bolshakov <rbolshakov@ddn.com>, Phil Dennis-Jordan <phil@philjordan.eu>, Wei Liu <wei.liu@kernel.org>, Eduardo Habkost <eduardo@habkost.net>
docs/devel/rust.rst | 2 +-
meson.build | 54 ++++++-----
linux-headers/asm-x86/kvm.h | 71 ++++++++++++++
linux-headers/linux/kvm.h | 1 +
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 +--
hw/audio/cs4231a.c | 4 +
target/i386/cpu.c | 21 ++++-
target/i386/emulate/x86_decode.c | 74 +++++++--------
target/i386/emulate/x86_emu.c | 123 ++++++++++++------------
target/i386/emulate/x86_flags.c | 198 ++++++++++++++++-----------------------
target/i386/tcg/seg_helper.c | 81 +++++++++-------
target/i386/tcg/decode-new.c.inc | 36 +++++--
accel/tcg/meson.build | 2 +-
meson_options.txt | 4 -
rust/hw/char/pl011/src/device.rs | 25 +++--
scripts/meson-buildoptions.sh | 6 --
scripts/modinfo-collect.py | 23 +++--
tcg/meson.build | 2 +-
ui/meson.build | 3 -
22 files changed, 423 insertions(+), 342 deletions(-)