All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre GRIVEAUX <agriveaux@deutnet.info>
To: xen-devel@lists.xenproject.org
Cc: Anthony PERARD <anthony.perard@vates.tech>, agriveaux@deutnet.info
Subject: [PATCH XEN] tools: Update HVM example whith AHCI, stdvga, tablet and UEFI.
Date: Mon, 12 Jan 2026 23:45:15 +0100	[thread overview]
Message-ID: <aWV5e1kIRkCecPcm@deutnet.info> (raw)

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



                 reply	other threads:[~2026-01-13  6:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aWV5e1kIRkCecPcm@deutnet.info \
    --to=agriveaux@deutnet.info \
    --cc=anthony.perard@vates.tech \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.