From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNcH7-0003DE-7o for qemu-devel@nongnu.org; Mon, 25 Jan 2016 03:13:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNcH4-0008RC-1j for qemu-devel@nongnu.org; Mon, 25 Jan 2016 03:13:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47585) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNcH3-0008R7-SS for qemu-devel@nongnu.org; Mon, 25 Jan 2016 03:13:21 -0500 Message-ID: <1453709597.22422.10.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 25 Jan 2016 09:13:17 +0100 In-Reply-To: References: <1450102686-23855-1-git-send-email-kraxel@redhat.com> <1451908596.7377.95.camel@redhat.com> <1451977524.31764.2.camel@redhat.com> <1452066825.6096.18.camel@redhat.com> <1452087192.6096.38.camel@redhat.com> <1452847825.23156.22.camel@redhat.com> <1453126412.23289.44.camel@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [vfio-users] [PATCH v2 1/3] input: add qemu_input_qcode_to_linux + qemu_input_linux_to_qcode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jonathan Scruggs Cc: vfio-users , qemu-devel@nongnu.org On Sa, 2016-01-23 at 21:51 +0000, Jonathan Scruggs wrote: > Hi Gerd, >=20 >=20 > I am using qemu 2.5.0 source code and applied all the patches on your > git server. This one: > https://www.kraxel.org/cgit/qemu/commit/?h=3Dwork/input-dev-event&id=3Db5= 2110d4f22e99953ac5195a90988a253e3e2f90 > causes the build to fail with this: > error: array index in non-array initializer There have been some incompatible changes between 2.5.0 and master ... Dropping the "input-linux: adapt to qapi changes" patch might get things build on 2.5.0, didn't test that though ... HTH, Gerd