Policy change: if the requested guest caps do not express a preference for any particular video type, pick Standard_VGA.
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1961107 Signed-off-by: Laszlo Ersek <[email protected]> --- convert/convert_linux.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert/convert_linux.ml b/convert/convert_linux.ml index 15f68fd4f8db..ae0bd39d1b2d 100644 --- a/convert/convert_linux.ml +++ b/convert/convert_linux.ml @@ -113,7 +113,7 @@ let convert (g : G.guestfs) source inspect keep_serial_console rcaps _ = let video = match rcaps.rcaps_video with - | None -> QXL + | None -> Standard_VGA | Some video -> video in let block_type = -- 2.19.1.3.g30247aa5d201 _______________________________________________ Libguestfs mailing list [email protected] https://listman.redhat.com/mailman/listinfo/libguestfs
