dom0/core: config template for HVM
This commit is contained in:
parent
8f27fd49c7
commit
1c4854ac71
32
dom0/misc/vm-template-hvm.conf
Normal file
32
dom0/misc/vm-template-hvm.conf
Normal file
@ -0,0 +1,32 @@
|
||||
#
|
||||
# This is a Xen VM config file for Qubes VM
|
||||
# DO NOT EDIT - autogenerated by qubes tools
|
||||
#
|
||||
|
||||
name = "{name}"
|
||||
|
||||
builder='hvm'
|
||||
memory={mem}
|
||||
viridian=1
|
||||
kernel='hvmloader'
|
||||
#acpi=1
|
||||
#apic=1
|
||||
boot='dca'
|
||||
device_model='stubdom-dm'
|
||||
#pae=1
|
||||
usbdevice='tablet'
|
||||
sdl=0
|
||||
vnc=0
|
||||
disk = [ {rootdev}
|
||||
{otherdevs}
|
||||
]
|
||||
vif = [ {netdev} ]
|
||||
pci = [ {pcidev} ]
|
||||
vcpus = {vcpus}
|
||||
|
||||
#tsc_mode = 2
|
||||
#xen_extended_power_mgmt=0
|
||||
|
||||
on_poweroff = 'destroy'
|
||||
on_reboot = 'destroy'
|
||||
on_crash = 'destroy'
|
Loading…
Reference in New Issue
Block a user