]> xenbits.xensource.com Git - libvirt.git/commitdiff
change machine name ppce500v2 to ppce500
authorOlivia Yin <Hong-Hua.Yin@freescale.com>
Tue, 27 May 2014 05:44:13 +0000 (13:44 +0800)
committerJán Tomko <jtomko@redhat.com>
Tue, 27 May 2014 06:48:57 +0000 (08:48 +0200)
ppce500v2 is not machine supported by official release of QEMU.
It should be replaced by ppce500.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
docs/schemas/domaincommon.rng
tests/qemuxml2argvdata/qemuxml2argv-ppc-dtb.args
tests/qemuxml2argvdata/qemuxml2argv-ppc-dtb.xml
tests/testutilsqemu.c

index 4249ed56e66d54fa92cf09d37f1ed7b25f8de790..af671235d3a9d42c3b6a9941efd11903fc82bc91 100644 (file)
             <value>g3beige</value>
             <value>mac99</value>
             <value>prep</value>
-            <value>ppce500v2</value>
+            <value>ppce500</value>
           </choice>
         </attribute>
       </optional>
index fd7e99473a0726f1763ec80df241375eceebf0bc..5d6dc45f11a452bfc8144b56c949f61c91d372ce 100644 (file)
@@ -1,5 +1,5 @@
 LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test QEMU_AUDIO_DRV=none \
-/usr/bin/qemu-system-ppc -S -M ppce500v2 -m 256 -smp 1 -nographic \
+/usr/bin/qemu-system-ppc -S -M ppce500 -m 256 -smp 1 -nographic \
 -monitor unix:/tmp/test-monitor,server,nowait -no-acpi -boot c \
 -kernel /media/ram/uImage -initrd /media/ram/ramdisk \
 -append 'root=/dev/ram rw console=ttyS0,115200' -dtb /media/ram/test.dtb \
index 36746216a02203fbfef56c17c21d422e3321ae05..04f0eb6624dff183b760047962114e76820cba8c 100644 (file)
@@ -5,7 +5,7 @@
   <currentMemory unit='KiB'>262144</currentMemory>
   <vcpu placement='static'>1</vcpu>
   <os>
-    <type arch='ppc' machine='ppce500v2'>hvm</type>
+    <type arch='ppc' machine='ppce500'>hvm</type>
     <kernel>/media/ram/uImage</kernel>
     <initrd>/media/ram/ramdisk</initrd>
     <cmdline>root=/dev/ram rw console=ttyS0,115200</cmdline>
index a8884bafcc6419b2bff795ede6ec58c7dad58906..7e24909beefd5caa936e51eeab22518398fbbf25 100644 (file)
@@ -91,7 +91,7 @@ static int testQemuAddPPCGuest(virCapsPtr caps)
     static const char *machine[] = { "g3beige",
                                      "mac99",
                                      "prep",
-                                     "ppce500v2" };
+                                     "ppce500" };
     virCapsGuestMachinePtr *machines = NULL;
     virCapsGuestPtr guest;