All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Lluís Vilanova" <vilanova@ac.upc.edu>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: [Qemu-devel] [PATCH v2 0/2] build: Rename all "syscall.h" in target directories to "target_syscall.h"
Date: Mon,  1 Feb 2016 15:18:47 +0100	[thread overview]
Message-ID: <145433632525.1640.17641977349086897078.stgit@localhost> (raw)

This fixes double-definitions in *-user builds when using the UST
tracing backend (which indirectly includes the system's "syscall.h").


Changes in v2
=============

* Fix includes for bsd-user too [Peter Maydell]

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
---

Lluís Vilanova (2):
      build: [linux-user] Rename all "syscall.h" in target directories to "target_syscall.h"
      build: [bsd-user] Rename all "syscall.h" in target directories to "target_syscall.h"


 bsd-user/i386/target_syscall.h        |    4 ++++
 bsd-user/qemu.h                       |    2 +-
 bsd-user/sparc/target_syscall.h       |    5 +++++
 bsd-user/sparc64/target_syscall.h     |    5 +++++
 bsd-user/x86_64/target_syscall.h      |    5 +++++
 linux-user/aarch64/target_syscall.h   |    5 +++++
 linux-user/alpha/target_syscall.h     |    5 +++++
 linux-user/arm/target_syscall.h       |    4 ++++
 linux-user/cris/target_syscall.h      |    0 
 linux-user/i386/target_syscall.h      |    5 +++++
 linux-user/m68k/target_syscall.h      |    4 ++++
 linux-user/mips/target_syscall.h      |    4 ++++
 linux-user/mips64/target_syscall.h    |    4 ++++
 linux-user/openrisc/target_syscall.h  |    5 +++++
 linux-user/ppc/target_syscall.h       |    5 +++++
 linux-user/qemu.h                     |    2 +-
 linux-user/s390x/target_syscall.h     |    5 +++++
 linux-user/sh4/target_syscall.h       |    5 +++++
 linux-user/sparc/target_syscall.h     |    5 +++++
 linux-user/sparc64/target_syscall.h   |    5 +++++
 linux-user/unicore32/target_syscall.h |    0 
 linux-user/x86_64/target_syscall.h    |    5 +++++
 target-microblaze/target_syscall.h    |    1 +
 target-tilegx/target_syscall.h        |    1 +
 24 files changed, 89 insertions(+), 2 deletions(-)
 rename bsd-user/i386/{syscall.h => target_syscall.h} (97%)
 rename bsd-user/sparc/{syscall.h => target_syscall.h} (62%)
 rename bsd-user/sparc64/{syscall.h => target_syscall.h} (66%)
 rename bsd-user/x86_64/{syscall.h => target_syscall.h} (97%)
 rename linux-user/aarch64/{syscall.h => target_syscall.h} (80%)
 rename linux-user/alpha/{syscall.h => target_syscall.h} (98%)
 rename linux-user/arm/{syscall.h => target_syscall.h} (93%)
 rename linux-user/cris/{syscall.h => target_syscall.h} (100%)
 rename linux-user/i386/{syscall.h => target_syscall.h} (97%)
 rename linux-user/m68k/{syscall.h => target_syscall.h} (87%)
 rename linux-user/mips/{syscall.h => target_syscall.h} (99%)
 rename linux-user/mips64/{syscall.h => target_syscall.h} (99%)
 rename linux-user/openrisc/{syscall.h => target_syscall.h} (90%)
 rename linux-user/ppc/{syscall.h => target_syscall.h} (96%)
 rename linux-user/s390x/{syscall.h => target_syscall.h} (89%)
 rename linux-user/sh4/{syscall.h => target_syscall.h} (83%)
 rename linux-user/sparc/{syscall.h => target_syscall.h} (87%)
 rename linux-user/sparc64/{syscall.h => target_syscall.h} (87%)
 rename linux-user/unicore32/{syscall.h => target_syscall.h} (100%)
 rename linux-user/x86_64/{syscall.h => target_syscall.h} (96%)
 create mode 100644 target-microblaze/target_syscall.h
 create mode 100644 target-tilegx/target_syscall.h


To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>

             reply	other threads:[~2016-02-01 14:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-01 14:18 Lluís Vilanova [this message]
2016-02-01 14:18 ` [Qemu-devel] [PATCH v2 1/2] build: [linux-user] Rename all "syscall.h" in target directories to "target_syscall.h" Lluís Vilanova
2016-02-01 14:33   ` Peter Maydell
2016-02-01 18:36     ` Lluís Vilanova
2016-02-01 14:18 ` [Qemu-devel] [PATCH v2 2/2] build: [bsd-user] " Lluís Vilanova
2016-02-01 14:34   ` Peter Maydell

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=145433632525.1640.17641977349086897078.stgit@localhost \
    --to=vilanova@ac.upc.edu \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.