Table of Contents

VGA Passthrough

Requirements

For intel:

For AMD

Video Card

Software Requirements

Examples

Example XEN passthrough config

# nut sure if really needed
kernel="/usr/lib/xen-default/boot/hvmloader"

builder = "hvm"
name = "win7x64-hvm"

# RAM size in MB
memory = "4096"

# number CPU cores
vcpus = 2

vif = ['type=ioemu']

# boot from cd and hdd
disk = ['phy:/dev/virtual-machines/win7x64,hda,w','file:/home/user/images/WIN_7_PROFESSIONAL.iso,hdc:cdrom,r']
boot="dc"

# boot from hdd
#disk = ['phy:/dev/virtual-machines/win7x64,hda,w']
#boot="c" 

# enable remote vnc access until video card driver is installed
vnc = 1 

acpi=1
sdl=0
serial='pty'

# list your pci devices (HD7950,HD7950,USB)
pci=['01:00.0','01:00.1','00:1a.0']

Sound and USB

Sources