From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjOst-0004I5-FF for qemu-devel@nongnu.org; Tue, 06 Oct 2015 05:50:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjOsi-0001fQ-3Y for qemu-devel@nongnu.org; Tue, 06 Oct 2015 05:50:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44811) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjOsh-0001er-RQ for qemu-devel@nongnu.org; Tue, 06 Oct 2015 05:49:59 -0400 Message-ID: <1444124995.24023.0.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 06 Oct 2015 11:49:55 +0200 In-Reply-To: <1444123153-11123-1-git-send-email-armbru@redhat.com> References: <1444123153-11123-1-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] virtio-input: Fix device introspection on non-Linux hosts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: peter.maydell@linaro.org, mst@redhat.com, qemu-devel@nongnu.org, pbonzini@redhat.com On Di, 2015-10-06 at 11:19 +0200, Markus Armbruster wrote: > Fix by compiling the "virtio-FOO-pci" exactly when compiling the > "virtio-FOO-device": compile "virtio-keyboard-device", > "virtio-mouse-device", "virtio-tablet-device" regardless of > CONFIG_LINUX, and compile "virtio-input-host-pci" only for > CONFIG_LINUX. Reviewed-by: Gerd Hoffmann