All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL] linux-user-for upstream
@ 2010-02-05 14:05 Riku Voipio
  2010-02-08 16:45 ` [Qemu-devel] " Anthony Liguori
  0 siblings, 1 reply; 2+ messages in thread
From: Riku Voipio @ 2010-02-05 14:05 UTC (permalink / raw)
  To: Anthony Liguori, qemu-devel

Same patchset as sent last week, with the TLS patched changed to the
"refactor cp15.c13" patch already acked by Laurent.

The following changes since commit 117f8eb81dfdf51a0418fbf6d260cbb72bcd4a9d:
  Markus Armbruster (1):
        qdev: Add rudimentary help for property value

are available in the git repository at:

  http://git.gitorious.org/qemu-maemo/qemu-maemo.git linux-user-for-upstream

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

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

* [Qemu-devel] Re: [PULL] linux-user-for upstream
  2010-02-05 14:05 [Qemu-devel] [PULL] linux-user-for upstream Riku Voipio
@ 2010-02-08 16:45 ` Anthony Liguori
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2010-02-08 16:45 UTC (permalink / raw)
  To: Riku Voipio; +Cc: qemu-devel

On 02/05/2010 08:05 AM, Riku Voipio wrote:
> Same patchset as sent last week, with the TLS patched changed to the
> "refactor cp15.c13" patch already acked by Laurent.
>
> The following changes since commit 117f8eb81dfdf51a0418fbf6d260cbb72bcd4a9d:
>    Markus Armbruster (1):
>          qdev: Add rudimentary help for property value
>
> are available in the git repository at:
>
>    http://git.gitorious.org/qemu-maemo/qemu-maemo.git linux-user-for-upstream
>
> 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
>    


Pulled.  Thanks.

Regards,

Anthony Liguori

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

end of thread, other threads:[~2010-02-08 16:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-05 14:05 [Qemu-devel] [PULL] linux-user-for upstream Riku Voipio
2010-02-08 16:45 ` [Qemu-devel] " Anthony Liguori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.