From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwO9T-0003k6-MZ for qemu-devel@nongnu.org; Tue, 31 Jul 2012 21:55:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwO9S-00044c-Jo for qemu-devel@nongnu.org; Tue, 31 Jul 2012 21:55:07 -0400 Received: from ozlabs.org ([203.10.76.45]:38746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwO9S-0003yg-8Z for qemu-devel@nongnu.org; Tue, 31 Jul 2012 21:55:06 -0400 From: Rusty Russell In-Reply-To: References: <878veoz5yv.fsf@rustcorp.com.au> <87394gpdoi.fsf@rustcorp.com.au> Date: Wed, 01 Aug 2012 11:23:46 +0930 Message-ID: <87vch3bcnp.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [kvmarm] [PATCH] target-arm: kvm: use KVM_SET_SREGS to set target to Cortex A15 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Antonios Motakis , Rusty Russell Cc: Peter Maydell , Anthony Liguori , kvmarm@lists.cs.columbia.edu, qemu-devel@nongnu.org On Tue, 31 Jul 2012 23:52:20 +0200, Antonios Motakis wrote: > Hello, > > I've been trying to get your msr-ops linux-kvm & qemu branches to work, but > so far I've not had any luck booting a guest. I'll nuke my setup and start > over tomorrow to make sure I don't have something broken. Are there any > known issues with the code so far? Hmm, works for me... I've just moved everything across to a separate linux-kvm-arm tree, and just pushed the exact version I was using: git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-kvm-arm.git (branch msr-ops). If that fails, please describe symtoms... Thanks, Rusty.