From: Peter Maydell <peter.maydell@linaro.org>
To: Riku Voipio <riku.voipio@linaro.org>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PULL v2 00/22] linux-user changes
Date: Tue, 18 Oct 2016 16:37:01 +0100 [thread overview]
Message-ID: <CAFEAcA9Z+mt4o+cLxrz7oRgLP69mEDRCX7mreeWOik5=8V3hWA@mail.gmail.com> (raw)
In-Reply-To: <cover.1476796525.git.riku.voipio@linaro.org>
On 18 October 2016 at 14:21, <riku.voipio@linaro.org> wrote:
> From: Riku Voipio <riku.voipio@linaro.org>
>
> The following changes since commit 7bf59dfec4234e75e31b3f397374cb5bab1a5b2c:
>
> Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20161017' into staging (2016-10-17 12:59:54 +0100)
>
> are available in the git repository at:
>
> git://git.linaro.org/people/riku.voipio/qemu.git tags/pull-linux-user-20161018
>
> for you to fetch changes up to cee1d8afec98e0e686c894b06982e08b8bf242ba:
>
> linux-user: disable unicore32 linux-user build (2016-10-18 11:57:57 +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
This still has all the "warning: ustat is not implemented and will
always fail" complaints...
thanks
-- PMM
prev parent reply other threads:[~2016-10-18 15:37 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-18 13:21 [Qemu-devel] [PULL v2 00/22] linux-user changes riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 01/22] linux-user: Add support for adjtimex() syscall riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 02/22] linux-user: Add support for ustat() syscall riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 03/22] linux-user: Fix mq_open() syscall support riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 04/22] linux-user: Fix msgrcv() and msgsnd() syscalls support riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 05/22] linux-user: Fix socketcall() syscall support riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 06/22] linux-user: Fix syslog() " riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 07/22] linux-user: Remove a duplicate item from strace.list riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 08/22] linux-user: sparc64: Use correct target SHMLBA in shmat() riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 09/22] linux-user: add kcmp() syscall riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 10/22] linux-user: add RTA_PRIORITY in netlink riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 11/22] linux-user: Don't use alloca() for epoll_wait's epoll event array riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 12/22] linux-user: use libc wrapper instead of direct mremap syscall riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 13/22] linux-user: Fix definition of target_sigevent for 32-bit guests riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 14/22] linux-user: Add support for clock_adjtime() syscall riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 15/22] linux-user: Add support for syncfs() syscall riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 16/22] linux-user: Update mips_syscall_args[] array in main.c riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 17/22] linux-user: Update ioctls definitions for Mips32 riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 18/22] linux-user: Redirect termbits.h for Mips64 to termbits.h " riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 19/22] linux-user: Fix fadvise64() syscall support " riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 20/22] linux-user: added support for preadv() system call riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 21/22] linux-user: added support for pwritev() " riku.voipio
2016-10-18 13:21 ` [Qemu-devel] [PULL v2 22/22] linux-user: disable unicore32 linux-user build riku.voipio
2016-10-18 15:37 ` Peter Maydell [this message]
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='CAFEAcA9Z+mt4o+cLxrz7oRgLP69mEDRCX7mreeWOik5=8V3hWA@mail.gmail.com' \
--to=peter.maydell@linaro.org \
--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).