mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
PPC Qemu Machine Type update
* src/qemu_conf.c docs/schemas/domain.rng tests/capabilityschemadata/caps-qemu-kvm.xml: PPC Qemu Machine Type changed from g3bw to g3beige some time ago, patch by Thomas Baker Daniel
This commit is contained in:
parent
8c13e4fef0
commit
525c3d40a9
@ -1,3 +1,9 @@
|
|||||||
|
Fri May 29 15:29:32 CEST 2009 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
|
* src/qemu_conf.c docs/schemas/domain.rng
|
||||||
|
tests/capabilityschemadata/caps-qemu-kvm.xml: PPC Qemu Machine Type
|
||||||
|
changed from g3bw to g3beige some time ago, patch by Thomas Baker
|
||||||
|
|
||||||
Fri May 29 14:26:30 BST 2009 Daniel P. Berrange <berrange@redhat.com>
|
Fri May 29 14:26:30 BST 2009 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
Fix regression with network interface parsing
|
Fix regression with network interface parsing
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
</attribute>
|
</attribute>
|
||||||
<attribute name="machine">
|
<attribute name="machine">
|
||||||
<choice>
|
<choice>
|
||||||
<value>g3bw</value>
|
<value>g3beige</value>
|
||||||
<value>mac99</value>
|
<value>mac99</value>
|
||||||
<value>prep</value>
|
<value>prep</value>
|
||||||
</choice>
|
</choice>
|
||||||
|
@ -193,7 +193,7 @@ static const char *const arch_info_hvm_sparc_machines[] = {
|
|||||||
"sun4m"
|
"sun4m"
|
||||||
};
|
};
|
||||||
static const char *const arch_info_hvm_ppc_machines[] = {
|
static const char *const arch_info_hvm_ppc_machines[] = {
|
||||||
"g3bw", "mac99", "prep"
|
"g3beige", "mac99", "prep"
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *const arch_info_xen_x86_machines[] = {
|
static const char *const arch_info_xen_x86_machines[] = {
|
||||||
|
@ -81,7 +81,7 @@
|
|||||||
<arch name='ppc'>
|
<arch name='ppc'>
|
||||||
<wordsize>32</wordsize>
|
<wordsize>32</wordsize>
|
||||||
<emulator>/usr/bin/qemu-system-ppc</emulator>
|
<emulator>/usr/bin/qemu-system-ppc</emulator>
|
||||||
<machine>g3bw</machine>
|
<machine>g3beige</machine>
|
||||||
<machine>mac99</machine>
|
<machine>mac99</machine>
|
||||||
<machine>prep</machine>
|
<machine>prep</machine>
|
||||||
<domain type='qemu'>
|
<domain type='qemu'>
|
||||||
|
Loading…
Reference in New Issue
Block a user