[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] examples: add a PVH guest config file template
commit e43aad54fc89bb77a369430a37a2d4949dfa3d9e Author: Roger Pau Monne <roger.pau@xxxxxxxxxx> AuthorDate: Fri Oct 6 14:52:01 2017 +0100 Commit: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> CommitDate: Mon Oct 9 15:43:47 2017 +0100 examples: add a PVH guest config file template Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- tools/examples/xlexample.pvhlinux | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/tools/examples/xlexample.pvhlinux b/tools/examples/xlexample.pvhlinux new file mode 100644 index 0000000..18305b8 --- /dev/null +++ b/tools/examples/xlexample.pvhlinux @@ -0,0 +1,42 @@ +# ===================================================================== +# Example PVH Linux guest configuration +# ===================================================================== +# +# This is a fairly minimal example of what is required for a +# PVH Linux guest. For a more complete guide see xl.cfg(5) + +# This configures a PVH rather than PV guest +type = "pvh" + +# Guest name +name = "example.pvhlinux" + +# 128-bit UUID for the domain as a hexadecimal number. +# Use "uuidgen" to generate one if required. +# The default behavior is to generate a new UUID each time the guest is started. +#uuid = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" + +# Kernel image to boot +kernel = "/boot/vmlinuz" + +# Ramdisk (optional) +#ramdisk = "/boot/initrd.gz" + +# Kernel command line options +extra = "root=/dev/xvda1" + +# Initial memory allocation (MB) +memory = 512 + +# Number of VCPUS +vcpus = 4 + +# Network devices +# A list of 'vifspec' entries as described in +# docs/misc/xl-network-configuration.markdown +vif = [ '' ] + +# Disk Devices +# A list of `diskspec' entries as described in +# docs/misc/xl-disk-configuration.txt +disk = [ '/dev/zvol/tank/guest-volume,raw,xvda,rw' ] -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |