From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEcBC-0005tP-No for qemu-devel@nongnu.org; Mon, 13 Jul 2015 07:45:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEcB7-0006xQ-2v for qemu-devel@nongnu.org; Mon, 13 Jul 2015 07:45:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55414) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEcB6-0006xF-Kw for qemu-devel@nongnu.org; Mon, 13 Jul 2015 07:45:44 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 2FED7B6E64 for ; Mon, 13 Jul 2015 11:45:44 +0000 (UTC) Message-ID: <1436787942.26533.21.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 13 Jul 2015 13:45:42 +0200 In-Reply-To: <55A38FBD.4000203@redhat.com> References: <55A158AF.8050907@redhat.com> <1436772752.26533.2.camel@redhat.com> <55A38FBD.4000203@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] selecting VIRTIO_INPUT and VIRTIO_VGA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel On Mo, 2015-07-13 at 12:15 +0200, Paolo Bonzini wrote: > > On 13/07/2015 09:32, Gerd Hoffmann wrote: > > > and virtio-vga is only compiled on 64-bit Intel? > > > > There is virtio-gpu-pci ... > > > > Any specific reason why we need vga compatibility on !x86? > > I was actually thinking about 32-bit x86. :) I agree that !x86 is not > necessary. Yea, setting it for i386 makes sense indeed. Just went out of my focus, last time I used qemu-system-i386 was a few years back ... Any reason why one would use qemu-system-i386 instead of qemu-system-x86_64 btw? I suspect a 32bit host machine is the only one? cheers, Gerd