qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/4] linux-user-for-upstream patches


From: Riku Voipio
Subject: [Qemu-devel] [PATCH 0/4] linux-user-for-upstream patches
Date: Wed, 27 Jan 2010 12:49:21 +0000

From: Riku Voipio <address@hidden>

Some fixes to avoid hanging, make arm uname match selected
cpu, and fix cp15.c13 register for linux-user tls register
access.

Loïc Minier (1):
  linux-user: adapt uname machine to emulated CPU

Riku Voipio (3):
  fix locking error with current_tb
  linux-user: remove signal handler before calling abort()
  target-arm: refactor cp15.c13 register access

 Makefile.target        |    2 +-
 exec.c                 |   13 +++++++-
 linux-user/cpu-uname.c |   72 ++++++++++++++++++++++++++++++++++++++++++++++++
 linux-user/cpu-uname.h |    1 +
 linux-user/syscall.c   |    3 +-
 target-arm/helper.c    |   16 ----------
 target-arm/translate.c |   55 ++++++++++++++++++++++++++++++++++++
 7 files changed, 142 insertions(+), 20 deletions(-)
 create mode 100644 linux-user/cpu-uname.c
 create mode 100644 linux-user/cpu-uname.h





reply via email to

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