From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKq2Z-0002vv-GZ for qemu-devel@nongnu.org; Fri, 13 May 2011 06:56:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QKq2X-0002Gl-W5 for qemu-devel@nongnu.org; Fri, 13 May 2011 06:56:15 -0400 Received: from adelie.canonical.com ([91.189.90.139]:40278) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKq2X-0002Ge-R6 for qemu-devel@nongnu.org; Fri, 13 May 2011 06:56:13 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QKq2V-0000he-4N for ; Fri, 13 May 2011 10:56:11 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 0525C2E8A03 for ; Fri, 13 May 2011 10:56:07 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Fri, 13 May 2011 10:48:33 -0000 From: Boris Derzhavets <723871@bugs.launchpad.net> Sender: bounces@canonical.com References: <20110223182449.26818.97867.malonedeb@potassium.ubuntu.com> Message-Id: <20110513104833.29168.99200.malone@soybean.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: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I commited build in mentioned PPA via diff -Nru qemu-kvm-0.14.0+spice-v35/configure qemu-kvm-0.14.0+spicev35/conf= igure --- qemu-kvm-0.14.0+spice-v35/configure 2011-05-12 05:36:32.000000000 +0000 +++ qemu-kvm-0.14.0+spicev35/configure 2011-05-13 09:17:01.000000000 +0000 @@ -2484,7 +2484,7 @@ if test -z "$werror" ; then if test "$z_version" =3D "50" -a \ "$linux" =3D "yes" ; then - werror=3D"yes" + werror=3D"no" else werror=3D"no" fi Actually , disabling "-Werror" to build qemu-common_0.14.0+spicev35-0ubuntu= 1_all.deb. "qemu-kvm", "qemu" amd64 packages may be built with "-Werror" with no probl= ems. Please , DON'T install packages from https://launchpad.net/~bderzhavets/+ar= chive/git-spice in 32-bit environment. -- = 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=9Clibvirt=E2=80=9D package in Ubuntu: Triaged Status in =E2=80=9Cqemu-kvm=E2=80=9D package in Ubuntu: Fix Released 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.