qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/21] Linux-user updates


From: riku . voipio
Subject: [Qemu-devel] [PULL 00/21] Linux-user updates
Date: Tue, 23 Jul 2013 18:48:50 +0300

From: Riku Voipio <address@hidden>

The linux-user patches that have been sent to the list during the
last few weeks that do not break in any of my my tests.

The following changes since commit 549c272b3c7c2aac69155be2e158c970828b2844:

  Merge remote-tracking branch 'pmaydell/tags/pull-arm-devs-20130722' into 
staging (2013-07-22 10:14:24 -0500)

are available in the git repository at:

  git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream

for you to fetch changes up to a033381758841837edaf307e20edf019c5900609:

  linux-user: Handle compressed ISA encodings when processing MIPS exceptions 
(2013-07-23 17:31:25 +0300)

----------------------------------------------------------------
Alexander Graf (5):
  linux-user: Add i386 TLS setter
  linux-user: fix segmentation fault passing with h2g(x) != x
  linux-user: Fix epoll on ARM hosts
  linux-user: Reset copied CPUs in cpu_copy() always
  linux-user: Unlock mmap_lock when resuming guest from page_unprotect

Andreas Färber (1):
  linux-user: Avoid conditional cpu_reset()

Kwok Cheung Yeung (1):
  linux-user: Handle compressed ISA encodings when processing MIPS
    exceptions

Peter Maydell (14):
  configure: Flip default of target_nptl
  configure: Don't say target_nptl="no" if there is no linux-user target
  configure: Enable threading on all ppc and mips linux-user targets
  configure: Enable threading for unicore32-linux-user
  linux-user: Move includes of target-specific headers to end of qemu.h
  linux-user: Enable NPTL for OpenRISC
  linux-user: Enable NPTL for SPARC targets
  linux-user: Enable NPTL for m68k
  linux-user: Add missing 'break' in i386 get_thread_area syscall
  linux-user: Clean up handling of clone() argument order
  linux-user: Enable NPTL for x86-64
  configure: Make NPTL non-optional
  linux-user: Fix target_stat and target_stat64 for OpenRISC
  linux-user: Fix pipe syscall return for SPARC

 configure                        | 34 ++-------------
 exec.c                           |  4 ++
 include/exec/cpu-all.h           |  8 +++-
 include/exec/gdbstub.h           |  2 +-
 linux-user/arm/syscall.h         |  2 +
 linux-user/cris/syscall.h        |  2 +
 linux-user/i386/syscall.h        |  2 +
 linux-user/i386/target_cpu.h     | 19 ++++++++-
 linux-user/m68k/target_cpu.h     |  6 ++-
 linux-user/main.c                | 91 +++++++++++++++++++---------------------
 linux-user/microblaze/syscall.h  |  2 +
 linux-user/mips/syscall.h        |  2 +
 linux-user/mips64/syscall.h      |  2 +
 linux-user/mmap.c                | 11 -----
 linux-user/openrisc/target_cpu.h |  9 +++-
 linux-user/ppc/syscall.h         |  2 +
 linux-user/qemu.h                | 20 ++++-----
 linux-user/s390x/syscall.h       |  2 +
 linux-user/sparc/syscall.h       |  7 ++++
 linux-user/sparc/target_cpu.h    | 16 +++++--
 linux-user/sparc64/syscall.h     |  7 ++++
 linux-user/syscall.c             | 88 +++++++++++++-------------------------
 linux-user/syscall_defs.h        | 54 ++++++++++++++++++------
 translate-all.c                  | 10 +++--
 user-exec.c                      |  4 ++
 25 files changed, 218 insertions(+), 188 deletions(-)

-- 
1.8.1.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]