codepath = 'hvm'
if codepath == 'hvm':
- # Disable PVHVM for now until we figure out the best way to do this
- xen_platform_pci = 0
+ xen_platform_pci = 1
ioemu = "ioemu:"
- viftype = "type=ioemu,model=pcnet, "
+ viftype = "model=pcnet, "
kernel = '/usr/lib/xen-4.1/boot/hvmloader'
builder = 'hvm'
vnc = 1