On Tue, Jan 09, 2024 at 12:05:39PM -0500, Jason Andryuk wrote: > libxl__spawn_qdisk_backend() explicitly sets guest_config to NULL when > starting QEMU (the usual launch through libxl__spawn_local_dm() has a > guest_config though). > > Bail early on a NULL guest_config/d_config. This skips the QMP queries > for chardevs and VNC, but this xenpv QEMU instance isn't expected to > provide those - only qdisk (or 9pfs backends after an upcoming change). > > Signed-off-by: Jason Andryuk <[email protected]>
Acked-by: Anthony PERARD <[email protected]> Thanks, -- Anthony PERARD
