From: Alexander Graf <agraf@suse.de>
To: qemu-devel@nongnu.org
Cc: blauwirbel@gmail.com, "Lluís Vilanova" <vilanova@ac.upc.edu>,
aurelien@aurel32.net
Subject: [Qemu-devel] [PATCH 2/2] Move helpers.h to helper.h
Date: Mon, 5 Mar 2012 19:51:14 +0100 [thread overview]
Message-ID: <1330973474-25238-3-git-send-email-agraf@suse.de> (raw)
In-Reply-To: <1330973474-25238-1-git-send-email-agraf@suse.de>
From: Lluís Vilanova <vilanova@ac.upc.edu>
Provides a file naming scheme consistent with other targets.
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Alexander Graf <agraf@suse.de>
---
target-s390x/{helpers.h => helper.h} | 0
target-s390x/op_helper.c | 2 +-
target-s390x/translate.c | 4 ++--
3 files changed, 3 insertions(+), 3 deletions(-)
rename target-s390x/{helpers.h => helper.h} (100%)
diff --git a/target-s390x/helpers.h b/target-s390x/helper.h
similarity index 100%
rename from target-s390x/helpers.h
rename to target-s390x/helper.h
diff --git a/target-s390x/op_helper.c b/target-s390x/op_helper.c
index cf26b29..70d98a8 100644
--- a/target-s390x/op_helper.c
+++ b/target-s390x/op_helper.c
@@ -21,7 +21,7 @@
#include "cpu.h"
#include "dyngen-exec.h"
#include "host-utils.h"
-#include "helpers.h"
+#include "helper.h"
#include <string.h>
#include "kvm.h"
#include "qemu-timer.h"
diff --git a/target-s390x/translate.c b/target-s390x/translate.c
index 71f9dcd..8fab38c 100644
--- a/target-s390x/translate.c
+++ b/target-s390x/translate.c
@@ -38,9 +38,9 @@
static TCGv_ptr cpu_env;
#include "gen-icount.h"
-#include "helpers.h"
+#include "helper.h"
#define GEN_HELPER 1
-#include "helpers.h"
+#include "helper.h"
typedef struct DisasContext DisasContext;
struct DisasContext {
--
1.6.0.2
next prev parent reply other threads:[~2012-03-05 18:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-05 18:51 [Qemu-devel] [PULL 0/2] s390 patch queue 2012-03-05 Alexander Graf
2012-03-05 18:51 ` [Qemu-devel] [PATCH 1/2] s390: Rework kernel loading: supports elf and newer kernels Alexander Graf
2012-03-05 18:51 ` Alexander Graf [this message]
2012-03-05 18:57 ` [Qemu-devel] [PULL 0/2] s390 patch queue 2012-03-05 Blue Swirl
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=1330973474-25238-3-git-send-email-agraf@suse.de \
--to=agraf@suse.de \
--cc=aurelien@aurel32.net \
--cc=blauwirbel@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=vilanova@ac.upc.edu \
/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).