From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5sUm-0002J9-DI for qemu-devel@nongnu.org; Mon, 27 Aug 2012 02:08:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5sUl-0002kQ-K1 for qemu-devel@nongnu.org; Mon, 27 Aug 2012 02:08:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5sUl-0002kH-C1 for qemu-devel@nongnu.org; Mon, 27 Aug 2012 02:08:19 -0400 Message-ID: <503B0ECD.709@redhat.com> Date: Mon, 27 Aug 2012 08:08:13 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1345835677-23371-1-git-send-email-erlon.cruz@br.flextronics.com> <1345835677-23371-5-git-send-email-erlon.cruz@br.flextronics.com> In-Reply-To: <1345835677-23371-5-git-send-email-erlon.cruz@br.flextronics.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/4] qxl: introducing virtio-qxl List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Erlon Cruz Cc: "Erlon R. Cruz" , =?UTF-8?B?RmFiaWFubyBGaWTDqm5jaW8=?= , =?UTF-8?B?RmFiaWFubyBGaWTDqm5jaW8=?= , "Rafael F. Santos" , qemu-devel@nongnu.org, alevy@redhat.com Hi, > To enable the VirtIOQXL device, use '-virtio-qxl'. Video output will be Please don't add a new option. 'qemu -vga none -device virtio-qxl' should work these days. You could also make virtio-qxl a valid choice for '-vga' for convenience. cheers, Gerd