]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: parse: drop redundant AddImplicitControllers
authorCole Robinson <crobinso@redhat.com>
Wed, 17 Feb 2016 16:53:07 +0000 (11:53 -0500)
committerCole Robinson <crobinso@redhat.com>
Fri, 19 Feb 2016 14:45:23 +0000 (09:45 -0500)
PostParse handles it for us now.

This causes some test suite churn; qemu's custom PostParse could is
now invoked before the generic AddImplicitControllers, so PCI
controllers end up sequentially in the XML before the generically
added IDE controllers. So it's just some XML reordering

77 files changed:
src/qemu/qemu_parse_command.c
tests/qemuargv2xmldata/qemuargv2xml-boot-cdrom.xml
tests/qemuargv2xmldata/qemuargv2xml-boot-floppy.xml
tests/qemuargv2xmldata/qemuargv2xml-boot-network.xml
tests/qemuargv2xmldata/qemuargv2xml-clock-localtime.xml
tests/qemuargv2xmldata/qemuargv2xml-clock-utc.xml
tests/qemuargv2xmldata/qemuargv2xml-console-compat.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-cdrom-empty.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-cdrom.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-boot-cdrom.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-boot-disk.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-cache-directsync.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-cache-unsafe.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-cache-v2-none.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-cache-v2-wb.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-cache-v2-wt.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-error-policy-enospace.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-error-policy-stop.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-error-policy-wreport-rignore.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-fmt-qcow.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-network-nbd-export.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-network-nbd-ipv6-export.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-network-nbd-ipv6.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-network-nbd-unix.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-network-nbd.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-network-rbd-auth.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-network-rbd-ceph-env.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-network-rbd-ipv6.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-network-rbd.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-drive-network-sheepdog.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-floppy.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-many.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-usb.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-virtio.xml
tests/qemuargv2xmldata/qemuargv2xml-disk-xenvbd.xml
tests/qemuargv2xmldata/qemuargv2xml-graphics-sdl-fullscreen.xml
tests/qemuargv2xmldata/qemuargv2xml-graphics-sdl.xml
tests/qemuargv2xmldata/qemuargv2xml-graphics-vnc-policy.xml
tests/qemuargv2xmldata/qemuargv2xml-graphics-vnc-sasl.xml
tests/qemuargv2xmldata/qemuargv2xml-graphics-vnc-socket.xml
tests/qemuargv2xmldata/qemuargv2xml-graphics-vnc-tls.xml
tests/qemuargv2xmldata/qemuargv2xml-graphics-vnc.xml
tests/qemuargv2xmldata/qemuargv2xml-hostdev-pci-address.xml
tests/qemuargv2xmldata/qemuargv2xml-hostdev-usb-address.xml
tests/qemuargv2xmldata/qemuargv2xml-input-usbmouse.xml
tests/qemuargv2xmldata/qemuargv2xml-input-usbtablet.xml
tests/qemuargv2xmldata/qemuargv2xml-machine-core-off.xml
tests/qemuargv2xmldata/qemuargv2xml-machine-core-on.xml
tests/qemuargv2xmldata/qemuargv2xml-migrate.xml
tests/qemuargv2xmldata/qemuargv2xml-misc-acpi.xml
tests/qemuargv2xmldata/qemuargv2xml-misc-disable-s3.xml
tests/qemuargv2xmldata/qemuargv2xml-misc-disable-suspends.xml
tests/qemuargv2xmldata/qemuargv2xml-misc-enable-s4.xml
tests/qemuargv2xmldata/qemuargv2xml-misc-no-reboot.xml
tests/qemuargv2xmldata/qemuargv2xml-misc-uuid.xml
tests/qemuargv2xmldata/qemuargv2xml-net-eth-ifname.xml
tests/qemuargv2xmldata/qemuargv2xml-net-eth.xml
tests/qemuargv2xmldata/qemuargv2xml-net-user.xml
tests/qemuargv2xmldata/qemuargv2xml-net-virtio.xml
tests/qemuargv2xmldata/qemuargv2xml-nographics-vga.xml
tests/qemuargv2xmldata/qemuargv2xml-nosharepages.xml
tests/qemuargv2xmldata/qemuargv2xml-parallel-tcp.xml
tests/qemuargv2xmldata/qemuargv2xml-pseries-disk.xml
tests/qemuargv2xmldata/qemuargv2xml-qemu-ns-no-env.xml
tests/qemuargv2xmldata/qemuargv2xml-restore-v2.xml
tests/qemuargv2xmldata/qemuargv2xml-serial-dev.xml
tests/qemuargv2xmldata/qemuargv2xml-serial-file.xml
tests/qemuargv2xmldata/qemuargv2xml-serial-many.xml
tests/qemuargv2xmldata/qemuargv2xml-serial-pty.xml
tests/qemuargv2xmldata/qemuargv2xml-serial-tcp-telnet.xml
tests/qemuargv2xmldata/qemuargv2xml-serial-tcp.xml
tests/qemuargv2xmldata/qemuargv2xml-serial-udp.xml
tests/qemuargv2xmldata/qemuargv2xml-serial-unix.xml
tests/qemuargv2xmldata/qemuargv2xml-serial-vc.xml
tests/qemuargv2xmldata/qemuargv2xml-smp.xml
tests/qemuargv2xmldata/qemuargv2xml-sound.xml
tests/qemuargv2xmldata/qemuargv2xml-watchdog.xml

