From: Ulrich Hecht <uli@suse.de>
To: aurelien@aurel32.net
Cc: riku.voipio@iki.fi, qemu-devel@nongnu.org, agraf@suse.de
Subject: [Qemu-devel] [PATCH 00/12] S/390 support
Date: Wed, 21 Oct 2009 15:52:21 +0200 [thread overview]
Message-ID: <1256133153-3121-1-git-send-email-uli@suse.de> (raw)
Here's the patches again, split and fixed as suggested by Aurelien.
It should now be possible to apply host and target support separately.
See the individual patches for details on what has changed.
CU
Uli
Ulrich Hecht (12):
TCG "sync" op
S/390 disassembler fixes
S/390 CPU emulation
S/390 host build system support
S/390 target build system support
S/390 host support for TCG
linux-user: S/390 64-bit (s390x) support
linux-user: don't do locking in single-threaded processes
linux-user: dup3, fallocate syscalls
linux-user: define a couple of syscalls for non-uid16 targets
linux-user: getpriority errno fix
enable CPU_QuadU for s390x
configure | 58 +-
cpu-all.h | 2 +-
cpu-defs.h | 8 +
cpu-exec.c | 16 +-
disas.c | 3 +
dyngen-exec.h | 2 +-
linux-user/elfload.c | 18 +
linux-user/main.c | 89 ++
linux-user/s390x/syscall.h | 25 +
linux-user/s390x/syscall_nr.h | 348 +++++
linux-user/s390x/target_signal.h | 26 +
linux-user/s390x/termbits.h | 283 ++++
linux-user/signal.c | 314 +++++
linux-user/syscall.c | 156 ++-
linux-user/syscall_defs.h | 56 +-
qemu-binfmt-conf.sh | 5 +-
s390-dis.c | 4 +-
s390x.ld | 194 +++
target-s390x/cpu.h | 118 ++
target-s390x/exec.h | 51 +
target-s390x/helper.c | 63 +
target-s390x/helpers.h | 128 ++
target-s390x/op_helper.c | 1639 ++++++++++++++++++++++
target-s390x/translate.c | 2834 ++++++++++++++++++++++++++++++++++++++
tcg/s390/tcg-target.c | 1145 +++++++++++++++
tcg/s390/tcg-target.h | 76 +
tcg/tcg-op.h | 12 +
tcg/tcg-opc.h | 2 +
tcg/tcg.c | 6 +
29 files changed, 7640 insertions(+), 41 deletions(-)
create mode 100644 linux-user/s390x/syscall.h
create mode 100644 linux-user/s390x/syscall_nr.h
create mode 100644 linux-user/s390x/target_signal.h
create mode 100644 linux-user/s390x/termbits.h
create mode 100644 s390x.ld
create mode 100644 target-s390x/cpu.h
create mode 100644 target-s390x/exec.h
create mode 100644 target-s390x/helper.c
create mode 100644 target-s390x/helpers.h
create mode 100644 target-s390x/op_helper.c
create mode 100644 target-s390x/translate.c
create mode 100644 tcg/s390/tcg-target.c
create mode 100644 tcg/s390/tcg-target.h
next reply other threads:[~2009-10-21 13:52 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-21 13:52 Ulrich Hecht [this message]
2009-10-21 13:52 ` [Qemu-devel] [PATCH 01/12] TCG "sync" op Ulrich Hecht
2009-10-21 13:52 ` [Qemu-devel] [PATCH 02/12] S/390 disassembler fixes Ulrich Hecht
2009-10-21 13:52 ` [Qemu-devel] [PATCH 03/12] S/390 CPU emulation Ulrich Hecht
2009-10-21 13:52 ` [Qemu-devel] [PATCH 04/12] S/390 host build system support Ulrich Hecht
2009-10-21 13:52 ` [Qemu-devel] [PATCH 05/12] S/390 target " Ulrich Hecht
2009-10-21 13:52 ` [Qemu-devel] [PATCH 06/12] S/390 host support for TCG Ulrich Hecht
2009-10-21 13:52 ` [Qemu-devel] [PATCH 07/12] linux-user: S/390 64-bit (s390x) support Ulrich Hecht
2009-10-21 13:52 ` [Qemu-devel] [PATCH 08/12] linux-user: don't do locking in single-threaded processes Ulrich Hecht
2009-10-21 13:52 ` [Qemu-devel] [PATCH 09/12] linux-user: dup3, fallocate syscalls Ulrich Hecht
2009-10-21 13:52 ` [Qemu-devel] [PATCH 10/12] linux-user: define a couple of syscalls for non-uid16 targets Ulrich Hecht
2009-10-21 13:52 ` [Qemu-devel] [PATCH 11/12] linux-user: getpriority errno fix Ulrich Hecht
2009-10-21 13:52 ` [Qemu-devel] [PATCH 12/12] enable CPU_QuadU for s390x Ulrich Hecht
2009-10-22 21:51 ` [Qemu-devel] [PATCH 02/12] S/390 disassembler fixes Aurelien Jarno
2009-10-22 21:03 ` [Qemu-devel] Re: [PATCH 01/12] TCG "sync" op Aurelien Jarno
2009-10-22 21:27 ` malc
2009-11-11 0:56 ` Paul Brook
2009-11-16 13:54 ` Alexander Graf
2009-11-16 14:37 ` Paul Brook
2009-11-16 15:14 ` Alexander Graf
2009-11-17 23:40 ` Aurelien Jarno
2009-11-18 0:01 ` Alexander Graf
2009-11-18 15:12 ` Aurelien Jarno
2009-11-18 15:21 ` Alexander Graf
2009-11-18 15:33 ` Paul Brook
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=1256133153-3121-1-git-send-email-uli@suse.de \
--to=uli@suse.de \
--cc=agraf@suse.de \
--cc=aurelien@aurel32.net \
--cc=qemu-devel@nongnu.org \
--cc=riku.voipio@iki.fi \
/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).