Re: [Qemu-devel] [PATCH v7 2/2] hw/arm: Add arm SBSA reference machine, devices part

2019-06-17 Thread Philippe Mathieu-Daudé
On 6/16/19 1:41 PM, Hongbo Zhang wrote: > On Mon, 3 Jun 2019 at 18:54, Philippe Mathieu-Daudé wrote: >> >> Hi Hongbo, Ard. >> >> On 4/18/19 6:04 AM, Hongbo Zhang wrote: >>> Following the previous patch, this patch adds peripheral devices to the >>> newly introduced SBSA-ref machine. >>> >>> Signed

Re: [Qemu-devel] [PATCH v7 2/2] hw/arm: Add arm SBSA reference machine, devices part

2019-06-16 Thread Hongbo Zhang
On Mon, 3 Jun 2019 at 18:54, Philippe Mathieu-Daudé wrote: > > Hi Hongbo, Ard. > > On 4/18/19 6:04 AM, Hongbo Zhang wrote: > > Following the previous patch, this patch adds peripheral devices to the > > newly introduced SBSA-ref machine. > > > > Signed-off-by: Hongbo Zhang > > --- > > hw/arm/sbs

Re: [Qemu-devel] [PATCH v7 2/2] hw/arm: Add arm SBSA reference machine, devices part

2019-06-16 Thread Hongbo Zhang
On Mon, 3 Jun 2019 at 18:54, Philippe Mathieu-Daudé wrote: > > Hi Hongbo, Ard. > > On 4/18/19 6:04 AM, Hongbo Zhang wrote: > > Following the previous patch, this patch adds peripheral devices to the > > newly introduced SBSA-ref machine. > > > > Signed-off-by: Hongbo Zhang > > --- > > hw/arm/sbs

Re: [Qemu-devel] [PATCH v7 2/2] hw/arm: Add arm SBSA reference machine, devices part

2019-06-03 Thread Philippe Mathieu-Daudé
Hi Hongbo, Ard. On 4/18/19 6:04 AM, Hongbo Zhang wrote: > Following the previous patch, this patch adds peripheral devices to the > newly introduced SBSA-ref machine. > > Signed-off-by: Hongbo Zhang > --- > hw/arm/sbsa-ref.c | 451 > ++ > 1 f

Re: [Qemu-devel] [PATCH v7 2/2] hw/arm: Add arm SBSA reference machine, devices part

2019-06-01 Thread Hongbo Zhang
On Wed, 8 May 2019 at 21:59, Markus Armbruster wrote: > > Peter Maydell writes: > > > On Thu, 18 Apr 2019 at 05:05, Hongbo Zhang wrote: > >> > >> Following the previous patch, this patch adds peripheral devices to the > >> newly introduced SBSA-ref machine. > >> > >> Signed-off-by: Hongbo Zhang

Re: [Qemu-devel] [PATCH v7 2/2] hw/arm: Add arm SBSA reference machine, devices part

2019-05-09 Thread Peter Maydell
On Wed, 8 May 2019 at 18:48, Radoslaw Biernacki wrote: > > > > On Wed, 8 May 2019 at 13:30, Hongbo Zhang wrote: >> >> On Tue, 30 Apr 2019 at 22:17, Peter Maydell wrote: >> > I don't think we should automatically create the usb keyboard >> > and mouse devices. The user can do it on the command li

Re: [Qemu-devel] [PATCH v7 2/2] hw/arm: Add arm SBSA reference machine, devices part

2019-05-08 Thread Radoslaw Biernacki
On Wed, 8 May 2019 at 13:30, Hongbo Zhang wrote: > On Tue, 30 Apr 2019 at 22:17, Peter Maydell > wrote: > > > > On Thu, 18 Apr 2019 at 05:05, Hongbo Zhang > wrote: > > > > > > Following the previous patch, this patch adds peripheral devices to the > > > newly introduced SBSA-ref machine. > > >

Re: [Qemu-devel] [PATCH v7 2/2] hw/arm: Add arm SBSA reference machine, devices part

2019-05-08 Thread Markus Armbruster
Peter Maydell writes: > On Thu, 18 Apr 2019 at 05:05, Hongbo Zhang wrote: >> >> Following the previous patch, this patch adds peripheral devices to the >> newly introduced SBSA-ref machine. >> >> Signed-off-by: Hongbo Zhang >> --- >> hw/arm/sbsa-ref.c | 451 >>

Re: [Qemu-devel] [PATCH v7 2/2] hw/arm: Add arm SBSA reference machine, devices part

2019-05-08 Thread Hongbo Zhang
On Tue, 30 Apr 2019 at 22:17, Peter Maydell wrote: > > On Thu, 18 Apr 2019 at 05:05, Hongbo Zhang wrote: > > > > Following the previous patch, this patch adds peripheral devices to the > > newly introduced SBSA-ref machine. > > > > Signed-off-by: Hongbo Zhang > > --- > > hw/arm/sbsa-ref.c | 451

Re: [Qemu-devel] [PATCH v7 2/2] hw/arm: Add arm SBSA reference machine, devices part

2019-04-30 Thread Peter Maydell
On Thu, 18 Apr 2019 at 05:05, Hongbo Zhang wrote: > > Following the previous patch, this patch adds peripheral devices to the > newly introduced SBSA-ref machine. > > Signed-off-by: Hongbo Zhang > --- > hw/arm/sbsa-ref.c | 451 > ++ > 1 file c

[Qemu-devel] [PATCH v7 2/2] hw/arm: Add arm SBSA reference machine, devices part

2019-04-17 Thread Hongbo Zhang
Following the previous patch, this patch adds peripheral devices to the newly introduced SBSA-ref machine. Signed-off-by: Hongbo Zhang --- hw/arm/sbsa-ref.c | 451 ++ 1 file changed, 451 insertions(+) diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sb