You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
958 B
24 lines
958 B
2 years ago
|
From ca9e31a9ae2e9cf5df5c65955ad746ee9f8d560b Mon Sep 17 00:00:00 2001
|
||
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
||
|
Date: Thu, 2 Mar 2017 14:21:37 +0100
|
||
|
Subject: [PATCH] RHEL 8: v2v: -i disk: force VNC as display (RHBZ#1372671)
|
||
|
|
||
|
The SDL output mode is not supported in RHEL 8's qemu-kvm.
|
||
|
---
|
||
|
v2v/input_disk.ml | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/v2v/input_disk.ml b/v2v/input_disk.ml
|
||
|
index d146e84c..4e403003 100644
|
||
|
--- a/v2v/input_disk.ml
|
||
|
+++ b/v2v/input_disk.ml
|
||
|
@@ -89,7 +89,7 @@ class input_disk input_format disk = object
|
||
|
s_features = [ "acpi"; "apic"; "pae" ];
|
||
|
s_firmware = UnknownFirmware; (* causes virt-v2v to autodetect *)
|
||
|
s_display =
|
||
|
- Some { s_display_type = Window; s_keymap = None; s_password = None;
|
||
|
+ Some { s_display_type = VNC; s_keymap = None; s_password = None;
|
||
|
s_listen = LNoListen; s_port = None };
|
||
|
s_video = None;
|
||
|
s_sound = None;
|