From mboxrd@z Thu Jan 1 00:00:00 1970 From: Antonios Motakis Subject: Re: [Android-virt] [PATCH v5 00/13] KVM/ARM Implementation Date: Tue, 31 Jan 2012 15:39:01 +0100 Message-ID: <4F27FD05.4060905@virtualopensystems.com> References: <20111211102403.21693.6887.stgit@localhost> <3C7074CA-31A8-4395-933E-65587D2D2C55@virtualopensystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Christoffer Dall , kvm@vger.kernel.org, Marc.Zyngier@arm.com, avi@redhat.com, android-virt@lists.cs.columbia.edu, tech@virtualopensystems.com To: Peter Maydell Return-path: Received: from mail-bk0-f46.google.com ([209.85.214.46]:46929 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752378Ab2AaOjH (ORCPT ); Tue, 31 Jan 2012 09:39:07 -0500 Received: by bkcjm19 with SMTP id jm19so12314bkc.19 for ; Tue, 31 Jan 2012 06:39:05 -0800 (PST) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 01/30/2012 11:46 PM, Peter Maydell wrote: > On 20 January 2012 02:59, Christoffer Dall > wrote: >> There's a new list of issues available at: >> >> https://github.com/virtualopensystems/linux-kvm-arm/issues > Thanks for putting this up. Here's a couple more for you :-) > > * Support guest kernels configured for LPAE > > At the moment (well, if you have Marc's 3.3rc1 tree with the A15 L2 > cache control register bodge in it) you can boot an A15 kernel > configured without LPAE as a KVM guest, but an LPAE kernel with LPAE > enabled will not boot. This probably mostly requires supporting the > 64 bit wide cp15 registers that LPAE implies. > > * handle QEMU being ^C'd > > Currently if you ^C the qemu process then instead of a nice > clean exit things go a bit pear shaped, with apparently part > of the qemu/kvm combo having quit and the rest not and lots > of error messages being emitted. (I admit to not having looked > at this one enough to be certain tht it's a kernel side thing > rather than a QEMU one; I'm just guessing.) > > -- PMM I took the initiative to add them to that list, thanks. -Antonios