On Thu, 17 Oct 2024 12:33:21 +0100 Daniel P. Berrangé <berra...@redhat.com> wrote:
> diff --git a/hw/s390x/s390-skeys.c b/hw/s390x/s390-skeys.c > index bf22d6863e..1b89092fe7 100644 > --- a/hw/s390x/s390-skeys.c > +++ b/hw/s390x/s390-skeys.c > @@ -16,7 +16,7 @@ > #include "hw/s390x/storage-keys.h" > #include "qapi/error.h" > #include "qapi/qapi-commands-misc-target.h" > -#include "qapi/qmp/qdict.h" > +#include "qobject/qdict.h" > #include "qemu/error-report.h" > #include "sysemu/memory_mapping.h" > #include "exec/address-spaces.h" > diff --git a/hw/s390x/s390-stattrib.c b/hw/s390x/s390-stattrib.c > index c4259b5327..b9116cd5f5 100644 > --- a/hw/s390x/s390-stattrib.c > +++ b/hw/s390x/s390-stattrib.c > @@ -18,7 +18,7 @@ > #include "qemu/error-report.h" > #include "exec/ram_addr.h" > #include "qapi/error.h" > -#include "qapi/qmp/qdict.h" > +#include "qobject/qdict.h" > #include "cpu.h" Acked-by: Halil Pasic <pa...@linux.ibm.com> #s390x