Re: [Qemu-devel] [PATCH] Make sysbus EHCI devices ARM only by default

2015-03-02 Thread Amit Shah
On (Mon) 02 Mar 2015 [18:28:12], David Gibson wrote: > On Mon, Mar 02, 2015 at 12:45:16PM +0530, Amit Shah wrote: > > On (Wed) 18 Feb 2015 [16:01:01], David Gibson wrote: > > > A number of ARM embedded boards include EHCI USB host controllers which > > > appear as directly mapped devices, rather th

Re: [Qemu-devel] [PATCH] Make sysbus EHCI devices ARM only by default

2015-03-02 Thread David Gibson
On Mon, Mar 02, 2015 at 12:45:16PM +0530, Amit Shah wrote: > On (Wed) 18 Feb 2015 [16:01:01], David Gibson wrote: > > A number of ARM embedded boards include EHCI USB host controllers which > > appear as directly mapped devices, rather than sitting on a PCI bus. > > > > At present code to emulate

Re: [Qemu-devel] [PATCH] Make sysbus EHCI devices ARM only by default

2015-03-01 Thread Amit Shah
On (Wed) 18 Feb 2015 [16:01:01], David Gibson wrote: > A number of ARM embedded boards include EHCI USB host controllers which > appear as directly mapped devices, rather than sitting on a PCI bus. > > At present code to emulate such devices is included whenever EHCI support > is included. This p

Re: [Qemu-devel] [PATCH] Make sysbus EHCI devices ARM only by default

2015-02-18 Thread Paolo Bonzini
On 18/02/2015 06:01, David Gibson wrote: > A number of ARM embedded boards include EHCI USB host controllers which > appear as directly mapped devices, rather than sitting on a PCI bus. > > At present code to emulate such devices is included whenever EHCI support > is included. This patch adjus

[Qemu-devel] [PATCH] Make sysbus EHCI devices ARM only by default

2015-02-17 Thread David Gibson
A number of ARM embedded boards include EHCI USB host controllers which appear as directly mapped devices, rather than sitting on a PCI bus. At present code to emulate such devices is included whenever EHCI support is included. This patch adjusts teh config options to only include them in builds