From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO6sS-0007ET-Gi for qemu-devel@nongnu.org; Wed, 18 Feb 2015 10:49:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YO6sP-000437-AB for qemu-devel@nongnu.org; Wed, 18 Feb 2015 10:49:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50141) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO6sP-00042W-3m for qemu-devel@nongnu.org; Wed, 18 Feb 2015 10:49:25 -0500 Date: Wed, 18 Feb 2015 16:49:16 +0100 From: "Michael S. Tsirkin" Message-ID: <1424274531-16493-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/4] pulling virtio headers - minor fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Thomas Huth This fixes minor issues reported by Thomas. Not really bugs so not respinning the series, to reduce list spam. Michael S. Tsirkin (4): update-linux-headers.sh: s/__inline__/inline/ virtio-serial-bus.c: drop virtio_ids.h standard-headers: include stdint.h virtio_ring.h: s/__inline__/inline/ include/standard-headers/linux/types.h | 2 +- include/standard-headers/linux/virtio_ring.h | 6 +++--- hw/char/virtio-serial-bus.c | 1 - scripts/update-linux-headers.sh | 1 + 4 files changed, 5 insertions(+), 5 deletions(-) -- MST