Re: [libvirt] [PATCH 0/2] add qemu machine type q35 support

2013-01-16 Thread Laine Stump
On 01/14/2013 12:32 PM, Ján Tomko wrote: On 01/10/13 03:24, Laine Stump wrote: In addition there is the issue that libvirt currently makes assumptions about the bus topology of guests, and assigns pci addresses to guest devices accordingly. Beyond the basic layout of buses present on the

Re: [libvirt] [PATCH 0/2] add qemu machine type q35 support

2013-01-14 Thread Ján Tomko
On 01/10/13 03:24, Laine Stump wrote: In addition there is the issue that libvirt currently makes assumptions about the bus topology of guests, and assigns pci addresses to guest devices accordingly. Beyond the basic layout of buses present on the machine, certain addresses are reserved/used

Re: [libvirt] [PATCH 0/2] add qemu machine type q35 support

2013-01-09 Thread Laine Stump
On 01/08/2013 10:15 PM, Doug Goldstein wrote: On Tue, Jan 8, 2013 at 8:35 PM, liguang lig.f...@cn.fujitsu.com wrote: qemu-1.3 added machine type q35, changelog said: Added Intel Q35 chipset as a new machine type, '--machine q35'. Adds PCIe support. Requires an updated SeaBIOS (bios.bin), and

Re: [libvirt] [PATCH 0/2] add qemu machine type q35 support

2013-01-09 Thread li guang
在 2013-01-09三的 21:24 -0500,Laine Stump写道: On 01/08/2013 10:15 PM, Doug Goldstein wrote: On Tue, Jan 8, 2013 at 8:35 PM, liguang lig.f...@cn.fujitsu.com wrote: qemu-1.3 added machine type q35, changelog said: Added Intel Q35 chipset as a new machine type, '--machine q35'. Adds PCIe

[libvirt] [PATCH 0/2] add qemu machine type q35 support

2013-01-08 Thread liguang
qemu-1.3 added machine type q35, changelog said: Added Intel Q35 chipset as a new machine type, '--machine q35'. Adds PCIe support. Requires an updated SeaBIOS (bios.bin), and '-acpitable file=/seabios-path/q35-acpi-dsdt.aml' to run. so add q35 support for libvirt. src/conf/device_conf.c

Re: [libvirt] [PATCH 0/2] add qemu machine type q35 support

2013-01-08 Thread Doug Goldstein
On Tue, Jan 8, 2013 at 8:35 PM, liguang lig.f...@cn.fujitsu.com wrote: qemu-1.3 added machine type q35, changelog said: Added Intel Q35 chipset as a new machine type, '--machine q35'. Adds PCIe support. Requires an updated SeaBIOS (bios.bin), and '-acpitable