From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] KVM: Add wrapper script around Qemu to test kernels Date: Wed, 24 Aug 2011 22:17:46 +0300 Message-ID: <4E554E5A.8050902@redhat.com> References: <1314137806-5747-1-git-send-email-agraf@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "kvm@vger.kernel.org list" , qemu-devel Developers , "linux-kernel@vger.kernel.org List" , Alexander Graf , Pekka Enberg , Linus Torvalds To: Blue Swirl Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org List-Id: kvm.vger.kernel.org On 08/24/2011 08:40 PM, Blue Swirl wrote: > > + > > + # Qemu's own build system calls it qemu-system-x86_64 > > + [ "$QEMU_BIN" ] || QEMU_BIN=$(which qemu-system-x86_64 2>/dev/null) > > If you run qemu-system-x86_64 on an i386 host, will it use kvm at all? I think it will, and that's actually a bug, since kvm doesn't support virtualizing long mode on a 32-bit host. -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain.