From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzhgv-0006CT-Qt for qemu-devel@nongnu.org; Tue, 02 Jun 2015 04:36:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yzhgo-0006u0-Ex for qemu-devel@nongnu.org; Tue, 02 Jun 2015 04:36:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzhgo-0006tW-Aw for qemu-devel@nongnu.org; Tue, 02 Jun 2015 04:36:50 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id C2717359974 for ; Tue, 2 Jun 2015 08:36:49 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 2 Jun 2015 10:36:37 +0200 Message-Id: <1433234200-19037-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/2] virtio-input: two fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Two small incremental fixes for virtio-input. One of them fixes a build failure in bigendian machines: gcc can't evaluate bswap32(const) to a compile-time constant. So this is a bit urgent ... please pull, Gerd The following changes since commit b821cbe274c5a5cacf1a7b28360d869ae1e6e0= c3: Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagi= ng (2015-06-01 15:22:46 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-input-20150602-1 for you to fetch changes up to e63d114b8a81e22ff9295674ba64b21255d589ee: virtio-input: make virtio devices follow usual naming convention (2015-= 06-02 10:31:29 +0200) ---------------------------------------------------------------- virtio-input: two small fixups ---------------------------------------------------------------- Gerd Hoffmann (1): virtio-input: make virtio devices follow usual naming convention Michael Mueller (1): virtio-input: const_le16 and const_le32 not build time constant include/hw/virtio/virtio-input.h | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-)