Re: [Qemu-devel] [PATCH 00/23] GICv3 emulation

2016-05-25 Thread Shannon Zhao
On 2016年05月10日 01:29, Peter Maydell wrote: > This series implements emulation of the GICv3 interrupt controller. > It is based to some extent on previous patches from Shlomo and > Pavel, but the bulk of it has turned out to be new code. (The > combination of changing the underlying data structures,

Re: [Qemu-devel] [PATCH 00/23] GICv3 emulation

2016-05-13 Thread Shannon Zhao
On 2016年05月12日 23:22, Peter Maydell wrote: > On 12 May 2016 at 16:01, Shannon Zhao wrote: >> On 2016年05月12日 22:35, Peter Maydell wrote: >>> Can you put the Image file somewhere I can download it, please? >> I just upload it to >> http://people.linaro.org/~shannon.zhao/ACPI_ARM/Image > > OK, I can

Re: [Qemu-devel] [PATCH 00/23] GICv3 emulation

2016-05-12 Thread Peter Maydell
On 12 May 2016 at 16:01, Shannon Zhao wrote: > On 2016年05月12日 22:35, Peter Maydell wrote: >> Can you put the Image file somewhere I can download it, please? > I just upload it to > http://people.linaro.org/~shannon.zhao/ACPI_ARM/Image OK, I can reproduce with that, and I think I know what this is

Re: [Qemu-devel] [PATCH 00/23] GICv3 emulation

2016-05-12 Thread Shannon Zhao
On 2016年05月12日 22:35, Peter Maydell wrote: > On 12 May 2016 at 15:31, Shannon Zhao wrote: >> > On 2016年05月12日 21:53, Peter Maydell wrote: >>> >> On 11 May 2016 at 07:51, Shannon Zhao wrote: >>> Hi Peter, >>> >>> On 2016/5/10 1:29, Peter Maydell wrote: >>> > Code revie

Re: [Qemu-devel] [PATCH 00/23] GICv3 emulation

2016-05-12 Thread Peter Maydell
On 11 May 2016 at 07:51, Shannon Zhao wrote: > Hi Peter, > > On 2016/5/10 1:29, Peter Maydell wrote: > >> Code review, testing, attempts to run guests other than Linux >> welcome (UEFI, anybody?) > I run a guest with UEFI firmware. It gets stuck when kernel boots: > > [0.186331] Brought up 1 C

Re: [Qemu-devel] [PATCH 00/23] GICv3 emulation

2016-05-12 Thread Peter Maydell
On 12 May 2016 at 15:31, Shannon Zhao wrote: > On 2016年05月12日 21:53, Peter Maydell wrote: >> On 11 May 2016 at 07:51, Shannon Zhao wrote: >>> Hi Peter, >>> >>> On 2016/5/10 1:29, Peter Maydell wrote: >>> Code review, testing, attempts to run guests other than Linux welcome (UEFI, anybod

Re: [Qemu-devel] [PATCH 00/23] GICv3 emulation

2016-05-12 Thread Shannon Zhao
On 2016年05月12日 21:53, Peter Maydell wrote: > On 11 May 2016 at 07:51, Shannon Zhao wrote: >> Hi Peter, >> >> On 2016/5/10 1:29, Peter Maydell wrote: >> >>> Code review, testing, attempts to run guests other than Linux >>> welcome (UEFI, anybody?) >> I run a guest with UEFI firmware. It gets stuck

Re: [Qemu-devel] [PATCH 00/23] GICv3 emulation

2016-05-10 Thread Shannon Zhao
Hi Peter, On 2016/5/10 1:29, Peter Maydell wrote: > Code review, testing, attempts to run guests other than Linux > welcome (UEFI, anybody?) I run a guest with UEFI firmware. It gets stuck when kernel boots: [0.186331] Brought up 1 CPUs [0.186613] SMP: Total of 1 processors activated. [

[Qemu-devel] [PATCH 00/23] GICv3 emulation

2016-05-09 Thread Peter Maydell
This series implements emulation of the GICv3 interrupt controller. It is based to some extent on previous patches from Shlomo and Pavel, but the bulk of it has turned out to be new code. (The combination of changing the underlying data structures, adding support for TrustZone and implementing pro