On Thu, 10 Jan 2019 at 09:01, Laurent Vivier <laur...@vivier.eu> wrote: > > The following changes since commit 147923b1a901a0370f83a0f4c58ec1baffef22f0: > > Merge remote-tracking branch > 'remotes/kraxel/tags/usb-20190108-pull-request' into staging (2019-01-08 > 16:07:32 +0000) > > are available in the Git repository at: > > git://github.com/vivier/qemu.git tags/linux-user-for-4.0-pull-request > > for you to fetch changes up to 2bd3f8998e1e7dcd9afc29fab252fb9936f9e956: > > linux-user: make pwrite64/pread64(fd, NULL, 0, offset) return 0 (2019-01-10 > 09:36:41 +0100) > > ---------------------------------------------------------------- > Minor linux-user update (2019-01-10) > Fixes LTP tests pwrite03 and pwrite03_64 > > ---------------------------------------------------------------- > > Peter Maydell (1): > linux-user: make pwrite64/pread64(fd, NULL, 0, offset) return 0 > > Tom Deseyn (1): > Add getsockopt for settable SOL_IPV6 options > > linux-user/syscall.c | 61 +++++++++++++++++++++++++++++++++++++++++--- > 1 file changed, 57 insertions(+), 4 deletions(-)
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0 for any user-visible changes. -- PMM