index 077767eb039b93388b9984b94099ebd11d76fcd0..60e3d6916205eb768d7edd2c1afebef86a30f37b 100644 (file)
@@ -2594,9 +2594,6 @@ qemuParseCommandLine(virCapsPtr caps,
 
     VIR_FREE(nics);
 
-    if (virDomainDefAddImplicitControllers(def) < 0)
-        goto error;
-
     if (virDomainDefPostParse(def, caps, VIR_DOMAIN_DEF_PARSE_ABI_UPDATE,
                               xmlopt) < 0)
         goto error;
index 31afdc551fe79c987a2186d6200cca11faa50120..5bcc1a7effc66225b6cf7e238a8ae5678f2161a4 100644 (file)
@@ -22,8 +22,8 @@
       <address type='drive' controller='0' bus='1' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 13137c57a803cf296d63dfc695e3130d0f977e03..a507558b8cef05a3f2f42bf0ab8a3caae67100b8 100644 (file)
@@ -27,9 +27,9 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
+    <controller type='pci' index='0' model='pci-root'/>
     <controller type='fdc' index='0'/>
     <controller type='ide' index='0'/>
-    <controller type='pci' index='0' model='pci-root'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index cc0607d11a1a2f99c5307da8af2a9dde859e05d3..d060da61e4f2b510102943d31cbecdd20f804e73 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index b55515a93eee68b179f3d1633ef4b237ff6ede2a..7ffdb97bba81d970433b199713be522acd9eface 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 23fc7924672a74b0b1f9d5a91329162aae6fa24c..ecefafa66c971e503ba1a2add226a7b560a46ad0 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 7be72591721fe59ae6b7373001e65496c6d82912..376871552226c769c594028ecedf73cfd17a3481 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <serial type='pty'>
       <target port='0'/>
     </serial>
index 5b4775459887fa5e58e7573985e1991d519b1caa..aaa7e32928011d2b45c8d5f63497b1c9adc28ae6 100644 (file)
@@ -27,8 +27,8 @@
       <address type='drive' controller='0' bus='1' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 647a4d09aa8efe73e452de83007e1cdbde77967d..146f453223ba3472b5d26286987c5a963af7f529 100644 (file)
@@ -28,8 +28,8 @@
       <address type='drive' controller='0' bus='1' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index e4d78ec7eac0edf04782a43893d601ddfd6c108e..29847630df80f55efe899274f73604938f4eb4af 100644 (file)
@@ -28,8 +28,8 @@
       <address type='drive' controller='0' bus='1' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 2202eba43ea0c00271d2f003b31ed102df9c510a..40ffdfc3bdff6179a9bb03566d684e082fcb33b0 100644 (file)
@@ -28,8 +28,8 @@
       <address type='drive' controller='0' bus='1' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 497014fe4b4d47761e0d70a8dcb66840efb1d736..5a12671f33d07efcca4bc371e1ad5a558dd14dd2 100644 (file)
@@ -28,8 +28,8 @@
       <address type='drive' controller='0' bus='1' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index e247651bf26ebd0de844833f62f3f64a4aac15fc..a6215bc29f2c82c7241a606ae9e2d704ded7c01f 100644 (file)
@@ -28,8 +28,8 @@
       <address type='drive' controller='0' bus='1' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 69f3f1c737d00ddd43edddcebde4c65dea8247eb..80640755bddce9b0a7dce51ceedcdc6c843ab70e 100644 (file)
@@ -28,8 +28,8 @@
       <address type='drive' controller='0' bus='1' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 95800b641c795f236b782a2811ef243dd1984ed5..92d62508c7f18285f415ffeb83795d3b6ad70db7 100644 (file)
@@ -28,8 +28,8 @@
       <address type='drive' controller='0' bus='1' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index d0364bad1e4927ee20f7e0ecfdcc4014177dee9a..0ce353020b8914d9df33ccb941dfb3e50193c999 100644 (file)
@@ -28,8 +28,8 @@
       <address type='drive' controller='0' bus='1' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 1b9557cd3c384fb6648629b4aa5f96688b0a1746..59b9262095f260d3d3d08f257817cbfe32d97540 100644 (file)
@@ -28,8 +28,8 @@
       <address type='drive' controller='0' bus='1' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 824740d56b7d24569ec81475db1f9f5c801a4d6f..8be911e4698af7b2ad0e9e6ea900bd6ac82f7303 100644 (file)
@@ -28,8 +28,8 @@
       <address type='drive' controller='0' bus='1' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index ba3ee291b68af3aead2a290b5fe2b29d78671216..fade9b67f4302a97c9813eedab4ed7c455b328cc 100644 (file)
@@ -28,8 +28,8 @@
       <address type='drive' controller='0' bus='1' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index d3fdab44ba15ed92b51e6812039a857ccff348da..a9047193e8dc95af838dc3cfe5453e4e39adcd2a 100644 (file)
@@ -28,8 +28,8 @@
       <address type='drive' controller='0' bus='1' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 36d8d732dc1db1350d4bd98d9d0c16dd8228d16a..8f504813fe4e1df8e8a854c21ed2cac71bf4c519 100644 (file)
@@ -28,8 +28,8 @@
       <target dev='vda' bus='virtio'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 04b7522770ed78a8d6b1efe497e19370bb7d9e92..a0557e0b8bbf77c69a5a2ecd8167632a24c50986 100644 (file)
@@ -28,8 +28,8 @@
       <target dev='vda' bus='virtio'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 48e9e9c017c1af6b186321bbdbe6a492398919ba..2828249a8252f482f87ebc07ce4c040b0a37900a 100644 (file)
@@ -28,8 +28,8 @@
       <target dev='vda' bus='virtio'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 7da39e677a98f98c34779ccb74aeb143bd1fb3aa..1a315b724298ee6a33917af1ab13b26a638a8638 100644 (file)
@@ -28,8 +28,8 @@
       <target dev='vda' bus='virtio'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index d7fd1fc71fab01a04f40d6a2656ee2afb68c3f7b..feae85d821c77b0134e433856f9302f7cab2d5b6 100644 (file)
@@ -28,8 +28,8 @@
       <target dev='vda' bus='virtio'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 4db031b70bac2950872c508d3fc9d8471bbfb9df..bf827509252b8c48e8a507ba0b2a1ccc366c58f1 100644 (file)
@@ -33,8 +33,8 @@
       <target dev='vda' bus='virtio'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 2924969536359c3178c13729a4d2da3b1c9e5eee..afa11ec608d8d2efae3817e0c91c82d9812d55fa 100644 (file)
@@ -30,8 +30,8 @@
       <target dev='vda' bus='virtio'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index ac023ab9819708507eccb97ec57a30b7632be2e1..7f73472f798be85557c021a0152fbe06d80d67e8 100644 (file)
@@ -31,8 +31,8 @@
       <target dev='vda' bus='virtio'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index b3783db1884c6ddc6fc37cd2c63845eead20d369..d605aac5be205db880df2c6b71d9d3fd5fcd4b6d 100644 (file)
@@ -55,8 +55,8 @@
       <target dev='vdd' bus='virtio'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 001b0cd0739d3d90d95bab59233e71e166281042..5868d5b7201c0a20b8010ab362fdac2a1a1be580 100644 (file)
@@ -28,8 +28,8 @@
       <target dev='vda' bus='virtio'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 8add406c072296a2c3355e94ec1e812ae8bfc5ef..85f8b41828530c7ed0ff11a88a1e6546e239ff87 100644 (file)
@@ -33,9 +33,9 @@
       <address type='drive' controller='0' bus='0' target='0' unit='1'/>
     </disk>
     <controller type='usb' index='0'/>
+    <controller type='pci' index='0' model='pci-root'/>
     <controller type='fdc' index='0'/>
     <controller type='ide' index='0'/>
-    <controller type='pci' index='0' model='pci-root'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index f60aba3ed5517589692d55b7b3c1762152bd5327..8ce58e32b7d29a26fe6e807e9b5ffab503c12717 100644 (file)
@@ -39,8 +39,8 @@
       <address type='drive' controller='0' bus='1' target='0' unit='1'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 06d75aab8cc703909fd4dec088ab814bf2945bd2..729c3c001035f7178acb49fe53743ec2453b3d07 100644 (file)
@@ -26,8 +26,8 @@
       <target dev='sda' bus='usb'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index b843878bc26b4666e9aa186745225287bc9d91b1..988913249622bd50845f912e9e779e468c4ce1f1 100644 (file)
@@ -38,8 +38,8 @@
       <target dev='vdb' bus='virtio'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 088daff64318571f1f9229a255f72d30aa700a76..2fe02f95f0f6d192ba6e7ca20025a50815fd326b 100644 (file)
@@ -38,8 +38,8 @@
       <target dev='xvdg' bus='xen'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 1bac0b5442ee74dd83d3c9a11b11363acf0fcf71..1b3ac30de4b83db63b3cd9e849526709e7eeb41c 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <graphics type='sdl' display=':0.1' xauth='/root/.Xauthority' fullscreen='yes'/>
index 5f94052353fff16bc7099b828180f066b8078723..2c1c781d523e2e53313a64767b57a1091bde4e9c 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <graphics type='sdl' display=':0.1' xauth='/root/.Xauthority'/>
index 46f06a8c0896260c6dfcc50d759b214a90fd77c3..36b8001dbed56238c9f46d856b1899c1aecfbd6f 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <graphics type='vnc' port='65530' autoport='no' listen='::' sharePolicy='allow-exclusive'>
index a856edcb980eb4fe7113c4d01bd3801ed9f7ef73..f29bb2241bce2479143dea25ced0d3483f86099c 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <graphics type='vnc' port='5903' autoport='no' listen='127.0.0.1'>
index 8fe4133db4049f2862bab49b4661c2b2bf9b0f4a..57e808ab34c1518fad7f8671e8b4bf19ff55a88b 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <graphics type='vnc' socket='/tmp/foo.socket'/>
index a856edcb980eb4fe7113c4d01bd3801ed9f7ef73..f29bb2241bce2479143dea25ced0d3483f86099c 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <graphics type='vnc' port='5903' autoport='no' listen='127.0.0.1'>
index 256c9b5be1fe6777a8d27cad3e7741d824939128..e18790fa118a83196f006559cafd0045a75e6864 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <graphics type='vnc' port='5903' autoport='no' listen='2001:1:2:3:4:5:1234:1234'>
index c898523ae5757dfba5fc4e713ecd8bfe740eafe0..99cc9d7ccc6f2c3d4c0e7bc3c4202722eb9f8444 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <hostdev mode='subsystem' type='pci' managed='yes'>
index a196886bacf1540e7641206dc0a721341e5e70fd..ddc95d76ffa0cc09def4068d52d41f3eaf4f8c62 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <hostdev mode='subsystem' type='usb' managed='no'>
index 2ff76e1ed06ac673150b717e4e0f5457daff20b3..5a3a9e631c6e1ff8967d13e9a709d056ed0303e1 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='usb'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
index 096c0826596e5e513d68f95930b0ec198573f094..0b9c24249c71988c2ebd69f04d6eaff34cb6268a 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='tablet' bus='usb'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
index 394880d6aad67bfa36ec50ea7f7b49c6723f8a63..84ebc9b9f27d245cc10f862c4bdd6c82f61aa438 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 26183bb51892bf7d62318bfa749c53cf751977f6..b0d74541e583b81198dae869f09c07864407a6b0 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 23fc7924672a74b0b1f9d5a91329162aae6fa24c..ecefafa66c971e503ba1a2add226a7b560a46ad0 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 800a0a93b4e2cedab2ab785022aa7ba287a0ccb1..397615c2e3f23fb48affbd77bd9668e4a3f09ee6 100644 (file)
@@ -24,8 +24,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 2efe9ea2db4fc3f3bd129d3cf5ff9e611bbf3bbf..546e48fc3ecde3f125bf1cb26a087fb6f70e9d23 100644 (file)
@@ -24,8 +24,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 5c7795788fc36d9e1fcf24fe5b49cc371cb28e11..7ab1c733038a5cfc302ec5432eabd81ed28d7f03 100644 (file)
@@ -25,8 +25,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index a765caeb50a9362e449beebca9c98246b8732f66..2bc887542be6079a81740fa1b6928d37e96ba650 100644 (file)
@@ -24,8 +24,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 0a7299f2370b575fe56ebe235619f715626c6d80..e14536bfb548db673c33d115ebccd118d6c3b1e6 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 800a0a93b4e2cedab2ab785022aa7ba287a0ccb1..397615c2e3f23fb48affbd77bd9668e4a3f09ee6 100644 (file)
@@ -24,8 +24,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 7527c60b6d6c14716e631a95e0c561e646a68189..e9c0378e7d41e2ce734fc46bd33cf9202b64e9d9 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <interface type='ethernet'>
       <mac address='00:11:22:33:44:55'/>
       <script path='/etc/qemu-ifup'/>
index ee72830b08f8180f1efb48d259951e31d5aa97c3..96ad0a84c3e03151ad2cf59dd522ce8296f55513 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <interface type='ethernet'>
       <mac address='00:11:22:33:44:55'/>
       <script path='/etc/qemu-ifup'/>
index 17d7adc4162cae83c2c950f5ccbb54170fc91c84..7dd1cfe1697fb54daeca1e83deef8db11fb26806 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <interface type='user'>
       <mac address='00:11:22:33:44:55'/>
       <model type='rtl8139'/>
index 422649cdb8a4670145f96e61c7c6d04f17492d92..db033eb3f347b59db527bfd5a69bdc3e83ca651c 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <interface type='user'>
       <mac address='00:11:22:33:44:55'/>
       <model type='virtio'/>
index 23fc7924672a74b0b1f9d5a91329162aae6fa24c..ecefafa66c971e503ba1a2add226a7b560a46ad0 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index ebb84ab03ca32f9216a9d10082107554fcd2a5d4..3b95c6e3a18ba293a1ae19e0dc9b3d38d8793ffe 100644 (file)
@@ -24,8 +24,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index b2fa9f256c192cd76ae8968edf9f21d1879c95a1..0bb1f3a55a5fedd3dcac212b67336ad4037264a1 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <parallel type='tcp'>
       <source mode='bind' host='127.0.0.1' service='9999'/>
       <protocol type='raw'/>
index 44c3b1d535d46aa49c1f433ef26ceceabc515eb6..97225f44a1e801dba0d4a3449f4411e620fbddb5 100644 (file)
@@ -28,8 +28,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='2'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='scsi' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='scsi' index='0'/>
     <input type='keyboard' bus='usb'/>
     <input type='mouse' bus='usb'/>
     <graphics type='sdl'/>
index 44c9064a16cd1d5b3d614f20d8effc6ea1f38dc3..98df80eb81489c7d4672f96954af03687b17543c 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index 23fc7924672a74b0b1f9d5a91329162aae6fa24c..ecefafa66c971e503ba1a2add226a7b560a46ad0 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index e44528da6c12e7b031e70b96b4bc01dc2a7d970a..b80218be807944df6a24f20a0e015a59a07f4eeb 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <serial type='dev'>
       <source path='/dev/ttyS2'/>
       <target port='0'/>
index a7596ad00437075e5e528b66a464b99f5609de52..90182a824f033a9027ebcd14d1fbb8e6b2e95a27 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <serial type='file'>
       <source path='/tmp/serial.log'/>
       <target port='0'/>
index 75d77ade24f73f81305444a4ba9e753aeed0ab59..e8a628ae75ce86baf83ab74c4a41e94051abb994 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <serial type='pty'>
       <target port='0'/>
     </serial>
index 7be72591721fe59ae6b7373001e65496c6d82912..376871552226c769c594028ecedf73cfd17a3481 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <serial type='pty'>
       <target port='0'/>
     </serial>
index 5cde3074439734e1219ce61ef28f81702ab827ae..ca625a022d6f7299af8cd73d3ef44d9fd02c4513 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <serial type='tcp'>
       <source mode='bind' host='127.0.0.1' service='9999'/>
       <protocol type='telnet'/>
index 2a431848f52cebd514d71f7371f1a9b8134a263f..c747dde9e0c884c103f9e69ecec1fc4d23c1fa37 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <serial type='tcp'>
       <source mode='connect' host='127.0.0.1' service='9999'/>
       <protocol type='raw'/>
index 61661e7c4fa3a83cb8357d4321832f90f30195d6..1187e2aa43c875d1967194680ab75c9d1068d7d9 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <serial type='udp'>
       <source mode='bind' host='127.0.0.1' service='9999'/>
       <source mode='connect' host='127.0.0.1' service='9998'/>
index 6789e2da1c7f744a51372768456481ad748858b6..8734c751824c5c4bf6995774432208a453208be4 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <serial type='unix'>
       <source mode='connect' path='/tmp/serial.sock'/>
       <target port='0'/>
index 7cded6f0ea6757f470a2a3829439be5c568ad21c..11575b774905a6b705ee3efc8eb0543c3fad59d9 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <serial type='vc'>
       <target port='0'/>
     </serial>
index 9ac578b77d697e205a11c02ff855e59460183cce..1a4ada1a7224c56a110c5075811539995c8976f2 100644 (file)
@@ -24,8 +24,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <memballoon model='none'/>
index ccffe4a42280c675aab5cfeb1a133c669260b305..0557f6189185487bfef606d6f4c5ba8e669d2c54 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <sound model='pcspk'/>
index aac3e7269ffc7581d38213dbcc9cbff71a0e089c..757ac8655934fea45d1a578db1bfe651d4dd503b 100644 (file)
@@ -21,8 +21,8 @@
       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     </disk>
     <controller type='usb' index='0'/>
-    <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
+    <controller type='ide' index='0'/>
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <watchdog model='ib700' action='poweroff'/>