From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQXg3-00077n-VL for qemu-devel@nongnu.org; Thu, 20 Mar 2014 03:46:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQXfv-0000V4-Id for qemu-devel@nongnu.org; Thu, 20 Mar 2014 03:46:11 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:37499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQXfv-0000Uw-Bo for qemu-devel@nongnu.org; Thu, 20 Mar 2014 03:46:03 -0400 Received: by mail-wi0-f170.google.com with SMTP id bs8so4727287wib.3 for ; Thu, 20 Mar 2014 00:46:02 -0700 (PDT) Date: Thu, 20 Mar 2014 08:45:59 +0100 From: Stefan Hajnoczi Message-ID: <20140320074559.GA28090@stefanha-thinkpad.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] VNC viewer displays nothing with -enable-kvm but works fine without -enable-kvm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Le Tan Cc: qemu-devel@nongnu.org On Fri, Mar 14, 2014 at 04:02:58PM +0800, Le Tan wrote: > Hi, I used qemu-kvm-1.2.0 before. I can run qemu with kvm well. Two days > ago, I updated qemu to qemu-1.6.2, and start the qemu with the command: > qemu-system-x86_64 -m 2048 -smp 4 -hda /home/tanle/study/new.img -nographic > -vnc 162.105.146.118:2 > It works fine and slow. It is obviously not using the kvm to accelerate. > Then I use the command: > qemu-system-x86_64 -m 2048 -smp 4 -hda /home/tanle/study/new.img -nographic > -vnc 162.105.146.118:2 -enable-kvm > The VNC viewer can connect to the vm, but it is black and displays nothing. > What is wrong here? Please use the latest upstream QEMU release (1.7.0) or contact your distro if you are using a packaged version of QEMU. Stefan