Re: [Qemu-devel] [PATCH 0/6][RFC] AArch64 support for Versatile Express using KVM

2013-09-02 Thread Peter Maydell
On 2 September 2013 10:46, Andreas Färber wrote: > Am 28.06.2013 15:04, schrieb Andreas Färber: >> Is there a 32-bit aarch64 register in ARMv8 to be accessed by TCG? If >> not, the field should be in ARMCPU and a bool rather than uint32_t. > > Care to comment on the latter? I don't suppose the us

Re: [Qemu-devel] [PATCH 0/6][RFC] AArch64 support for Versatile Express using KVM

2013-09-02 Thread Andreas Färber
Alex, Am 28.06.2013 15:04, schrieb Andreas Färber: > Am 28.06.2013 14:44, schrieb Peter Maydell: >> On 28 June 2013 13:20, Mian M. Hamayun >> wrote: >>> This patch series implements KVM support in QEMU for the ARMv8 Cortex >>> A57 CPU. >>> It depends on the previously submitted AArch64 Preparati

Re: [Qemu-devel] [PATCH 0/6][RFC] AArch64 support for Versatile Express using KVM

2013-07-01 Thread Mian M. Hamayun
At the time we started working on AArch64, we were not certain that our implementation would be published in near future. Now that this is cleared up we are more than happy to coordinate together. On 28 June 2013 14:04, Andreas Färber wrote: I had been looking into that tree myself, and apart

Re: [Qemu-devel] [PATCH 0/6][RFC] AArch64 support for Versatile Express using KVM

2013-06-28 Thread Peter Maydell
On 28 June 2013 14:04, Andreas Färber wrote: > I had been looking into that tree myself, and apart from John's > Linux'ish "ARM: " prefixes rather than our usual "target-arm: " (part of > which you forgot to fix before sending a PULL), I am really opposed to > copying A15MPCore_priv for A57. I ag

Re: [Qemu-devel] [PATCH 0/6][RFC] AArch64 support for Versatile Express using KVM

2013-06-28 Thread Andreas Färber
Am 28.06.2013 14:44, schrieb Peter Maydell: > On 28 June 2013 13:20, Mian M. Hamayun > wrote: >> This patch series implements KVM support in QEMU for the ARMv8 Cortex >> A57 CPU. >> It depends on the previously submitted AArch64 Preparation Patchset V4, >> and uses >> as a base, the existing Vers

Re: [Qemu-devel] [PATCH 0/6][RFC] AArch64 support for Versatile Express using KVM

2013-06-28 Thread Peter Maydell
On 28 June 2013 13:20, Mian M. Hamayun wrote: > This patch series implements KVM support in QEMU for the ARMv8 Cortex > A57 CPU. > It depends on the previously submitted AArch64 Preparation Patchset V4, > and uses > as a base, the existing Versatile Express machine model and the already > availabl

[Qemu-devel] [PATCH 0/6][RFC] AArch64 support for Versatile Express using KVM

2013-06-28 Thread Mian M. Hamayun
This patch series implements KVM support in QEMU for the ARMv8 Cortex A57 CPU. It depends on the previously submitted AArch64 Preparation Patchset V4, and uses as a base, the existing Versatile Express machine model and the already available KVM in-kernel GIC support. As a reference, KVM Tool a