From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDK8o-0008Ex-9z for qemu-devel@nongnu.org; Wed, 06 Mar 2013 14:36:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDK8j-0005yJ-Ty for qemu-devel@nongnu.org; Wed, 06 Mar 2013 14:36:42 -0500 Received: from mail-pb0-f44.google.com ([209.85.160.44]:34513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDK8j-0005xl-Nu for qemu-devel@nongnu.org; Wed, 06 Mar 2013 14:36:37 -0500 Received: by mail-pb0-f44.google.com with SMTP id wz12so6472868pbc.3 for ; Wed, 06 Mar 2013 11:36:36 -0800 (PST) Sender: Christoffer Dall Date: Wed, 6 Mar 2013 11:36:43 -0800 From: Christoffer Dall Message-ID: <20130306193643.GB18969@gmail.com> References: <1361900421-28354-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1361900421-28354-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [PATCH v7 00/11] QEMU: Support KVM on ARM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Gleb Natapov , kvm@vger.kernel.org, patches@linaro.org, Marcelo Tosatti , qemu-devel@nongnu.org, Andreas =?iso-8859-1?Q?F=E4rber?= , Blue Swirl , Paolo Bonzini , kvmarm@lists.cs.columbia.edu On Tue, Feb 26, 2013 at 05:40:10PM +0000, Peter Maydell wrote: > KVM ARM support has just hit Linus' kernel tree, so we can > finally commit this series to QEMU. Since all the patches got > reviewed last time round this should be ready to commit. > I plan to commit this via arm-devs.next. > > NB: the linux-headers sync is against Linus' mainline, and > so I had to make a few minor tweaks to avoid the QEMU patch > reverting some s390 and ppc changes which haven't yet hit > mainline. (Can't sync vs kvm-next kernel tree because ARM > KVM hasn't got there yet...) > > thanks > -- PMM > FWIW, I've tested this and the KVM support works just fine. (There's an issue using newer kernels and SD card emulation on the vexpress platform, but that's completely unrelated to these patches). Thanks, -Christoffer