From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52100 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuTeZ-0000N4-B9 for qemu-devel@nongnu.org; Tue, 01 Mar 2011 12:46:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuTeX-0007xq-Vm for qemu-devel@nongnu.org; Tue, 01 Mar 2011 12:46:31 -0500 Received: from adelie.canonical.com ([91.189.90.139]:45448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuTeX-0007xl-Qc for qemu-devel@nongnu.org; Tue, 01 Mar 2011 12:46:29 -0500 Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1PuTeV-0002cb-SI for ; Tue, 01 Mar 2011 17:46:27 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id D07672E82BE for ; Tue, 1 Mar 2011 17:46:27 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Tue, 01 Mar 2011 17:37:21 -0000 From: Serge Hallyn <723871@bugs.launchpad.net> Sender: bounces@canonical.com References: <20110223182449.26818.97867.malonedeb@potassium.ubuntu.com> Message-Id: <20110301173721.29334.8751.malone@wampee.canonical.com> Errors-To: bounces@canonical.com Subject: [Qemu-devel] [Bug 723871] Re: qemu-kvm-0.14.0 Aborts with -vga qxl Reply-To: Bug 723871 <723871@bugs.launchpad.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org ** Attachment added: "debs with proposed fix for amd64 natty" https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/723871/+attachme= nt/1879081/+files/nattydebs.tgz -- = You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/723871 Title: qemu-kvm-0.14.0 Aborts with -vga qxl Status in QEMU: Confirmed Status in =E2=80=9Cqemu-kvm=E2=80=9D package in Ubuntu: New Bug description: Host CPU is Core i7 Q820. KVM is from 2.6.35-gentoo-r5 kernel (x86_64). Host has spice-0.7.2 and spice-protocol-0.7.0. Guest is Windows XP SP3 with qxl driver 0.6.1, virtio-serial 1.1.6 and vd= agent 0.6.3. qemu-kvm is started like so: qemu-system-x86_64 -cpu host -enable-kvm -pidfile /home/rick/qemu/hds/wxp= .pid -drive file=3D/home/rick/qemu/hds/wxp.raw,if=3Dvirtio,media=3Ddisk,aio= =3Dnative,snapshot=3Don -m 768 -name WinXP -net nic,model=3Dvirtio -net use= r -localtime -usb -vga qxl -device virtio-serial -chardev spicevmc,name=3Dv= dagent,id=3Dvdagent -device virtserialport,chardev=3Dvdagent,name=3Dcom.red= hat.spice.0 -spice port=3D1234,disable-ticketing -monitor stdio and crashes with: qemu-system-x86_64: /home/rick/qemu/src/qemu-kvm-0.14.0/qemu-kvm.c:1724: = kvm_mutex_unlock: Assertion `!cpu_single_env' failed. Aborted If I use -no-kvm, it works fine. If I use -vga std, it works fine. -enable-kvm and -vga qxl crashes.