qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/13] tcg-aarch64 queue
@ 2013-06-12 15:57 Peter Maydell
  2013-06-12 15:57 ` [Qemu-devel] [PULL 01/13] linux-user: Allow getdents to be provided by getdents64 Peter Maydell
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Peter Maydell @ 2013-06-12 15:57 UTC (permalink / raw)
  To: Aurelien Jarno, Blue Swirl
  Cc: Anthony Liguori, Riku Voipio, Claudio Fontana, qemu-devel

Hi. Since the aarch64 patches have been on the list for a while
and have got code review but haven't been committed, I thought
I'd just organise them into a pullrequest for easy committal.
This pullreq includes the couple of linux-user patches which are
a prereq for the linux-user code to compile on aarch64 (which
have also been on the list and reviewed), as well as all the
aarch64 patches in the right order. (same order as in Claudio's
git repo.)

Please pull.

thanks
-- PMM


The following changes since commit bd5c51ee6c4f1c79cae5ad2516d711a27b4ea8ec:

  qemu-char: don't issue CHR_EVENT_OPEN in a BH (2013-06-10 11:38:37 -0500)

are available in the git repository at:

  git://git.linaro.org/people/pmaydell/qemu-arm.git tcg-aarch64.next

for you to fetch changes up to b25a464c6bddbe5d25b7552ba1fec1835269ac84:

  MAINTAINERS: add tcg/aarch64 maintainer (2013-06-12 16:20:24 +0100)

----------------------------------------------------------------
Claudio Fontana (9):
      include/elf.h: add aarch64 ELF machine and relocs
      tcg/aarch64: implement new TCG target for aarch64
      tcg/aarch64: improve arith shifted regs operations
      tcg/aarch64: implement AND/TEST immediate pattern
      tcg/aarch64: implement byte swap operations
      tcg/aarch64: implement sign/zero extend operations
      user-exec.c: aarch64 initial implementation of cpu_signal_handler
      configure: permit compilation on arm aarch64
      MAINTAINERS: add tcg/aarch64 maintainer

Jani Kokkonen (1):
      tcg/aarch64: implement user mode qemu ld/st

Peter Maydell (3):
      linux-user: Allow getdents to be provided by getdents64
      linux-user: Drop direct use of openat etc syscalls
      configure: Drop CONFIG_ATFILE test

 MAINTAINERS              |    6 +
 configure                |   36 +-
 include/elf.h            |  129 +++++
 include/exec/exec-all.h  |    5 +-
 linux-user/syscall.c     |  279 +++------
 tcg/aarch64/tcg-target.c | 1404 ++++++++++++++++++++++++++++++++++++++++++++++
 tcg/aarch64/tcg-target.h |   99 ++++
 translate-all.c          |    2 +
 user-exec.c              |   15 +
 9 files changed, 1752 insertions(+), 223 deletions(-)
 create mode 100644 tcg/aarch64/tcg-target.c
 create mode 100644 tcg/aarch64/tcg-target.h

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-06-17 21:17 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-12 15:57 [Qemu-devel] [PULL 00/13] tcg-aarch64 queue Peter Maydell
2013-06-12 15:57 ` [Qemu-devel] [PULL 01/13] linux-user: Allow getdents to be provided by getdents64 Peter Maydell
2013-06-12 15:57 ` [Qemu-devel] [PULL 02/13] linux-user: Drop direct use of openat etc syscalls Peter Maydell
2013-06-12 15:57 ` [Qemu-devel] [PULL 03/13] configure: Drop CONFIG_ATFILE test Peter Maydell
2013-06-12 15:57 ` [Qemu-devel] [PULL 04/13] include/elf.h: add aarch64 ELF machine and relocs Peter Maydell
2013-06-12 15:57 ` [Qemu-devel] [PULL 05/13] tcg/aarch64: implement new TCG target for aarch64 Peter Maydell
2013-06-12 15:57 ` [Qemu-devel] [PULL 06/13] tcg/aarch64: improve arith shifted regs operations Peter Maydell
2013-06-12 15:57 ` [Qemu-devel] [PULL 07/13] tcg/aarch64: implement AND/TEST immediate pattern Peter Maydell
2013-06-12 15:57 ` [Qemu-devel] [PULL 08/13] tcg/aarch64: implement byte swap operations Peter Maydell
2013-06-12 15:57 ` [Qemu-devel] [PULL 09/13] tcg/aarch64: implement sign/zero extend operations Peter Maydell
2013-06-12 15:57 ` [Qemu-devel] [PULL 10/13] user-exec.c: aarch64 initial implementation of cpu_signal_handler Peter Maydell
2013-06-12 15:57 ` [Qemu-devel] [PULL 11/13] tcg/aarch64: implement user mode qemu ld/st Peter Maydell
2013-06-12 15:57 ` [Qemu-devel] [PULL 12/13] configure: permit compilation on arm aarch64 Peter Maydell
2013-06-12 15:57 ` [Qemu-devel] [PULL 13/13] MAINTAINERS: add tcg/aarch64 maintainer Peter Maydell
2013-06-17 21:17 ` [Qemu-devel] [PULL 00/13] tcg-aarch64 queue Anthony Liguori

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).