mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-06 20:00:05 +00:00
change machine name ppce500v2 to ppce500
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>
This commit is contained in:
parent
f07d24a6b8
commit
61b1c681e0
@ -371,7 +371,7 @@
|
||||
<value>g3beige</value>
|
||||
<value>mac99</value>
|
||||
<value>prep</value>
|
||||
<value>ppce500v2</value>
|
||||
<value>ppce500</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
</optional>
|
||||
|
@ -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 \
|
||||
|
@ -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>
|
||||
|
@ -91,7 +91,7 @@ static int testQemuAddPPCGuest(virCapsPtr caps)
|
||||
static const char *machine[] = { "g3beige",
|
||||
"mac99",
|
||||
"prep",
|
||||
"ppce500v2" };
|
||||
"ppce500" };
|
||||
virCapsGuestMachinePtr *machines = NULL;
|
||||
virCapsGuestPtr guest;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user