From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v5 00/13] KVM/ARM Implementation Date: Sun, 11 Dec 2011 14:23:28 -0500 Message-ID: References: <20111211102403.21693.6887.stgit@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: android-virt@lists.cs.columbia.edu, kvm@vger.kernel.org, Marc.Zyngier@arm.com, catalin.marinas@arm.com, tech@virtualopensystems.com, avi@redhat.com To: Peter Maydell Return-path: Received: from mail-iy0-f174.google.com ([209.85.210.174]:35306 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752197Ab1LKTX3 convert rfc822-to-8bit (ORCPT ); Sun, 11 Dec 2011 14:23:29 -0500 Received: by iaeh11 with SMTP id h11so2003634iae.19 for ; Sun, 11 Dec 2011 11:23:29 -0800 (PST) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Dec 11, 2011 at 6:32 AM, Peter Maydell wrote: > On 11 December 2011 10:24, Christoffer Dall > wrote: >> The following series implements KVM support for ARM processors, >> specifically on the Cortex A-15 platform. > >> Still on the to-do list: >> =A0- Reuse VMIDs >> =A0- Fix SMP host support >> =A0- Fix SMP guest support >> =A0- Support guest Thumb mode for MMIO emulation >> =A0- Further testing >> =A0- Performance improvements > > Other items for this list: > =A0- Support Neon/VFP in guests (the fpu regs struct is empty ATM) > =A0- Support guest debugging > ok, thanks, will add these to the list. I have a feeling it will keep growing for a while :) > I couldn't see any support for the TLS registers in your cp15 emulati= on: > did I miss it, or do we handle it without needing to trap? by TLS you mean the cp15, c13 registers (tid and friends?) If so, I handle these in the world-switch code (look at read_cp15_state and write_cp15_state). otherwise, help me out on the acronym... -Christoffer