提交 525c3d40 编写于 作者: D Daniel Veillard

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
上级 8c13e4fe
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>
Fix regression with network interface parsing
......
......@@ -184,7 +184,7 @@
</attribute>
<attribute name="machine">
<choice>
<value>g3bw</value>
<value>g3beige</value>
<value>mac99</value>
<value>prep</value>
</choice>
......
......@@ -193,7 +193,7 @@ static const char *const arch_info_hvm_sparc_machines[] = {
"sun4m"
};
static const char *const arch_info_hvm_ppc_machines[] = {
"g3bw", "mac99", "prep"
"g3beige", "mac99", "prep"
};
static const char *const arch_info_xen_x86_machines[] = {
......
......@@ -81,7 +81,7 @@
<arch name='ppc'>
<wordsize>32</wordsize>
<emulator>/usr/bin/qemu-system-ppc</emulator>
<machine>g3bw</machine>
<machine>g3beige</machine>
<machine>mac99</machine>
<machine>prep</machine>
<domain type='qemu'>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册