123456789101112131415161718192021222324252627282930313233343536373839 |
- #
- # 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'
- stdvga=1
- #acpi=1
- #apic=1
- boot='dca'
- device_model='stubdom-dm'
- #pae=1
- usbdevice='tablet'
- sdl=0
- vnc=0
- localtime = {localtime}
- rtc_timeoffset = {timeoffset}
- disk = [ {rootdev}
- {privatedev}
- {otherdevs}
- ]
- vif = [ {netdev} ]
- pci = [ {pcidev} ]
- vcpus = {vcpus}
- #tsc_mode = 2
- #xen_extended_power_mgmt=0
- on_poweroff = 'destroy'
- on_reboot = 'destroy'
- on_crash = 'destroy'
- # Use of DNS2 as DHCP server IP makes DNS2 not accessible, but DNS1 still should work
- {disable_network}device_model_args = [ '-net', 'lwip,client_ip={ip},server_ip={dns2},dns={dns1},gw={gateway},netmask={netmask}' ]
|