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

2024-10-18 Thread Zhao Liu
On Thu, Oct 17, 2024 at 12:33:39PM +0100, Daniel P. Berrangé wrote: > Date: Thu, 17 Oct 2024 12:33:39 +0100 > From: "Daniel P. Berrangé" > Subject: [PATCH v2 27/31] ui: adapt to new import path for qobject data > type headers > > The qobject data type headers

[PATCH v2 27/31] ui: 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é --- ui/ui-hmp-cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ui-hmp-cmds.c b/ui/ui-hmp-cmds.c index 26c8ced1f2..980a8bbc51 100644 --- a/ui/ui-hmp-cmds.c +++ b/ui/