Re: [Qemu-devel] [PATCH v5 1/2] hw/arm: Add arm SBSA reference machine, skeleton part

2019-02-01 Thread Hongbo Zhang
On Thu, 31 Jan 2019 at 20:02, Peter Maydell wrote: > > On Wed, 30 Jan 2019 at 08:59, Hongbo Zhang wrote: > > > > On Tue, 22 Jan 2019 at 19:42, Peter Maydell > > wrote: > > > > > > On Fri, 7 Dec 2018 at 09:08, Hongbo Zhang wrote: > > > > +[VIRT_SECURE_MEM] = { 0x2000,

Re: [Qemu-devel] [PATCH v5 1/2] hw/arm: Add arm SBSA reference machine, skeleton part

2019-01-31 Thread Peter Maydell
On Wed, 30 Jan 2019 at 08:59, Hongbo Zhang wrote: > > On Tue, 22 Jan 2019 at 19:42, Peter Maydell wrote: > > > > On Fri, 7 Dec 2018 at 09:08, Hongbo Zhang wrote: > > > +[VIRT_SECURE_MEM] = { 0x2000, 0x2000 }, > > > +[VIRT_CPUPERIPHS] = { 0x4000, 0x0008 },

Re: [Qemu-devel] [PATCH v5 1/2] hw/arm: Add arm SBSA reference machine, skeleton part

2019-01-30 Thread Hongbo Zhang
On Tue, 22 Jan 2019 at 19:42, Peter Maydell wrote: > > On Fri, 7 Dec 2018 at 09:08, Hongbo Zhang wrote: > > > > For the Aarch64, there is one machine 'virt', it is primarily meant to > > run on KVM and execute virtualization workloads, but we need an > > environment as faithful as possible to

Re: [Qemu-devel] [PATCH v5 1/2] hw/arm: Add arm SBSA reference machine, skeleton part

2019-01-28 Thread Peter Maydell
On Mon, 28 Jan 2019 at 10:16, Hongbo Zhang wrote: > > On Tue, 22 Jan 2019 at 19:42, Peter Maydell wrote: > > Comment says 256M but the size field says it's larger... > > > I calculated, 256M should be 0x1000, 7 zeros. Yes, you're right, this was my mistake. PS: sorry about the other blank

Re: [Qemu-devel] [PATCH v5 1/2] hw/arm: Add arm SBSA reference machine, skeleton part

2019-01-28 Thread Peter Maydell
On Mon, 28 Jan 2019 at 10:16, Hongbo Zhang wrote: > > On Tue, 22 Jan 2019 at 19:42, Peter Maydell wrote: > > > > On Fri, 7 Dec 2018 at 09:08, Hongbo Zhang wrote: > > > > > > For the Aarch64, there is one machine 'virt', it is primarily meant to > > > run on KVM and execute virtualization

Re: [Qemu-devel] [PATCH v5 1/2] hw/arm: Add arm SBSA reference machine, skeleton part

2019-01-28 Thread Hongbo Zhang
On Tue, 22 Jan 2019 at 19:42, Peter Maydell wrote: > > On Fri, 7 Dec 2018 at 09:08, Hongbo Zhang wrote: > > > > For the Aarch64, there is one machine 'virt', it is primarily meant to > > run on KVM and execute virtualization workloads, but we need an > > environment as faithful as possible to

Re: [Qemu-devel] [PATCH v5 1/2] hw/arm: Add arm SBSA reference machine, skeleton part

2019-01-22 Thread Peter Maydell
On Fri, 7 Dec 2018 at 09:08, Hongbo Zhang wrote: > > For the Aarch64, there is one machine 'virt', it is primarily meant to > run on KVM and execute virtualization workloads, but we need an > environment as faithful as possible to physical hardware, for supporting > firmware and OS development

[Qemu-devel] [PATCH v5 1/2] hw/arm: Add arm SBSA reference machine, skeleton part

2018-12-07 Thread Hongbo Zhang
For the Aarch64, there is one machine 'virt', it is primarily meant to run on KVM and execute virtualization workloads, but we need an environment as faithful as possible to physical hardware, for supporting firmware and OS development for pysical Aarch64 machines. This patch introduces new