On Thu, Oct 17, 2024 at 12:33:21PM +0100, Daniel P. Berrangé wrote: > Date: Thu, 17 Oct 2024 12:33:21 +0100 > From: "Daniel P. Berrangé" <berra...@redhat.com> > Subject: [PATCH v2 09/31] hw: adapt to new import path for qobject data > type headers > > The qobject data type headers have moved from qapi/qmp/ to > qobject/. > > Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> > --- > hw/arm/aspeed_ast27x0.c | 2 +- > hw/arm/mps2-tz.c | 2 +- > hw/arm/mps2.c | 2 +- > hw/arm/mps3r.c | 2 +- > hw/arm/sbsa-ref.c | 2 +- > hw/arm/stellaris.c | 2 +- > hw/arm/vexpress.c | 2 +- > hw/arm/virt.c | 2 +- > hw/arm/xlnx-versal.c | 2 +- > hw/block/xen-block.c | 4 ++-- > hw/core/machine-hmp-cmds.c | 2 +- > hw/core/machine-qmp-cmds.c | 2 +- > hw/core/qdev-properties.c | 2 +- > hw/core/qdev.c | 2 +- > hw/hyperv/hv-balloon.c | 2 +- > hw/i386/acpi-build.c | 2 +- > hw/i386/kvm/xen_evtchn.c | 2 +- > hw/i386/monitor.c | 2 +- > hw/i386/pc.c | 2 +- > hw/net/rocker/rocker-hmp-cmds.c | 2 +- > hw/net/virtio-net.c | 2 +- > hw/net/xen_nic.c | 2 +- > hw/pci/pci-hmp-cmds.c | 2 +- > hw/ppc/pegasos2.c | 2 +- > hw/ppc/spapr_drc.c | 2 +- > hw/rx/rx62n.c | 2 +- > hw/s390x/s390-skeys.c | 2 +- > hw/s390x/s390-stattrib.c | 2 +- > hw/usb/xen-usb.c | 4 ++-- > hw/vfio/pci.c | 2 +- > hw/virtio/virtio-hmp-cmds.c | 2 +- > hw/virtio/virtio-qmp.c | 4 ++-- > hw/xen/xen-bus.c | 2 +- > 33 files changed, 36 insertions(+), 36 deletions(-) >
Reviewed-by: Zhao Liu <zhao1....@intel.com>