mbox

[PULL] linux-user updates

Message ID cover.1363029059.git.riku.voipio@linaro.org
State New
Headers show

Pull-request

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

Message

Riku Voipio March 11, 2013, 7:27 p.m. UTC
From: Riku Voipio <riku.voipio@linaro.org>

Hi,

This is my patch queue for linux-user. Please pull.

The following changes since commit fa3889162ff724d09eb6b6bd06ba54769100a77f:

  Merge remote-tracking branch 'origin/master' into staging (2013-03-10 20:39:17 -0500)

are available in the git repository at:

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

Dillon Amburgey (3):
  linux-user: Add Alpha socket constants
  linux-user: Support setgroups syscall with no groups
  linux-user: Add more sparc syscall numbers

John Rigby (2):
  linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futex
  linux-user: fix futex strace of FUTEX_CLOCK_REALTIME

Laurent Vivier (1):
  linux-user: improve print_fcntl()

Peter Maydell (5):
  linux-user: Fix layout of usage table to account for option text
  linux-user: make bogus negative iovec lengths fail EINVAL
  linux-user: Implement sendfile and sendfile64
  linux-user: Implement accept4
  linux-user/syscall.c: Don't warn about unimplemented get_robust_list

 configure                     |   17 ++++++
 linux-user/main.c             |   24 +++++---
 linux-user/socket.h           |   69 +++++++++++++++++++++
 linux-user/sparc/syscall_nr.h |    2 +
 linux-user/strace.c           |  103 +++++++++++++++++++++++++------
 linux-user/syscall.c          |  134 ++++++++++++++++++++++++++++++++++-------
 6 files changed, 302 insertions(+), 47 deletions(-)

Comments

Peter Maydell March 11, 2013, 9:21 p.m. UTC | #1
On 11 March 2013 19:27,  <riku.voipio@linaro.org> wrote:
> From: Riku Voipio <riku.voipio@linaro.org>
>
> Hi,
>
> This is my patch queue for linux-user. Please pull.
>
> The following changes since commit fa3889162ff724d09eb6b6bd06ba54769100a77f:
>
>   Merge remote-tracking branch 'origin/master' into staging (2013-03-10 20:39:17 -0500)
>
> are available in the git repository at:
>
>   git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream

Probably best to cc Anthony on pullreqs, I'm not sure his system
flags them up otherwise.

-- PMM
Anthony Liguori March 11, 2013, 10:58 p.m. UTC | #2
Peter Maydell <peter.maydell@linaro.org> writes:

> On 11 March 2013 19:27,  <riku.voipio@linaro.org> wrote:
>> From: Riku Voipio <riku.voipio@linaro.org>
>>
>> Hi,
>>
>> This is my patch queue for linux-user. Please pull.
>>
>> The following changes since commit fa3889162ff724d09eb6b6bd06ba54769100a77f:
>>
>>   Merge remote-tracking branch 'origin/master' into staging (2013-03-10 20:39:17 -0500)
>>
>> are available in the git repository at:
>>
>>   git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream
>
> Probably best to cc Anthony on pullreqs, I'm not sure his system
> flags them up otherwise.

Never hurts, but for pull requests it's not strictly necessary.  It
matters for patches just due to sheer volume.  We don't (yet) have that
problem with pull requests.

Regards,

Anthony Liguori

>
> -- PMM
Anthony Liguori March 15, 2013, 2:55 p.m. UTC | #3
Pulled.  Thanks.

Regards,

Anthony Liguori