Fix XM driver VIF config creation

This commit is contained in:
Daniel P. Berrange
2009-04-24 12:17:50 +00:00
parent 741fecedaa
commit 1fbee8dadf
57 changed files with 91 additions and 33 deletions

View File

@@ -20,6 +20,6 @@ vncunused = 1
vnclisten = "127.0.0.1"
vncpasswd = "123poi"
disk = [ "phy:/dev/HostVG/XenGuest2,hda,w", "file:/root/boot.iso,hdc:cdrom,r" ]
vif = [ "mac=00:16:3e:66:92:9c,bridge=xenbr1,type=ioemu" ]
vif = [ "mac=00:16:3e:66:92:9c,bridge=xenbr1,script=vif-bridge,type=ioemu" ]
parallel = "none"
serial = "stdio"