qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: Thomas Huth <thuth@linux.vnet.ibm.com>, Alexander Graf <agraf@suse.de>
Subject: [Qemu-devel] [PATCH 1/4] update-linux-headers.sh: s/__inline__/inline/
Date: Wed, 18 Feb 2015 16:49:19 +0100	[thread overview]
Message-ID: <1424274531-16493-2-git-send-email-mst@redhat.com> (raw)
In-Reply-To: <1424274531-16493-1-git-send-email-mst@redhat.com>

Thomas Huth noticed that some linux headers
use __inline__, change to inline to be consistent
with the rest of QEMU.

Reported-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 scripts/update-linux-headers.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh
index 9680e27..f208ec9 100755
--- a/scripts/update-linux-headers.sh
+++ b/scripts/update-linux-headers.sh
@@ -53,6 +53,7 @@ cp_virtio() {
                 -e 's/<linux\/\([^>]*\)>/"standard-headers\/linux\/\1"/' \
                 -e 's/__bitwise__//' \
                 -e 's/__attribute__((packed))/QEMU_PACKED/' \
+                -e 's/__inline__/inline/' \
                 "$f" > "$to/$header";
         done
     fi
-- 
MST

  reply	other threads:[~2015-02-18 15:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-18 15:49 [Qemu-devel] [PATCH 0/4] pulling virtio headers - minor fixes Michael S. Tsirkin
2015-02-18 15:49 ` Michael S. Tsirkin [this message]
2015-02-18 15:49 ` [Qemu-devel] [PATCH 2/4] virtio-serial-bus.c: drop virtio_ids.h Michael S. Tsirkin
2015-02-18 15:49 ` [Qemu-devel] [PATCH 3/4] standard-headers: include stdint.h Michael S. Tsirkin
2015-02-18 15:49 ` [Qemu-devel] [PATCH 4/4] virtio_ring.h: s/__inline__/inline/ Michael S. Tsirkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1424274531-16493-2-git-send-email-mst@redhat.com \
    --to=mst@redhat.com \
    --cc=agraf@suse.de \
    --cc=qemu-devel@nongnu.org \
    --cc=thuth@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).