On Wed, Jul 20, 2022 at 11:11:52 +0200, Eugenio Pérez wrote: > since qemu 6.0, if migration is blocked for some reason, 'query-migrate' > will return an array of error strings describing the migration blockers. > This can be used to check whether there are any devices blocking > migration, etc. > > Enable qemu monitor to send this query. > > Signed-off-by: Eugenio Pérez <eperezma@xxxxxxxxxx> > --- > src/qemu/qemu_monitor.c | 11 +++++++++++ > src/qemu/qemu_monitor.h | 4 ++++ > 2 files changed, 15 insertions(+) You can just squash this into the previous patch. Jirka