All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH XEN] tools: Update HVM example whith AHCI, stdvga, tablet and UEFI.
@ 2026-01-12 22:45 Alexandre GRIVEAUX
  0 siblings, 0 replies; only message in thread
From: Alexandre GRIVEAUX @ 2026-01-12 22:45 UTC (permalink / raw)
  To: xen-devel; +Cc: Anthony PERARD, agriveaux

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

Signed-off-by: Alexandre GRIVEAUX <agriveaux@deutnet.info>
---
 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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-01-13  6:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-12 22:45 [PATCH XEN] tools: Update HVM example whith AHCI, stdvga, tablet and UEFI Alexandre GRIVEAUX

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.