On Thu, Oct 17, 2024 at 12:33:30PM +0100, Daniel P. Berrangé wrote: > Date: Thu, 17 Oct 2024 12:33:30 +0100 > From: "Daniel P. Berrangé" <berra...@redhat.com> > Subject: [PATCH v2 18/31] replay: 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> > --- > replay/replay-debugging.c | 2 +- > replay/replay-snapshot.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >
Reviewed-by: Zhao Liu <zhao1....@intel.com>