Re: [libvirt] [PATCH] qemu: add PCI-multibus support for ppc

2014-03-04 Thread Ján Tomko
On 02/28/2014 10:10 AM, hong-hua@freescale.com wrote: Hi Daniel, Refer to libvirt/src/qemu/qemu_capabilities.c, only x86_64/i686 support PCI_MULTIBUS. /* Currently only x86_64 and i686 support PCI-multibus. */ if (qemuCaps-arch == VIR_ARCH_X86_64 || qemuCaps-arch ==

Re: [libvirt] [PATCH] qemu: add PCI-multibus support for ppc

2014-03-04 Thread Daniel P. Berrange
On Fri, Feb 28, 2014 at 09:10:47AM +, hong-hua@freescale.com wrote: Hi Daniel, Refer to libvirt/src/qemu/qemu_capabilities.c, only x86_64/i686 support PCI_MULTIBUS. /* Currently only x86_64 and i686 support PCI-multibus. */ if (qemuCaps-arch == VIR_ARCH_X86_64 ||

Re: [libvirt] [PATCH] qemu: add PCI-multibus support for ppc

2014-03-04 Thread hong-hua....@freescale.com
Jan, thanks a lot for your comments. Olivia -Original Message- From: Ján Tomko [mailto:jto...@redhat.com] Sent: Tuesday, March 04, 2014 10:43 PM To: Yin Olivia-R63875; Daniel P. Berrange Cc: libvir-list@redhat.com Subject: Re: [libvirt] [PATCH] qemu: add PCI-multibus support

Re: [libvirt] [PATCH] qemu: add PCI-multibus support for ppc

2014-03-04 Thread hong-hua....@freescale.com
Daniel, I got it. We need do machine detection for the special PPC platforms. Thank you for comments. Olivia -Original Message- From: Daniel P. Berrange [mailto:berra...@redhat.com] Sent: Tuesday, March 04, 2014 10:53 PM To: Yin Olivia-R63875 Cc: libvir-list@redhat.com Subject:

Re: [libvirt] [PATCH] qemu: add PCI-multibus support for ppc

2014-02-28 Thread hong-hua....@freescale.com
Hi Daniel, Refer to libvirt/src/qemu/qemu_capabilities.c, only x86_64/i686 support PCI_MULTIBUS. /* Currently only x86_64 and i686 support PCI-multibus. */ if (qemuCaps-arch == VIR_ARCH_X86_64 || qemuCaps-arch == VIR_ARCH_I686) { virQEMUCapsSet(qemuCaps,

Re: [libvirt] [PATCH] qemu: add PCI-multibus support for ppc

2013-03-20 Thread Daniel P. Berrange
On Wed, Mar 20, 2013 at 02:11:51AM +, Yin Olivia-R63875 wrote: Hi Daniel, PPC also supports PCI multibus. Could you please help review this patch? IIUC, PPC did not support PCI multibus in the past, so when did this change ? Libvirt needs to only use this for versions where it is

Re: [libvirt] [PATCH] qemu: add PCI-multibus support for ppc

2013-03-19 Thread Yin Olivia-R63875
Hi Daniel, PPC also supports PCI multibus. Could you please help review this patch? Best Regards, Olivia -Original Message- From: Yin Olivia-R63875 Sent: Wednesday, March 13, 2013 12:44 PM To: libvir-list@redhat.com Cc: Yin Olivia-R63875 Subject: [PATCH] qemu: add PCI-multibus

[libvirt] [PATCH] qemu: add PCI-multibus support for ppc

2013-03-12 Thread Olivia Yin
Signed-off-by: Olivia Yin hong-hua@freescale.com --- src/qemu/qemu_capabilities.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c index 7bc1ebc..7d7791d 100644 --- a/src/qemu/qemu_capabilities.c +++