Re: [Qemu-devel] [Qemu-ppc] [PATCH v8 2/2] Add USB enablement on sPAPR platform.

2012-08-15 Thread Li Zhang
On Thu, Aug 16, 2012 at 10:06 AM, David Gibson wrote: > On Thu, Aug 16, 2012 at 11:52:11AM +1000, Benjamin Herrenschmidt wrote: >> On Thu, 2012-08-16 at 09:29 +0800, Li Zhang wrote: >> > > Yes, that's pretty much what I was asking for (here and for the >> > mac99 u3 machine). Just base your patch

Re: [Qemu-devel] [Qemu-ppc][PATCH v8 2/2] Add USB enablement on sPAPR platform.

2012-08-15 Thread Li Zhang
On Thu, Aug 16, 2012 at 9:52 AM, Benjamin Herrenschmidt wrote: > On Thu, 2012-08-16 at 09:29 +0800, Li Zhang wrote: >> > Yes, that's pretty much what I was asking for (here and for the >> mac99 u3 machine). Just base your patch on ppc-next. My patches are in >> there. >> That's great. Thanks a lot

Re: [Qemu-devel] [Qemu-ppc] [PATCH v8 2/2] Add USB enablement on sPAPR platform.

2012-08-15 Thread David Gibson
On Thu, Aug 16, 2012 at 11:52:11AM +1000, Benjamin Herrenschmidt wrote: > On Thu, 2012-08-16 at 09:29 +0800, Li Zhang wrote: > > > Yes, that's pretty much what I was asking for (here and for the > > mac99 u3 machine). Just base your patch on ppc-next. My patches are in > > there. > > That's great.

Re: [Qemu-devel] [Qemu-ppc][PATCH v8 2/2] Add USB enablement on sPAPR platform.

2012-08-15 Thread Benjamin Herrenschmidt
On Thu, 2012-08-16 at 09:29 +0800, Li Zhang wrote: > > Yes, that's pretty much what I was asking for (here and for the > mac99 u3 machine). Just base your patch on ppc-next. My patches are in > there. > That's great. Thanks a lot! Note that you missed the hard freeze for qemu 1.2, it was today. S

Re: [Qemu-devel] [Qemu-ppc][PATCH v8 2/2] Add USB enablement on sPAPR platform.

2012-08-15 Thread Li Zhang
On 2012年08月15日 15:02, Alexander Graf wrote: > > On 15.08.2012, at 08:00, Li Zhang wrote: > >> On 2012年08月15日 02:09, Alexander Graf wrote: >>> On 14.08.2012, at 19:49, Li Zhang wrote: >>> USB is enabled as default on sPAPR platform because it needs USB keyboard and USB mouse when VGA is

Re: [Qemu-devel] [Qemu-ppc][PATCH v8 2/2] Add USB enablement on sPAPR platform.

2012-08-15 Thread Alexander Graf
On 15.08.2012, at 08:00, Li Zhang wrote: > On 2012年08月15日 02:09, Alexander Graf wrote: >> >> On 14.08.2012, at 19:49, Li Zhang wrote: >> >>> USB is enabled as default on sPAPR platform because it needs >>> USB keyboard and USB mouse when VGA is enabled. >>> >>> This patch is to add USB cont

Re: [Qemu-devel] [Qemu-ppc][PATCH v8 2/2] Add USB enablement on sPAPR platform.

2012-08-14 Thread Li Zhang
On 2012年08月15日 02:09, Alexander Graf wrote: On 14.08.2012, at 19:49, Li Zhang wrote: USB is enabled as default on sPAPR platform because it needs USB keyboard and USB mouse when VGA is enabled. This patch is to add USB controller on sPAPR platform. Signed-off-by: Li Zhang This looks a lot

Re: [Qemu-devel] [Qemu-ppc][PATCH v8 2/2] Add USB enablement on sPAPR platform.

2012-08-14 Thread Alexander Graf
On 14.08.2012, at 19:49, Li Zhang wrote: > USB is enabled as default on sPAPR platform because it needs > USB keyboard and USB mouse when VGA is enabled. > > This patch is to add USB controller on sPAPR platform. > > Signed-off-by: Li Zhang This looks a lot better than the first version :).

[Qemu-devel] [Qemu-ppc][PATCH v8 2/2] Add USB enablement on sPAPR platform.

2012-08-14 Thread Li Zhang
USB is enabled as default on sPAPR platform because it needs USB keyboard and USB mouse when VGA is enabled. This patch is to add USB controller on sPAPR platform. Signed-off-by: Li Zhang --- hw/spapr.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/hw/spapr.c b/hw