Re: [Qemu-devel] [PATCHv2 1/3] Add specific config options for PCI-E bridges

2015-05-18 Thread Shannon Zhao
Hi, On 2015/5/19 10:40, Shannon Zhao wrote: > Hi, > > I'm testing PCIe root port (ioh3420) on ARM64. Firstly I use following > simple command line to check whether it works. > > qemu-system-aarch64 -M virt -device ioh3420 > > But it fails with below log: > > qemu-system-aarch64: -device ioh342

Re: [Qemu-devel] [PATCHv2 1/3] Add specific config options for PCI-E bridges

2015-05-18 Thread Shannon Zhao
Hi, I'm testing PCIe root port (ioh3420) on ARM64. Firstly I use following simple command line to check whether it works. qemu-system-aarch64 -M virt -device ioh3420 But it fails with below log: qemu-system-aarch64: -device ioh3420: Device initialization failed qemu-system-aarch64: -device ioh3

[Qemu-devel] [PATCHv2 1/3] Add specific config options for PCI-E bridges

2015-02-26 Thread David Gibson
The i82801b11, ioh3420 and xio3130 PCI Express devices are currently included in the build unconditionally. While they could theoretically appear on any target platform with PCI-E, they're pretty unlikely to appear on platforms that aren't Intel derived. Therefore, to avoid presenting unlikely-to