Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260504-rdm5-v4-0-bdf61e57c1e1@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Dr. David Alan Gilbert" <dave@treblig.org>, "Maciej S. Szmigiero" <maciej.szmigiero@oracle.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Mark Kanda <mark.kanda@oracle.com>, Ben Chaney <bchaney@akamai.com>, Alex Williamson <alex@shazbot.org>, "Cédric Le Goater" <clg@redhat.com>, David Hildenbrand <david@kernel.org>, "Michael S. Tsirkin" <mst@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Zhao Liu <zhao1.liu@intel.com>, Marcelo Tosatti <mtosatti@redhat.com>
MAINTAINERS | 4 +
qapi/machine.json | 55 ++
include/hw/vfio/vfio-container.h | 2 +-
include/hw/vfio/vfio-cpr.h | 2 +-
include/hw/virtio/virtio-mem.h | 3 -
include/monitor/hmp.h | 1 +
include/system/memory.h | 283 +-----
include/system/ram-discard-manager.h | 358 ++++++++
include/system/ramblock.h | 6 +-
accel/kvm/kvm-all.c | 5 +-
hw/core/machine-hmp-cmds.c | 32 +
hw/vfio/cpr-legacy.c | 4 +-
hw/vfio/listener.c | 10 +-
hw/virtio/virtio-mem.c | 286 ++-----
migration/ram.c | 6 +-
system/memory.c | 83 +-
system/memory_mapping.c | 4 +-
system/physmem.c | 27 +-
system/ram-block-attributes.c | 329 +++----
system/ram-discard-manager.c | 612 +++++++++++++
target/i386/kvm/tdx.c | 2 +-
tests/unit/test-ram-discard-manager-stubs.c | 48 ++
tests/unit/test-ram-discard-manager.c | 1235 +++++++++++++++++++++++++++
hmp-commands-info.hx | 13 +
rust/bindings/system-sys/lib.rs | 2 +-
system/meson.build | 1 +
system/trace-events | 2 +-
tests/unit/meson.build | 8 +-
28 files changed, 2597 insertions(+), 826 deletions(-)