Re: [Qemu-devel] [PATCH] Make i82801b11 and ioh3420 x86 only by default

2015-02-19 Thread Michael S. Tsirkin
On Thu, Feb 19, 2015 at 04:20:36PM +1100, David Gibson wrote: > > On Thu, Feb 19, 2015 at 12:45:23PM +0900, Peter Maydell wrote: > > On 18 February 2015 at 16:57, Paolo Bonzini wrote: > > > On 18/02/2015 05:59, David Gibson wrote: > > >> that are very unlikely to appear on anything other than > >

Re: [Qemu-devel] [PATCH] Make i82801b11 and ioh3420 x86 only by default

2015-02-19 Thread Paolo Bonzini
On 19/02/2015 04:45, Peter Maydell wrote: > > I think it's quite likely that we'll use them, or at least ioh3420, on > > any PCIe machine. So you probably want to add ioh3420 to arm-softmmu > > and aarch64-softmmu as well. I don't know about i82801b11, but it > > doesn't hurt to have it in ARM/

Re: [Qemu-devel] [PATCH] Make i82801b11 and ioh3420 x86 only by default

2015-02-18 Thread David Gibson
On Thu, Feb 19, 2015 at 12:45:23PM +0900, Peter Maydell wrote: > On 18 February 2015 at 16:57, Paolo Bonzini wrote: > > On 18/02/2015 05:59, David Gibson wrote: > >> that are very unlikely to appear on anything other than > >> an x86. Therefore this patch gives them their own config options, ena

Re: [Qemu-devel] [PATCH] Make i82801b11 and ioh3420 x86 only by default

2015-02-18 Thread Peter Maydell
On 18 February 2015 at 16:57, Paolo Bonzini wrote: > On 18/02/2015 05:59, David Gibson wrote: >> that are very unlikely to appear on anything other than >> an x86. Therefore this patch gives them their own config options, enabled >> only for x86 targets by default. > > I think it's quite likely t

Re: [Qemu-devel] [PATCH] Make i82801b11 and ioh3420 x86 only by default

2015-02-18 Thread David Gibson
On Wed, Feb 18, 2015 at 08:57:39AM +0100, Paolo Bonzini wrote: > > > On 18/02/2015 05:59, David Gibson wrote: > > As PCI devices, the i82801b11 and ioh3420 devices could theoretically exist > > on any platform with a PCI bus. However in practice, they're Intel > > specific devices, > > They can

Re: [Qemu-devel] [PATCH] Make i82801b11 and ioh3420 x86 only by default

2015-02-17 Thread Paolo Bonzini
On 18/02/2015 05:59, David Gibson wrote: > As PCI devices, the i82801b11 and ioh3420 devices could theoretically exist > on any platform with a PCI bus. However in practice, they're Intel > specific devices, They can be used as a generic PCIe root port and PCIe-to-PCI bridge, they're not Intel-

Re: [Qemu-devel] [PATCH] Make i82801b11 and ioh3420 x86 only by default

2015-02-17 Thread David Gibson
On Wed, Feb 18, 2015 at 03:59:56PM +1100, David Gibson wrote: > As PCI devices, the i82801b11 and ioh3420 devices could theoretically exist > on any platform with a PCI bus. However in practice, they're Intel > specific devices, that are very unlikely to appear on anything other than > an x86. Th

[Qemu-devel] [PATCH] Make i82801b11 and ioh3420 x86 only by default

2015-02-17 Thread David Gibson
As PCI devices, the i82801b11 and ioh3420 devices could theoretically exist on any platform with a PCI bus. However in practice, they're Intel specific devices, that are very unlikely to appear on anything other than an x86. Therefore this patch gives them their own config options, enabled only f