提交 fb059757 编写于 作者: J Jim Fehlig

libxl: Add implicit xenbus controller

All Xen domains have a xenbus device. Implicitly add one if not
already explicitly specified in the domain config.
Signed-off-by: NJim Fehlig <jfehlig@suse.com>
Reviewed-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 09eb1ae0
...@@ -417,6 +417,11 @@ libxlDomainDefPostParse(virDomainDefPtr def, ...@@ -417,6 +417,11 @@ libxlDomainDefPostParse(virDomainDefPtr def,
def->memballoon = memballoon; def->memballoon = memballoon;
} }
/* add implicit xenbus device */
if (virDomainControllerFindByType(def, VIR_DOMAIN_CONTROLLER_TYPE_XENBUS) == -1)
if (virDomainDefAddController(def, VIR_DOMAIN_CONTROLLER_TYPE_XENBUS, -1, -1) == NULL)
return -1;
return 0; return 0;
} }
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
<source dev='/dev/MainVG/GuestVG'/> <source dev='/dev/MainVG/GuestVG'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<console type='pty'> <console type='pty'>
<target type='xen' port='0'/> <target type='xen' port='0'/>
</console> </console>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<source file='/root/some.img'/> <source file='/root/some.img'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:11:22:33:44:55'/> <mac address='00:11:22:33:44:55'/>
<source bridge='xenbr2'/> <source bridge='xenbr2'/>
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
<source file='/xen/rhel5.img'/> <source file='/xen/rhel5.img'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1d:06:15'/> <mac address='00:16:3e:1d:06:15'/>
<source bridge='xenbr0'/> <source bridge='xenbr0'/>
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
<shareable/> <shareable/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:23:9e:eb'/> <mac address='00:16:3e:23:9e:eb'/>
<source bridge='xenbr0'/> <source bridge='xenbr0'/>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<source dev='/dev/MainVG/GuestVG'/> <source dev='/dev/MainVG/GuestVG'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<console type='pty'> <console type='pty'>
<target type='xen' port='0'/> <target type='xen' port='0'/>
</console> </console>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<source file='/root/some.img'/> <source file='/root/some.img'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<console type='pty'> <console type='pty'>
<target type='xen' port='0'/> <target type='xen' port='0'/>
</console> </console>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<source file='/root/some.img'/> <source file='/root/some.img'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<console type='pty'> <console type='pty'>
<target type='xen' port='0'/> <target type='xen' port='0'/>
</console> </console>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<source file='/root/some.img'/> <source file='/root/some.img'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<console type='pty'> <console type='pty'>
<target type='xen' port='0'/> <target type='xen' port='0'/>
</console> </console>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<source file='/root/some.img'/> <source file='/root/some.img'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<console type='pty'> <console type='pty'>
<target type='xen' port='0'/> <target type='xen' port='0'/>
</console> </console>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:e8:18'/> <mac address='00:16:3e:1b:e8:18'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
<source file='/root/some.img'/> <source file='/root/some.img'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<serial type='pty'> <serial type='pty'>
<target port='0'/> <target port='0'/>
</serial> </serial>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<source file='/root/some.img'/> <source file='/root/some.img'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:11:22:33:44:55'/> <mac address='00:11:22:33:44:55'/>
<source bridge='xenbr2'/> <source bridge='xenbr2'/>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<source file='/root/some.img'/> <source file='/root/some.img'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:11:22:33:44:55'/> <mac address='00:11:22:33:44:55'/>
<source bridge='xenbr2'/> <source bridge='xenbr2'/>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<source file='/root/some.img'/> <source file='/root/some.img'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<interface type='ethernet'> <interface type='ethernet'>
<mac address='00:11:22:33:44:55'/> <mac address='00:11:22:33:44:55'/>
<ip address='172.14.5.6' family='ipv4'/> <ip address='172.14.5.6' family='ipv4'/>
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:0a:7b:39'/> <mac address='00:16:3e:0a:7b:39'/>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<source dev='/dev/MainVG/GuestVG'/> <source dev='/dev/MainVG/GuestVG'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<console type='pty'> <console type='pty'>
<target type='xen' port='0'/> <target type='xen' port='0'/>
</console> </console>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<source file='/root/some.img'/> <source file='/root/some.img'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<console type='pty'> <console type='pty'>
<target type='xen' port='0'/> <target type='xen' port='0'/>
</console> </console>
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
<source file='/root/some.img'/> <source file='/root/some.img'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<console type='pty'> <console type='pty'>
<target type='xen' port='0'/> <target type='xen' port='0'/>
</console> </console>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<source file='/root/some.img'/> <source file='/root/some.img'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<console type='pty'> <console type='pty'>
<target type='xen' port='0'/> <target type='xen' port='0'/>
</console> </console>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<source file='/root/some.img'/> <source file='/root/some.img'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<console type='pty'> <console type='pty'>
<target type='xen' port='0'/> <target type='xen' port='0'/>
</console> </console>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<source file='/root/some.img'/> <source file='/root/some.img'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<console type='pty'> <console type='pty'>
<target type='xen' port='0'/> <target type='xen' port='0'/>
</console> </console>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<source file='/root/some.img'/> <source file='/root/some.img'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<console type='pty'> <console type='pty'>
<target type='xen' port='0'/> <target type='xen' port='0'/>
</console> </console>
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
<source dev='/dev/vg_dom0test/test2vm'/> <source dev='/dev/vg_dom0test/test2vm'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:36:68:9f:5d'/> <mac address='00:16:36:68:9f:5d'/>
<source bridge='virbr0'/> <source bridge='virbr0'/>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<source file='/root/some.img'/> <source file='/root/some.img'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<console type='pty'> <console type='pty'>
<target type='xen' port='0'/> <target type='xen' port='0'/>
</console> </console>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:1b:b1:47'/> <mac address='00:16:3e:1b:b1:47'/>
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
<source file='/var/lib/xen/images/debian/disk.qcow2'/> <source file='/var/lib/xen/images/debian/disk.qcow2'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<interface type='ethernet'> <interface type='ethernet'>
<mac address='5a:36:0e:be:00:09'/> <mac address='5a:36:0e:be:00:09'/>
</interface> </interface>
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
<source file='/var/lib/xen/images/debian/disk.qcow2'/> <source file='/var/lib/xen/images/debian/disk.qcow2'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<interface type='ethernet'> <interface type='ethernet'>
<mac address='5a:36:0e:be:00:09'/> <mac address='5a:36:0e:be:00:09'/>
</interface> </interface>
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='1'/> <address type='drive' controller='0' bus='1' target='0' unit='1'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
<target dev='hda' bus='ide'/> <target dev='hda' bus='ide'/>
<address type='drive' controller='0' bus='0' target='0' unit='0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-system-i386</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<controller type='xenbus' index='0'/>
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'>
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
<target dev='hda' bus='ide'/> <target dev='hda' bus='ide'/>
<address type='drive' controller='0' bus='0' target='0' unit='0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
<target dev='hda' bus='ide'/> <target dev='hda' bus='ide'/>
<address type='drive' controller='0' bus='0' target='0' unit='0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-system-i386</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<controller type='xenbus' index='0'/>
<input type='mouse' bus='ps2'/> <input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/> <input type='keyboard' bus='ps2'/>
<memballoon model='xen'/> <memballoon model='xen'/>
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
<target dev='hda' bus='ide'/> <target dev='hda' bus='ide'/>
<address type='drive' controller='0' bus='0' target='0' unit='0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<source file='/dev/HostVG/XenGuest2'/> <source file='/dev/HostVG/XenGuest2'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
<source bridge='xenbr1'/> <source bridge='xenbr1'/>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<source file='/dev/HostVG/XenGuest2'/> <source file='/dev/HostVG/XenGuest2'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
<source bridge='xenbr1'/> <source bridge='xenbr1'/>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<source file='/dev/HostVG/XenGuest2'/> <source file='/dev/HostVG/XenGuest2'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
<source bridge='xenbr1'/> <source bridge='xenbr1'/>
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
<source file='/var/lib/xen/images/debian/disk.qcow2'/> <source file='/var/lib/xen/images/debian/disk.qcow2'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<interface type='ethernet'> <interface type='ethernet'>
<mac address='5a:36:0e:be:00:09'/> <mac address='5a:36:0e:be:00:09'/>
</interface> </interface>
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<controller type='xenbus' index='0'/>
<console type='pty'> <console type='pty'>
<target type='xen' port='0'/> <target type='xen' port='0'/>
</console> </console>
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<controller type='xenbus' index='0'/>
<console type='pty'> <console type='pty'>
<target type='xen' port='0'/> <target type='xen' port='0'/>
</console> </console>
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
<target dev='hdb' bus='ide'/> <target dev='hdb' bus='ide'/>
<address type='drive' controller='0' bus='0' target='0' unit='1'/> <address type='drive' controller='0' bus='0' target='0' unit='1'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
<source file='/var/lib/xen/images/debian/disk.qcow2'/> <source file='/var/lib/xen/images/debian/disk.qcow2'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<interface type='ethernet'> <interface type='ethernet'>
<mac address='5a:36:0e:be:00:09'/> <mac address='5a:36:0e:be:00:09'/>
</interface> </interface>
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='usb' index='0' model='qusb2' ports='6'/> <controller type='usb' index='0' model='qusb2' ports='6'/>
<controller type='xenbus' index='0'/>
<interface type='ethernet'> <interface type='ethernet'>
<mac address='5a:36:0e:be:00:09'/> <mac address='5a:36:0e:be:00:09'/>
</interface> </interface>
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
<target dev='hda' bus='ide'/> <target dev='hda' bus='ide'/>
<address type='drive' controller='0' bus='0' target='0' unit='0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
<target dev='hda' bus='ide'/> <target dev='hda' bus='ide'/>
<address type='drive' controller='0' bus='0' target='0' unit='0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
<source file='/root/some.img'/> <source file='/root/some.img'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:94:9c'/> <mac address='00:16:3e:66:94:9c'/>
<source bridge='br0'/> <source bridge='br0'/>
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
<source file='/root/some.img'/> <source file='/root/some.img'/>
<target dev='xvda' bus='xen'/> <target dev='xvda' bus='xen'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:94:9c'/> <mac address='00:16:3e:66:94:9c'/>
<source bridge='br0'/> <source bridge='br0'/>
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
<readonly/> <readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk> </disk>
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/> <controller type='ide' index='0'/>
<interface type='bridge'> <interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/> <mac address='00:16:3e:66:92:9c'/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册