qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Aurelien Jarno <aurelien@aurel32.net>
To: riku.voipio@linaro.org
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 00/11] Pending Linux-user patches
Date: Wed, 17 Oct 2012 17:15:52 +0200	[thread overview]
Message-ID: <20121017151552.GA8031@ohm.aurel32.net> (raw)
In-Reply-To: <cover.1350044676.git.riku.voipio@linaro.org>

On Fri, Oct 12, 2012 at 03:36:05PM +0300, riku.voipio@linaro.org wrote:
> From: Riku Voipio <riku.voipio@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(-)
> 

This is not very clear if it is a pull request or a call for review.


-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

  parent reply	other threads:[~2012-10-17 15:16 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-12 12:36 [Qemu-devel] [PATCH 00/11] Pending Linux-user patches riku.voipio
2012-10-12 12:36 ` [Qemu-devel] [PATCH 01/11] linux-user: fix statfs riku.voipio
2012-10-12 12:36 ` [Qemu-devel] [PATCH 02/11] linux-user: fix multi-threaded /proc/self/maps riku.voipio
2012-10-12 12:36 ` [Qemu-devel] [PATCH 03/11] linux-user: Perform more checks on iovec lists riku.voipio
2012-10-12 12:36 ` [Qemu-devel] [PATCH 04/11] linux-user: Implement gethostname riku.voipio
2012-10-12 12:36 ` [Qemu-devel] [PATCH 05/11] alpha-linux-user: Fix sigaltstack structure definition riku.voipio
2012-10-12 12:36 ` [Qemu-devel] [PATCH 06/11] linux-user: Fix siginfo handling riku.voipio
2012-10-12 12:36 ` [Qemu-devel] [PATCH 07/11] linux-user: If loading fails, print error as string, not number riku.voipio
2012-10-12 12:36 ` [Qemu-devel] [PATCH 08/11] configure: Remove unnecessary host_guest_base code riku.voipio
2012-10-12 12:36 ` [Qemu-devel] [PATCH 09/11] tcg: Remove TCG_TARGET_HAS_GUEST_BASE define riku.voipio
2012-10-12 12:36 ` [Qemu-devel] [PATCH 10/11] linux-user: ppc: mark as long long aligned riku.voipio
2012-10-12 12:36 ` [Qemu-devel] [PATCH 11/11] linux-user: register align p{read, write}64 riku.voipio
2012-10-17 15:15 ` Aurelien Jarno [this message]
2012-10-17 18:00   ` [Qemu-devel] [PATCH 00/11] Pending Linux-user patches Riku Voipio
2012-10-17 18:04     ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121017151552.GA8031@ohm.aurel32.net \
    --to=aurelien@aurel32.net \
    --cc=qemu-devel@nongnu.org \
    --cc=riku.voipio@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).