Added full support for serial and parallel devices to Xen drivers

This commit is contained in:
Daniel P. Berrange
2008-04-26 14:22:02 +00:00
parent 49956f0469
commit e6f1123819
101 changed files with 2402 additions and 560 deletions

View File

@@ -21,3 +21,5 @@ 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" ]
parallel = "none"
serial = "none"