From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qp0OD-0001m9-II for qemu-devel@nongnu.org; Thu, 04 Aug 2011 12:03:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qp0OC-00032Z-Fr for qemu-devel@nongnu.org; Thu, 04 Aug 2011 12:03:17 -0400 Received: from hobi.com ([161.58.203.140]:36959) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qp0OC-00031t-DJ for qemu-devel@nongnu.org; Thu, 04 Aug 2011 12:03:16 -0400 Received: from rick.localnet (adsl-99-40-178-1.dsl.emhril.sbcglobal.net [99.40.178.1]) (authenticated bits=0) by hobi.com (8.14.4/8.14.4) with ESMTP id p74G3BkD021714 for ; Thu, 4 Aug 2011 16:03:13 GMT From: Rick Vernam Date: Thu, 4 Aug 2011 11:03:10 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201108041103.10962.rickv@hobi.com> Subject: [Qemu-devel] -vga qxl Reply-To: rickv@hobi.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel it seems that qxl is not working correctly with any of the 0.15 releases thus far. this includes qemu and qemu-kvm. when I start qemu like so: qemu-system-x86_64 -cpu host -enable-kvm -m 768 -usb -vga qxl -monitor stdio I get a black screen. when I start with -vga std: qemu-system-x86_64 -cpu host -enable-kvm -m 768 -usb -vga std -monitor stdio I see the seabios screen, etc. qemu has been configured like ./configure --target-list=x86_64-softmmu --disable-curses --disable-curl -- audio-drv-list=alsa --audio-card-list=sb16,ac97,hda --disable-bluez --enable- vhost-net --enable-spice I've also configured with --disable-vnc and --disable-opengl with the same results Am I using this wrong, or is this a bug?