Re: [Qemu-devel] [PATCH v3 00/31] A64 system emulation prequisites

2014-02-25 Thread Peter Maydell
On 15 February 2014 16:06, Peter Maydell wrote: > Here's the latest patchset aimed towards implementing AArch64 > system emulation. > Peter Maydell (30): > target-arm: Fix raw read and write functions on AArch64 registers > target-arm: A64: Make cache ID registers visible to AArch64 > targe

[Qemu-devel] [PATCH v3 00/31] A64 system emulation prequisites

2014-02-15 Thread Peter Maydell
Here's the latest patchset aimed towards implementing AArch64 system emulation. Patch 1 is an actually working version of a fix for a problem I tried to deal with incorrectly in the previous series. Following patches are implementations of AArch64 views of various system registers -- these general