From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Maydell Subject: Re: [PATCH v5 00/13] KVM/ARM Implementation Date: Thu, 12 Jan 2012 08:19:08 +0000 Message-ID: References: <20111211102403.21693.6887.stgit@localhost> <3C7074CA-31A8-4395-933E-65587D2D2C55@virtualopensystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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, Rusty Russell To: Christoffer Dall Return-path: Received: from mail-qw0-f53.google.com ([209.85.216.53]:44456 "EHLO mail-qw0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752781Ab2ALITI (ORCPT ); Thu, 12 Jan 2012 03:19:08 -0500 Received: by qadb17 with SMTP id b17so149469qad.19 for ; Thu, 12 Jan 2012 00:19:08 -0800 (PST) In-Reply-To: <3C7074CA-31A8-4395-933E-65587D2D2C55@virtualopensystems.com> Sender: kvm-owner@vger.kernel.org List-ID: On 12 January 2012 03:29, Christoffer Dall wrote: > On Jan 11, 2012, at 8:48 AM, Peter Maydell wrote: >> (It would be quite useful to be able to boot a reasonably modern >> [read, ARMv7, Thumb2, VFPv3] guest userspace; does anybody plan >> to work on this part soon?) > > We have booted the linaro init environment and recent Angstrom > distributions. Android is being actively tested. What specifically > did you have in mind? I meant fixes for these todo list items: >>>> - Support guest Thumb mode for MMIO emulation >>>> - Support Neon/VFP in guests (the fpu regs struct is empty ATM) Have I missed patches which added these? Last time I tried booting a stock linaro userspace it died very early because of the missing Thumb2 guest support. -- PMM