Re: [Qemu-devel] [PATCH v4 00/21] target-arm: Preparations for A64 EL2 and 3

2014-05-25 Thread Peter Maydell
On 25 May 2014 01:28, Edgar E. Iglesias wrote: > Thanks for finding and fixing this. I run a script that builds qemu > and boots a bunch of kernel images for every commit in a series > but apparently it didn't catch this stuff. I'll see if I can add > more test cases to cover more. The srs bug I

Re: [Qemu-devel] [PATCH v4 00/21] target-arm: Preparations for A64 EL2 and 3

2014-05-24 Thread Edgar E. Iglesias
On Fri, May 23, 2014 at 04:39:21PM +0100, Peter Maydell wrote: > On 23 May 2014 13:54, Peter Maydell wrote: > > On 23 May 2014 01:41, Edgar E. Iglesias wrote: > >> From: "Edgar E. Iglesias" > >> > >> Hi, > >> > >> I've been doing some work on modeling parts of EL2 and 3 + some of > >> the system

Re: [Qemu-devel] [PATCH v4 00/21] target-arm: Preparations for A64 EL2 and 3

2014-05-23 Thread Peter Maydell
On 23 May 2014 13:54, Peter Maydell wrote: > On 23 May 2014 01:41, Edgar E. Iglesias wrote: >> From: "Edgar E. Iglesias" >> >> Hi, >> >> I've been doing some work on modeling parts of EL2 and 3 + some of >> the system-wide virtualization features for ARMv8. A lot is missing >> but I've got a ser

Re: [Qemu-devel] [PATCH v4 00/21] target-arm: Preparations for A64 EL2 and 3

2014-05-23 Thread Peter Maydell
On 23 May 2014 01:41, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > Hi, > > I've been doing some work on modeling parts of EL2 and 3 + some of > the system-wide virtualization features for ARMv8. A lot is missing > but I've got a series with enough to for example run KVM A64 guests > o

[Qemu-devel] [PATCH v4 00/21] target-arm: Preparations for A64 EL2 and 3

2014-05-22 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Hi, I've been doing some work on modeling parts of EL2 and 3 + some of the system-wide virtualization features for ARMv8. A lot is missing but I've got a series with enough to for example run KVM A64 guests on top of EL3 firmware inside emulated QEMU A64 VMs. I'm workin