From: Riku Voipio <riku.voi...@linaro.org> The following changes since commit b4ae3cfa57b8c1bdbbd7b7d420971e9171203ade:
ssi: Add slave autoconnect helper (2012-10-10 11:13:32 +1000) 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 ae017a5b95962f68ece21065376cd3266998fd02: linux-user: register align p{read, write}64 (2012-10-12 14:42:52 +0300) Alexander Graf (4): linux-user: fix statfs linux-user: fix multi-threaded /proc/self/maps linux-user: ppc: mark as long long aligned linux-user: register align p{read, write}64 Peter Maydell (3): linux-user: If loading fails, print error as string, not number configure: Remove unnecessary host_guest_base code tcg: Remove TCG_TARGET_HAS_GUEST_BASE define Richard Henderson (4): linux-user: Perform more checks on iovec lists linux-user: Implement gethostname alpha-linux-user: Fix sigaltstack structure definition linux-user: Fix siginfo handling configure | 31 +----- linux-user/alpha/target_signal.h | 7 +- linux-user/linuxload.c | 8 +- linux-user/main.c | 2 +- linux-user/qemu.h | 3 + linux-user/signal.c | 59 +++++++---- linux-user/syscall.c | 200 ++++++++++++++++++++++++++------------ tcg/arm/tcg-target.h | 2 - tcg/hppa/tcg-target.h | 2 - tcg/i386/tcg-target.h | 2 - tcg/ia64/tcg-target.h | 3 - tcg/mips/tcg-target.h | 3 - tcg/ppc/tcg-target.h | 2 - tcg/ppc64/tcg-target.h | 1 - tcg/s390/tcg-target.h | 2 - tcg/sparc/tcg-target.h | 2 - tcg/tcg.c | 4 - tcg/tci/tcg-target.h | 3 - 18 files changed, 190 insertions(+), 146 deletions(-) -- 1.7.9.5