From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEcDh-00087W-Bv for qemu-devel@nongnu.org; Mon, 13 Jul 2015 07:48:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEcDd-0007gg-CW for qemu-devel@nongnu.org; Mon, 13 Jul 2015 07:48:25 -0400 Message-ID: <1436788098.26533.22.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 13 Jul 2015 13:48:18 +0200 In-Reply-To: References: <1436772617-2490-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] virtio-input: enable on non-linux hosts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Trivial , Paolo Bonzini , QEMU Developers On Mo, 2015-07-13 at 09:56 +0100, Peter Maydell wrote: > On 13 July 2015 at 08:30, Gerd Hoffmann wrote: > > As we include a copy of the linux input layer header file in the qemu > > source tree (include/standard-headers/linux/input.h) the virtio-input > > bits (except pass-through) should build and work just fine on non-linux > > hosts too. Tweak Makefile accordingly. > > Does "should" here mean "I haven't actually tested it" ? :-) Did a build test on freebsd -- passed. cheers, Gerd