# This configures an HVM rather than a PV guest builder = "hvm" # Use this device model! Upstream qemu has poort support for # GFX passthrough device_model_version = "qemu-xen-traditional" # Guest name name = "Windows" # Enable Microsoft Hyper-V compatible paravirtualisation # enlightenment interfaces. Turning this on can improve Windows # guest performance and is therefore recommended viridian = 1 # Guest memory allocation memory = 2048 #Number of VCPUS vcpus = 4 acpi = 1 apic = 1 # Network device, allow dhcp vif = [ 'type=ioemu, bridge=xenbr0' ] disk = [ 'phy:/dev/xenvg/dom1,hda,w', 'file:/var/lib/xen/images/windows8pro.iso,hdb:cdrom,rw' ] # HDD first, then CD boot = "dc" # Power options on_poweroff = "destroy" on_reboot = "destroy" on_crash = "destroy" usb = 1 usbdevice = "tablet" pci_power_mgmt='1' pci_msitranslate='0' pci_passthrough='1' # Tried messing with this a bit... gfx_passthru='0' pci = ['01:00.0','01:00.1'] vga="stdvga" #serial="pty" vnc = 1