Re: [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type

2018-06-28 Thread Hongbo Zhang
On 28 June 2018 at 19:36, Andrew Jones wrote: > On Thu, Jun 28, 2018 at 06:13:28PM +0800, Hongbo Zhang wrote: >> On 28 June 2018 at 17:04, Andrew Jones wrote: >> > On Thu, Jun 28, 2018 at 04:11:56PM +0800, Hongbo Zhang wrote: >> >> On 27 June 2018 at 22:56, Igor Mammedov wrote: >> >> > On Wed,

Re: [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type

2018-06-28 Thread Andrew Jones
On Thu, Jun 28, 2018 at 06:13:28PM +0800, Hongbo Zhang wrote: > On 28 June 2018 at 17:04, Andrew Jones wrote: > > On Thu, Jun 28, 2018 at 04:11:56PM +0800, Hongbo Zhang wrote: > >> On 27 June 2018 at 22:56, Igor Mammedov wrote: > >> > On Wed, 27 Jun 2018 18:13:08 +0800 > >> > Hongbo Zhang

Re: [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type

2018-06-28 Thread Hongbo Zhang
On 28 June 2018 at 18:22, Daniel P. Berrangé wrote: > On Wed, Jun 27, 2018 at 01:31:17PM +0100, Dr. David Alan Gilbert wrote: >> * Hongbo Zhang (hongbo.zh...@linaro.org) wrote: >> > This patch introduces a new Arm machine type 'SBSA' with features: >> > - Based on legacy 'virt' machine type. > >

Re: [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type

2018-06-28 Thread Hongbo Zhang
On 28 June 2018 at 17:31, Laszlo Ersek wrote: > On 06/27/18 12:13, Hongbo Zhang wrote: >> This patch introduces a new Arm machine type 'SBSA' with features: >> - Based on legacy 'virt' machine type. > > My understanding is that this new machine type serves a different use > case than the "virt"

Re: [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type

2018-06-28 Thread Daniel P . Berrangé
On Wed, Jun 27, 2018 at 01:31:17PM +0100, Dr. David Alan Gilbert wrote: > * Hongbo Zhang (hongbo.zh...@linaro.org) wrote: > > This patch introduces a new Arm machine type 'SBSA' with features: > > - Based on legacy 'virt' machine type. The 'virt' machine type is absolutely *not* legacy. It is

Re: [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type

2018-06-28 Thread Hongbo Zhang
On 28 June 2018 at 17:04, Andrew Jones wrote: > On Thu, Jun 28, 2018 at 04:11:56PM +0800, Hongbo Zhang wrote: >> On 27 June 2018 at 22:56, Igor Mammedov wrote: >> > On Wed, 27 Jun 2018 18:13:08 +0800 >> > Hongbo Zhang wrote: >> > >> >> This patch introduces a new Arm machine type 'SBSA' with

Re: [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type

2018-06-28 Thread Laszlo Ersek
On 06/27/18 12:13, Hongbo Zhang wrote: > This patch introduces a new Arm machine type 'SBSA' with features: > - Based on legacy 'virt' machine type. My understanding is that this new machine type serves a different use case than the "virt" machine type; i.e. it is not primarily meant to run on

Re: [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type

2018-06-28 Thread Hongbo Zhang
On 28 June 2018 at 16:12, Dr. David Alan Gilbert wrote: > * Hongbo Zhang (hongbo.zh...@linaro.org) wrote: >> On 27 June 2018 at 20:31, Dr. David Alan Gilbert wrote: >> > * Hongbo Zhang (hongbo.zh...@linaro.org) wrote: >> >> This patch introduces a new Arm machine type 'SBSA' with features: >> >>

Re: [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type

2018-06-28 Thread Andrew Jones
On Thu, Jun 28, 2018 at 04:11:56PM +0800, Hongbo Zhang wrote: > On 27 June 2018 at 22:56, Igor Mammedov wrote: > > On Wed, 27 Jun 2018 18:13:08 +0800 > > Hongbo Zhang wrote: > > > >> This patch introduces a new Arm machine type 'SBSA' with features: > >> - Based on legacy 'virt' machine type. >

Re: [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type

2018-06-28 Thread Dr. David Alan Gilbert
* Hongbo Zhang (hongbo.zh...@linaro.org) wrote: > On 27 June 2018 at 20:31, Dr. David Alan Gilbert wrote: > > * Hongbo Zhang (hongbo.zh...@linaro.org) wrote: > >> This patch introduces a new Arm machine type 'SBSA' with features: > >> - Based on legacy 'virt' machine type. > >> - Newly designed

Re: [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type

2018-06-28 Thread Hongbo Zhang
On 27 June 2018 at 22:56, Igor Mammedov wrote: > On Wed, 27 Jun 2018 18:13:08 +0800 > Hongbo Zhang wrote: > >> This patch introduces a new Arm machine type 'SBSA' with features: >> - Based on legacy 'virt' machine type. >> - Newly designed memory map. >> - EL2 and EL3 are enabled by default.

Re: [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type

2018-06-27 Thread Hongbo Zhang
On 27 June 2018 at 20:31, Dr. David Alan Gilbert wrote: > * Hongbo Zhang (hongbo.zh...@linaro.org) wrote: >> This patch introduces a new Arm machine type 'SBSA' with features: >> - Based on legacy 'virt' machine type. >> - Newly designed memory map. >> - EL2 and EL3 are enabled by default. >>

Re: [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type

2018-06-27 Thread Igor Mammedov
On Wed, 27 Jun 2018 18:13:08 +0800 Hongbo Zhang wrote: > This patch introduces a new Arm machine type 'SBSA' with features: > - Based on legacy 'virt' machine type. > - Newly designed memory map. > - EL2 and EL3 are enabled by default. > - AHCI controller attached to system bus, and then

Re: [Qemu-devel] [PATCH] hw/arm: Add SBSA machine type

2018-06-27 Thread Dr. David Alan Gilbert
* Hongbo Zhang (hongbo.zh...@linaro.org) wrote: > This patch introduces a new Arm machine type 'SBSA' with features: > - Based on legacy 'virt' machine type. > - Newly designed memory map. > - EL2 and EL3 are enabled by default. > - AHCI controller attached to system bus, and then CDROM and

[Qemu-devel] [PATCH] hw/arm: Add SBSA machine type

2018-06-27 Thread Hongbo Zhang
This patch introduces a new Arm machine type 'SBSA' with features: - Based on legacy 'virt' machine type. - Newly designed memory map. - EL2 and EL3 are enabled by default. - AHCI controller attached to system bus, and then CDROM and hard disc can be added to it. - EHCI controller attached