[Qemu-devel] [PULL 0/1] linux-user: fix file offset for preadv/pwritev

Max Filippov posted 1 patch 5 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180410021745.32378-1-jcmvbkbc@gmail.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
linux-user/syscall.c | 27 +++++++++++++++++++++++++--
1 file changed, 25 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/1] linux-user: fix file offset for preadv/pwritev
Posted by Max Filippov 5 years, 11 months ago
Hi Peter,

please pull the following linux-user fix for QEMU-2.12.

The following changes since commit 9abfc88af3ffd3b33c7fab4471da86462ee71d95:

  Merge remote-tracking branch 'remotes/xtensa/tags/20180402-xtensa' into staging (2018-04-03 19:02:46 +0100)

are available in the git repository at:

  git://github.com/OSLL/qemu-xtensa.git tags/20180409-xtensa

for you to fetch changes up to 9ac225171c9d6b2a1cba35a94ae7eeaa0106cf7d:

  linux-user: fix preadv/pwritev offsets (2018-04-09 18:57:49 -0700)

----------------------------------------------------------------
Fix file offset for preadv/pwritev linux-user syscalls.

----------------------------------------------------------------
Max Filippov (1):
      linux-user: fix preadv/pwritev offsets

 linux-user/syscall.c | 27 +++++++++++++++++++++++++--
 1 file changed, 25 insertions(+), 2 deletions(-)

-- 
Thanks.
-- Max

Re: [Qemu-devel] [PULL 0/1] linux-user: fix file offset for preadv/pwritev
Posted by Peter Maydell 5 years, 11 months ago
On 10 April 2018 at 03:17, Max Filippov <jcmvbkbc@gmail.com> wrote:
> Hi Peter,
>
> please pull the following linux-user fix for QEMU-2.12.
>
> The following changes since commit 9abfc88af3ffd3b33c7fab4471da86462ee71d95:
>
>   Merge remote-tracking branch 'remotes/xtensa/tags/20180402-xtensa' into staging (2018-04-03 19:02:46 +0100)
>
> are available in the git repository at:
>
>   git://github.com/OSLL/qemu-xtensa.git tags/20180409-xtensa
>
> for you to fetch changes up to 9ac225171c9d6b2a1cba35a94ae7eeaa0106cf7d:
>
>   linux-user: fix preadv/pwritev offsets (2018-04-09 18:57:49 -0700)
>
> ----------------------------------------------------------------
> Fix file offset for preadv/pwritev linux-user syscalls.
>
> ----------------------------------------------------------------
> Max Filippov (1):
>       linux-user: fix preadv/pwritev offsets

Applied, thanks.

-- PMM