mbox

[PULL,0/4] generic linux-user patches

Message ID 536393447.125684.1359545534523.JavaMail.open-xchange@ox-webdesk.1and1.fr
State New
Headers show

Pull-request

https://git.gitorious.org/qemu-m68k/qemu-m68k.git for-linux-user

Message

Laurent Vivier Jan. 30, 2013, 11:32 a.m. UTC
Hi,


Please pull this linux-user patches queue into master.

All these patches have already been sent and reviewed on the mailing list.

The following changes since commit 4c37ef022381e777251d7084591978a4dc622efe:

host-utils: add ffsl (2013-01-25 18:18:32 +0100)

are available in the git repository at:

https://git.gitorious.org/qemu-m68k/qemu-m68k.git for-linux-user

for you to fetch changes up to c07ecc6866f8c5eb2e0b23ba20214000310355e0:

linux-user: correct reboot() (2013-01-30 12:13:21 +0100)

----------------------------------------------------------------
Laurent Vivier (4):
linux-user: correct msgrcv()
linux-user: correct print_timeval() swap tv_sec and tv_usec
linux-user: correct setsockopt()
linux-user: correct reboot()

linux-user/strace.c | 2 +-
linux-user/syscall.c | 48 ++++++++++++++++++++++++++++++++++++------------
2 files changed, 37 insertions(+), 13 deletions(-)

Comments

Anthony Liguori Feb. 1, 2013, 3:05 p.m. UTC | #1
Hi Laurent,

Laurent Vivier <laurent@vivier.eu> writes:

> Hi,
>
>
> Please pull this linux-user patches queue into master.
>
> All these patches have already been sent and reviewed on the mailing list.
>
> The following changes since commit 4c37ef022381e777251d7084591978a4dc622efe:
>
> host-utils: add ffsl (2013-01-25 18:18:32 +0100)
>
> are available in the git repository at:
>
> https://git.gitorious.org/qemu-m68k/qemu-m68k.git for-linux-user
>
> for you to fetch changes up to c07ecc6866f8c5eb2e0b23ba20214000310355e0:
>
> linux-user: correct reboot() (2013-01-30 12:13:21 +0100)

Did you use git-request-pull to generate this?  Perhaps your mailer
munged all of the whitespace...

Anyway, I'd expect this to come through Riku.  I'm willing to pull if
Riku Ack's.

Regards,

Anthony Liguori

>
> ----------------------------------------------------------------
> Laurent Vivier (4):
> linux-user: correct msgrcv()
> linux-user: correct print_timeval() swap tv_sec and tv_usec
> linux-user: correct setsockopt()
> linux-user: correct reboot()
>
> linux-user/strace.c | 2 +-
> linux-user/syscall.c | 48 ++++++++++++++++++++++++++++++++++++------------
> 2 files changed, 37 insertions(+), 13 deletions(-)
Peter Maydell Feb. 1, 2013, 3:16 p.m. UTC | #2
On 1 February 2013 15:05, Anthony Liguori <anthony@codemonkey.ws> wrote:
> Laurent Vivier <laurent@vivier.eu> writes:
>> Please pull this linux-user patches queue into master.
>>
>> All these patches have already been sent and reviewed on the mailing list.

> Did you use git-request-pull to generate this?  Perhaps your mailer
> munged all of the whitespace...
>
> Anyway, I'd expect this to come through Riku.  I'm willing to pull if
> Riku Ack's.

Riku asked Laurent to send this pull:
http://lists.nongnu.org/archive/html/qemu-devel/2013-01/msg05686.html

-- PMM