From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: vga std / vga vmware leads to unhandled vm exit: 0x11 Date: Wed, 13 Jan 2010 15:59:33 -0600 Message-ID: <4B4E4245.1020100@codemonkey.ws> References: <20091214141155.GA4886@comet.dominikbrodowski.net> <20100113202956.GA9075@comet.dominikbrodowski.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Dominik Brodowski Return-path: Received: from qw-out-2122.google.com ([74.125.92.25]:2477 "EHLO qw-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752646Ab0AMV7h (ORCPT ); Wed, 13 Jan 2010 16:59:37 -0500 Received: by qw-out-2122.google.com with SMTP id 9so172752qwb.37 for ; Wed, 13 Jan 2010 13:59:37 -0800 (PST) In-Reply-To: <20100113202956.GA9075@comet.dominikbrodowski.net> Sender: kvm-owner@vger.kernel.org List-ID: On 01/13/2010 02:29 PM, Dominik Brodowski wrote: > Hey, > > On Mon, Dec 14, 2009 at 03:11:55PM +0100, Dominik Brodowski wrote: > >> using kvm with "-vga std" or "-vga vmware" leads to an >> "unhandled vm exit: 0x11", while "-vga cirrus" works fine. >> >> CPU model: >> Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz >> >> KVM version: >> - QEMU PC emulator version 0.11.0 (qemu-kvm-0.11.0), Copyright (c) 2003-2008 Fabrice Bellard [0.11.0-0ubuntu6.3] >> - QEMU PC emulator version 0.11.1 (qemu-kvm-0.11.1), Copyright (c) 2003-2008 Fabrice Bellard >> >> host kernel: >> various, including 2.6.31 and Linus' latest as of today (v2.6.32-6793-gf405425) >> >> command line: >> # QEMU_AUDIO_DRV=alsa /usr/bin/qemu-system-x86_64 -M pc -m 1024 -smp 1 -name x86 -drive file=/dev/mapper/x86,if=ide,index=0,boot=on -drive file=,if=ide,media=cdrom,index=2 -net nic,macaddr=,vlan=0 -net user,vlan=0 -usb -usbdevice tablet -k de -soundhw es1370 -vga std >> >> The guest is a x86_64 ubuntu 9.10 system. >> >> The problem also appears with -no-kvm-irqchip or -no-kvm-pit. >> >> However, -no-kvm seems to work, but takes ages to run, of course. >> > Still happens with 2.6.33-rc4. Any ideas? vgabios is Ubuntu's 0.6c-1 , btw. > There's been a lot of vmware vga fixes in 0.12 so I'd suggest upgrading your qemu-kvm version. Regards, Anthony Liguori > Best, > Dominik > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >