Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260626-qemu-no-hmp-v2-0-8af31bc54c61@redhat.com
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Philippe Mathieu-Daudé" <philmd@mailo.com>, Gerd Hoffmann <kraxel@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Ani Sinha <anisinha@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, "Dr. David Alan Gilbert" <dave@treblig.org>, Laurent Vivier <lvivier@redhat.com>, Amit Shah <amit@kernel.org>, "Michael S. Tsirkin" <mst@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, David Woodhouse <dwmw2@infradead.org>, Paul Durrant <paul@xen.org>, Marcelo Tosatti <mtosatti@redhat.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Jason Wang <jasowang@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Jason Herne <jjherne@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Matthew Rosato <mjrosato@linux.ibm.com>, Ilya Leoshkevich <iii@linux.ibm.com>, David Hildenbrand <david@kernel.org>, Cornelia Huck <cohuck@redhat.com>, Stefano Stabellini <sstabellini@kernel.org>, Anthony PERARD <anthony@xenproject.org>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Peter Xu <peterx@redhat.com>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Hyman Huang <infra.ai.cloud@bitdeer.com>, Fabiano Rosas <farosas@suse.de>, Markus Armbruster <armbru@redhat.com>, Samuel Thibault <samuel.thibault@ens-lyon.org>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>, Eric Blake <eblake@redhat.com>, Zhao Liu <zhao1.liu@intel.com>, Nicholas Piggin <npiggin@gmail.com>, Chinmay Rath <rathc@linux.ibm.com>, Glenn Miles <milesg@linux.ibm.com>, Harsh Prateek Bora <harshpb@linux.ibm.com>, Palmer Dabbelt <palmer@dabbelt.com>, Alistair Francis <alistair.francis@wdc.com>, Weiwei Li <liwei1518@gmail.com>, Daniel Henrique Barboza <daniel.barboza@oss.qualcomm.com>, Liu Zhiwei <zhiwei_liu@linux.alibaba.com>, Chao Liu <chao.liu.zevorn@gmail.com>, Yoshinori Sato <yoshinori.sato@nifty.com>, Artyom Tarasenko <atar4qemu@gmail.com>, Max Filippov <jcmvbkbc@gmail.com>, Thomas Huth <th.huth+qemu@posteo.eu>, Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>, Aditya Gupta <adityag@linux.ibm.com>, Gautam Menghani <gautam@linux.ibm.com>, Stefan Hajnoczi <stefanha@redhat.com>
meson.build | 6 +-
qapi/block.json | 34 ++
qapi/control.json | 4 +-
qapi/machine.json | 5 +-
qapi/misc.json | 3 +-
qapi/net.json | 166 +++++++++
include/hw/core/qdev.h | 2 +
include/hw/core/sysemu-cpu-ops.h | 2 +
include/monitor/monitor.h | 11 +-
include/net/net.h | 3 +-
include/qemu-io.h | 4 +-
include/system/memory.h | 2 +
monitor/monitor-internal.h | 4 +-
net/hub.h | 4 +-
target/i386/cpu.h | 4 +-
tests/qtest/libqtest.h | 11 +
accel/accel-system.c | 2 +
accel/tcg/monitor.c | 2 +
block/monitor/block-hmp-cmds.c | 60 +--
block/monitor/qmp-cmds.c | 79 ++++
chardev/char.c | 7 +
gdbstub/system.c | 8 +
hw/char/virtio-serial-bus.c | 6 +
hw/core/sysbus.c | 6 +
hw/i386/kvm/xen-stubs.c | 2 +
hw/i386/kvm/xen_evtchn.c | 3 +-
hw/i386/sgx.c | 2 +
hw/misc/auxbus.c | 16 +-
hw/misc/mos6522-stub.c | 2 +
hw/misc/mos6522.c | 2 +
hw/pci/pci-stub.c | 2 +
hw/pci/pci.c | 2 +
hw/s390x/s390-skeys.c | 2 +
hw/s390x/s390-stattrib.c | 4 +
hw/s390x/s390-virtio-ccw.c | 5 +
hw/uefi/ovmf-log.c | 2 +
hw/usb/bus.c | 6 +
hw/usb/host-libusb.c | 6 +
hw/xen/xen-bus.c | 4 +
migration/dirtyrate.c | 2 +
monitor/hmp-cmds.c | 53 +--
monitor/hmp.c | 7 +-
monitor/monitor.c | 47 ++-
monitor/qmp-cmds.c | 2 +
net/hub.c | 29 +-
net/net-hmp-cmds.c | 59 ++-
net/net.c | 70 +++-
net/slirp.c | 41 +-
qemu-io-cmds.c | 414 +++++++++++----------
qemu-io.c | 17 +-
replay/replay-debugging.c | 8 +
replay/stubs-system.c | 6 +
stubs/monitor-core.c | 2 +
stubs/monitor-internal.c | 2 +
system/cpus.c | 7 +-
system/dirtylimit.c | 6 +
system/physmem.c | 31 ++
system/qdev-monitor.c | 4 +
system/qtest.c | 14 +
system/vl.c | 6 +-
target/i386/cpu-apic.c | 2 +
target/i386/cpu.c | 4 +
target/i386/helper.c | 49 +--
target/i386/kvm/kvm.c | 4 +-
target/i386/monitor.c | 13 +-
target/i386/sev.c | 2 +
target/m68k/cpu.c | 4 +
target/m68k/monitor.c | 2 +
target/ppc/monitor.c | 2 +
target/riscv/monitor.c | 3 +
target/sh4/monitor.c | 2 +
target/sparc/cpu.c | 5 +-
target/sparc/monitor.c | 2 +
target/xtensa/monitor.c | 2 +
tests/qtest/cdrom-test.c | 29 +-
tests/qtest/device-introspect-test.c | 111 ++++--
tests/qtest/drive_del-test.c | 25 ++
tests/qtest/ide-test.c | 4 +-
tests/qtest/libqtest.c | 14 +
tests/qtest/netdev-socket.c | 143 ++++---
tests/qtest/numa-test.c | 63 +++-
tests/qtest/pnv-host-i2c-test.c | 2 +-
tests/qtest/pnv-xive2-test.c | 2 +-
tests/qtest/qmp-test.c | 9 +-
tests/unit/test-util-sockets.c | 4 +-
tools/qemu-vnc/stubs.c | 2 +
util/error-report.c | 8 +-
util/qemu-print.c | 6 +
audio/meson.build | 4 +-
backends/meson.build | 5 +-
block/monitor/meson.build | 5 +-
chardev/meson.build | 5 +-
disas/meson.build | 4 +-
dump/meson.build | 5 +-
hmp-commands-info.hx | 6 +-
hmp-commands.hx | 14 +-
hw/core/meson.build | 5 +-
hw/i386/meson.build | 4 +-
hw/net/meson.build | 4 +-
hw/pci/meson.build | 4 +-
hw/virtio/meson.build | 4 +-
meson_options.txt | 2 +
migration/meson.build | 4 +-
monitor/meson.build | 9 +-
net/meson.build | 4 +-
python/qemu/utils/__init__.py | 5 +-
qemu-options.hx | 6 +-
qom/meson.build | 4 +-
scripts/meson-buildoptions.sh | 3 +
stats/meson.build | 5 +-
stubs/meson.build | 12 +-
system/meson.build | 9 +-
tests/functional/generic/test_version.py | 10 +-
tests/functional/qemu_test/utils.py | 8 +-
tests/qemu-iotests/004.out | 20 +-
tests/qemu-iotests/021.out | 60 +--
tests/qemu-iotests/026.out | 228 ++++++------
tests/qemu-iotests/028 | 1 +
tests/qemu-iotests/045 | 3 +-
tests/qemu-iotests/051 | 1 +
tests/qemu-iotests/056 | 3 +-
tests/qemu-iotests/060 | 1 +
tests/qemu-iotests/060.out | 44 ++-
tests/qemu-iotests/068 | 1 +
tests/qemu-iotests/071 | 1 +
tests/qemu-iotests/071.out | 10 +-
tests/qemu-iotests/072.out | 2 +-
tests/qemu-iotests/080.out | 4 +-
tests/qemu-iotests/081 | 1 +
tests/qemu-iotests/081.out | 2 +-
tests/qemu-iotests/083.out | 36 +-
tests/qemu-iotests/089.out | 4 +-
tests/qemu-iotests/091 | 1 +
tests/qemu-iotests/093 | 3 +-
tests/qemu-iotests/102 | 1 +
tests/qemu-iotests/114.out | 2 +-
tests/qemu-iotests/117 | 1 +
tests/qemu-iotests/119 | 1 +
tests/qemu-iotests/120 | 1 +
tests/qemu-iotests/124 | 3 +-
tests/qemu-iotests/130 | 1 +
tests/qemu-iotests/132 | 3 +-
tests/qemu-iotests/134.out | 2 +-
tests/qemu-iotests/136 | 3 +-
tests/qemu-iotests/137.out | 2 +-
tests/qemu-iotests/142 | 1 +
tests/qemu-iotests/145 | 1 +
tests/qemu-iotests/146 | 1 +
tests/qemu-iotests/148 | 3 +-
tests/qemu-iotests/151 | 3 +-
tests/qemu-iotests/152 | 3 +-
tests/qemu-iotests/153 | 1 +
tests/qemu-iotests/153.out | 12 +-
tests/qemu-iotests/156 | 1 +
tests/qemu-iotests/157 | 1 +
tests/qemu-iotests/161 | 1 +
tests/qemu-iotests/165 | 3 +-
tests/qemu-iotests/171 | 2 +-
tests/qemu-iotests/171.out | 68 ++--
tests/qemu-iotests/172 | 1 +
tests/qemu-iotests/181 | 1 +
tests/qemu-iotests/185 | 1 +
tests/qemu-iotests/186 | 1 +
tests/qemu-iotests/192 | 1 +
tests/qemu-iotests/201 | 1 +
tests/qemu-iotests/205 | 6 +-
tests/qemu-iotests/214.out | 2 +-
tests/qemu-iotests/216 | 3 +-
tests/qemu-iotests/220.out | 2 +-
tests/qemu-iotests/225 | 1 +
tests/qemu-iotests/225.out | 4 +-
tests/qemu-iotests/232 | 1 +
tests/qemu-iotests/236 | 3 +-
tests/qemu-iotests/244.out | 12 +-
tests/qemu-iotests/245 | 3 +-
tests/qemu-iotests/246 | 3 +-
tests/qemu-iotests/249 | 1 +
tests/qemu-iotests/249.out | 6 +-
tests/qemu-iotests/254 | 3 +-
tests/qemu-iotests/255 | 3 +-
tests/qemu-iotests/257 | 3 +-
tests/qemu-iotests/260 | 3 +-
tests/qemu-iotests/264 | 3 +-
tests/qemu-iotests/267 | 1 +
tests/qemu-iotests/271.out | 14 +-
tests/qemu-iotests/274 | 3 +-
tests/qemu-iotests/280 | 1 +
tests/qemu-iotests/281 | 3 +-
tests/qemu-iotests/283 | 1 +
tests/qemu-iotests/286 | 1 +
tests/qemu-iotests/289.out | 2 +-
tests/qemu-iotests/298 | 3 +-
tests/qemu-iotests/300 | 3 +-
tests/qemu-iotests/304 | 3 +-
tests/qemu-iotests/305.out | 2 +-
tests/qemu-iotests/307.out | 2 +-
tests/qemu-iotests/310 | 3 +-
tests/qemu-iotests/common.rc | 8 +
tests/qemu-iotests/iotests.py | 32 +-
tests/qemu-iotests/tests/backup-discard-source | 7 +-
tests/qemu-iotests/tests/copy-before-write | 69 ++--
tests/qemu-iotests/tests/file-io-error.out | 2 +-
tests/qemu-iotests/tests/image-fleecing | 3 +-
tests/qemu-iotests/tests/image-fleecing.out | 12 +-
tests/qemu-iotests/tests/inactive-node-nbd.out | 8 +-
tests/qemu-iotests/tests/iothreads-create | 3 +-
tests/qemu-iotests/tests/luks-detached-header | 3 +-
.../tests/migrate-bitmaps-postcopy-test | 3 +-
tests/qemu-iotests/tests/migrate-bitmaps-test | 3 +-
tests/qemu-iotests/tests/mirror-change-copy-mode | 3 +-
tests/qemu-iotests/tests/mirror-ready-cancel-error | 3 +-
tests/qemu-iotests/tests/qcow2-internal-snapshots | 1 +
tests/qemu-iotests/tests/qsd-migrate | 3 +-
tests/qemu-iotests/tests/reopen-file | 3 +-
tests/qemu-iotests/tests/write-zeroes-unmap | 1 +
tests/qtest/meson.build | 8 +-
tests/vm/basevm.py | 13 +-
trace/meson.build | 5 +-
ui/meson.build | 4 +-
219 files changed, 1917 insertions(+), 927 deletions(-)