qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Guan Xuetao" <gxt@mprc.pku.edu.cn>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0/3] unicore32: add unicore32-linux-user support for qemu 0.14
Date: Thu, 24 Mar 2011 17:24:34 +0800	[thread overview]
Message-ID: <002e01cbea05$4a975980$dfc60c80$@mprc.pku.edu.cn> (raw)


The patch set adds new unicore32-linux-user support for qemu-stable-0.14
    Patch 1 adds target-unicore32 directory
    Patch 2 adds linux-user/unicore32 directory
    Patch 3 adds necessary modifications for other files

Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>

---
GuanXuetao (3):
  unicore32: add target-unicore32 directory for unicore32-linux-user
    support
  unicore32: add necessry headers in linux-user/unicore32 for unicore32
    support
  unicore32: necessary modifications for other files to support
    unicore32

 configure                                |   11 +-
 cpu-exec.c                               |   12 +-
 default-configs/unicore32-linux-user.mak |    1 +
 elf.h                                    |    2 +
 fpu/softfloat-specialize.h               |   10 +-
 linux-user/elfload.c                     |   74 ++
 linux-user/main.c                        |   89 ++-
 linux-user/qemu.h                        |    5 +-
 linux-user/syscall_defs.h                |   10 +-
 linux-user/unicore32/syscall.h           |   55 +
 linux-user/unicore32/syscall_nr.h        |  371 ++++++
 linux-user/unicore32/target_signal.h     |   26 +
 linux-user/unicore32/termbits.h          |    2 +
 target-unicore32/cpu.h                   |  184 +++
 target-unicore32/exec.h                  |   50 +
 target-unicore32/helper.c                |  546 ++++++++
 target-unicore32/helpers.h               |   70 +
 target-unicore32/op_helper.c             |  202 +++
 target-unicore32/translate.c             | 2110 ++++++++++++++++++++++++++++++
 19 files changed, 3817 insertions(+), 13 deletions(-)
 create mode 100644 default-configs/unicore32-linux-user.mak
 create mode 100644 linux-user/unicore32/syscall.h
 create mode 100644 linux-user/unicore32/syscall_nr.h
 create mode 100644 linux-user/unicore32/target_signal.h
 create mode 100644 linux-user/unicore32/termbits.h
 create mode 100644 target-unicore32/cpu.h
 create mode 100644 target-unicore32/exec.h
 create mode 100644 target-unicore32/helper.c
 create mode 100644 target-unicore32/helpers.h
 create mode 100644 target-unicore32/op_helper.c
 create mode 100644 target-unicore32/translate.c

                 reply	other threads:[~2011-03-24  9:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='002e01cbea05$4a975980$dfc60c80$@mprc.pku.edu.cn' \
    --to=gxt@mprc.pku.edu.cn \
    --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 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).