Update HVM example file whith options:
- AHCI
- stdvga
- tablet
- UEFI

Signed-off-by: Alexandre GRIVEAUX <[email protected]>
---
 tools/examples/xlexample.hvm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/tools/examples/xlexample.hvm b/tools/examples/xlexample.hvm
index df9fe07653..8b615edb5c 100644
--- a/tools/examples/xlexample.hvm
+++ b/tools/examples/xlexample.hvm
@@ -41,7 +41,20 @@ vif = [ '' ]
 # A list of `diskspec' entries as described in
 # docs/misc/xl-disk-configuration.txt
 disk = [ '/dev/vg/guest-volume,raw,xvda,rw' ]
+# Enable to use an AHCI emulated disk instead of IDE
+# (AHCI via emulated ich9 disk controller)
+#hdtype=ahci
+
+# Enable standard vga card for resolution better than 1280x1024 at 32bpp.
+#vga="stdvga"
 
 # Guest VGA console configuration, either SDL or VNC
 sdl = 1
 #vnc = 1
+
+# Enable to use a pointer device using absolute coordinates
+# (VNC work better in this mode).
+#usbdevice=['tablet']
+
+# Enable UEFI via ovmf firmware.
+#firmware="ovmf"
-- 
2.47.3


Reply via email to