Re: [PATCH v2 09/31] hw: adapt to new import path for qobject data type headers

2024-10-18 Thread Zhao Liu
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é" > Subject: [PATCH v2 09/31] hw: adapt to new import path for qobject data > type headers > > The qobject data type headers

Re: [PATCH v2 09/31] hw: adapt to new import path for qobject data type headers

2024-10-17 Thread Halil Pasic
On Thu, 17 Oct 2024 12:33:21 +0100 Daniel P. Berrangé 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/e

[PATCH v2 09/31] hw: adapt to new import path for qobject data type headers

2024-10-17 Thread Daniel P . Berrangé
The qobject data type headers have moved from qapi/qmp/ to qobject/. Signed-off-by: Daniel P. Berrangé --- 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