Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260325151728.45378-1-philmd@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, David Hildenbrand <david@kernel.org>, Igor Mammedov <imammedo@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Yanan Wang <wangyanan55@huawei.com>, Zhao Liu <zhao1.liu@intel.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>
MAINTAINERS | 21 +++---
configure | 64 +++++++++++++----
meson.build | 2 +-
include/hw/core/boards.h | 11 +++
include/hw/core/qdev-properties.h | 1 +
include/hw/core/qdev.h | 27 -------
include/qom/compat-properties.h | 40 +++++++++++
include/qom/object.h | 8 ---
accel/accel-system.c | 1 +
backends/hostmem.c | 1 +
hw/core/machine.c | 1 +
hw/core/qdev-properties.c | 1 +
hw/core/qdev.c | 1 +
hw/i386/pc_q35.c | 1 +
qom/compat-properties.c | 116 ++++++++++++++++++++++++++++++
qom/object.c | 102 +-------------------------
system/rtc.c | 1 +
system/vl.c | 1 +
target/i386/sev.c | 1 +
ui/vdagent.c | 1 +
qom/meson.build | 3 +
21 files changed, 248 insertions(+), 157 deletions(-)
create mode 100644 include/qom/compat-properties.h
create mode 100644 qom/compat-properties.c