From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEcQf-0005iv-7O for qemu-devel@nongnu.org; Mon, 13 Jul 2015 08:01:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEcQZ-0004va-Re for qemu-devel@nongnu.org; Mon, 13 Jul 2015 08:01:49 -0400 Message-ID: <1436788900.26533.25.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 13 Jul 2015 14:01:40 +0200 In-Reply-To: <1436788098.26533.22.camel@redhat.com> References: <1436772617-2490-1-git-send-email-kraxel@redhat.com> <1436788098.26533.22.camel@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 13:48 +0200, Gerd Hoffmann wrote: > 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. Oops, the windows cross builds fails though (due to include/standard-headers/linux/input.h including sys/ioctl.h). Ok, scratch that one, back to the drawing board ... sorry, Gerd