All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v3] linux-user changes
@ 2016-10-21 12:47 riku.voipio
  2016-10-21 14:00 ` Peter Maydell
  0 siblings, 1 reply; 2+ messages in thread
From: riku.voipio @ 2016-10-21 12:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Riku Voipio

From: Riku Voipio <riku.voipio@linaro.org>

The following changes since commit da158a86c407fa7b9da848b571356a26809d8df9:

  Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-10-20-1' into staging (2016-10-20 14:46:19 +0100)

are available in the git repository at:

  git://git.linaro.org/people/riku.voipio/qemu.git tags/pull-linux-user-20160921

for you to fetch changes up to 5e2b40f7271cf9d02960944d5e0ce233a3dac5b7:

  linux-user: disable unicore32 linux-user build (2016-10-21 15:20:14 +0300)

----------------------------------------------------------------
Linux-user changes, mostly bugfixes and adding support for some
new syscalls and some obscure syscalls as well. Includes some
missed patches from earlier rounds, and dropping unicore32 target.

v2: fix the syslog patch and test build with clang-3.8
v3: drop ustat patch

----------------------------------------------------------------

Aleksandar Markovic (12):
  linux-user: Add support for adjtimex() syscall
  linux-user: Fix mq_open() syscall support
  linux-user: Fix msgrcv() and msgsnd() syscalls support
  linux-user: Fix socketcall() syscall support
  linux-user: Fix syslog() syscall support
  linux-user: Remove a duplicate item from strace.list
  linux-user: Add support for clock_adjtime() syscall
  linux-user: Add support for syncfs() syscall
  linux-user: Update mips_syscall_args[] array in main.c
  linux-user: Update ioctls definitions for Mips32
  linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32
  linux-user: Fix fadvise64() syscall support for Mips32

Dejan Jovicevic (2):
  linux-user: added support for preadv() system call.
  linux-user: added support for pwritev() system call.

Felix Janda (1):
  linux-user: use libc wrapper instead of direct mremap syscall

Laurent Vivier (2):
  linux-user: add kcmp() syscall
  linux-user: add RTA_PRIORITY in netlink

Peter Maydell (3):
  linux-user: sparc64: Use correct target SHMLBA in shmat()
  linux-user: Don't use alloca() for epoll_wait's epoll event array
  linux-user: Fix definition of target_sigevent for 32-bit guests

Riku Voipio (1):
  linux-user: disable unicore32 linux-user build

 configure                                |  36 ++++
 default-configs/unicore32-linux-user.mak |   1 -
 linux-user/main.c                        |  24 ++-
 linux-user/mips/syscall_nr.h             |   2 +-
 linux-user/mips/termbits.h               |  12 ++
 linux-user/mips64/termbits.h             | 245 +--------------------
 linux-user/mmap.c                        |  14 +-
 linux-user/sparc64/target_syscall.h      |   7 +
 linux-user/strace.c                      | 233 ++++++++++++++++++--
 linux-user/strace.list                   |  13 +-
 linux-user/syscall.c                     | 356 ++++++++++++++++++++++++-------
 linux-user/syscall_defs.h                | 111 +++++++---
 12 files changed, 671 insertions(+), 383 deletions(-)
 delete mode 100644 default-configs/unicore32-linux-user.mak

-- 
2.1.4

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

* Re: [Qemu-devel] [PULL v3] linux-user changes
  2016-10-21 12:47 [Qemu-devel] [PULL v3] linux-user changes riku.voipio
@ 2016-10-21 14:00 ` Peter Maydell
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2016-10-21 14:00 UTC (permalink / raw)
  To: Riku Voipio; +Cc: QEMU Developers

On 21 October 2016 at 13:47,  <riku.voipio@linaro.org> wrote:
> From: Riku Voipio <riku.voipio@linaro.org>
>
> The following changes since commit da158a86c407fa7b9da848b571356a26809d8df9:
>
>   Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-10-20-1' into staging (2016-10-20 14:46:19 +0100)
>
> are available in the git repository at:
>
>   git://git.linaro.org/people/riku.voipio/qemu.git tags/pull-linux-user-20160921
>
> for you to fetch changes up to 5e2b40f7271cf9d02960944d5e0ce233a3dac5b7:
>
>   linux-user: disable unicore32 linux-user build (2016-10-21 15:20:14 +0300)
>
> ----------------------------------------------------------------
> Linux-user changes, mostly bugfixes and adding support for some
> new syscalls and some obscure syscalls as well. Includes some
> missed patches from earlier rounds, and dropping unicore32 target.
>
> v2: fix the syslog patch and test build with clang-3.8
> v3: drop ustat patch
>

Applied, thanks.

-- PMM

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

end of thread, other threads:[~2016-10-21 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-21 12:47 [Qemu-devel] [PULL v3] linux-user changes riku.voipio
2016-10-21 14:00 ` Peter Maydell

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.