From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEYEC-00081B-Qq for qemu-devel@nongnu.org; Mon, 13 Jul 2015 03:32:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEYE7-00011I-NH for qemu-devel@nongnu.org; Mon, 13 Jul 2015 03:32:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56438) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEYE7-000119-Ho for qemu-devel@nongnu.org; Mon, 13 Jul 2015 03:32:35 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 8503019F271 for ; Mon, 13 Jul 2015 07:32:34 +0000 (UTC) Message-ID: <1436772752.26533.2.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 13 Jul 2015 09:32:32 +0200 In-Reply-To: <55A158AF.8050907@redhat.com> References: <55A158AF.8050907@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 Sa, 2015-07-11 at 19:55 +0200, Paolo Bonzini wrote: > Hi Gerd, > > are there any reasons why virtio-input is only compiled on Linux, Fix just sent. Early revisions used to include the system's linux/input.h file, which doesn't exist on non-linux machines ... > 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? cheers, Gerd