[Qemu-devel] [2 0/3] Linux user for 3.1 patches

Laurent Vivier posted 3 patches 5 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181019121623.29148-1-laurent@vivier.eu
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora failed
Test docker-quick@centos7 passed
configure                  |  12 ++-
linux-user/ioctls.h        |  46 ++++++++++
linux-user/syscall.c       | 180 +++++++++++++++++++++++++++++++++++++
linux-user/syscall_defs.h  |  28 ++++++
linux-user/syscall_types.h |  68 ++++++++++++++
5 files changed, 333 insertions(+), 1 deletion(-)
[Qemu-devel] [2 0/3] Linux user for 3.1 patches
Posted by Laurent Vivier 5 years, 6 months ago
The following changes since commit 1b7490446bf41f54130c2d495dd4c8768c8e1ce3:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-request' into staging (2018-10-19 11:20:05 +0100)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/linux-user-for-3.1-pull-request

for you to fetch changes up to a133367ec1b689410f1e7427921e33bb1b569bd7:

  linux-user: Implement special usbfs ioctls. (2018-10-19 14:05:10 +0200)

----------------------------------------------------------------
A series to enable ioctl usbfs in linux-user

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

Cortland Tölva (3):
  linux-user: Check for Linux USBFS in configure
  linux-user: Define ordinary usbfs ioctls.
  linux-user: Implement special usbfs ioctls.

 configure                  |  12 ++-
 linux-user/ioctls.h        |  46 ++++++++++
 linux-user/syscall.c       | 180 +++++++++++++++++++++++++++++++++++++
 linux-user/syscall_defs.h  |  28 ++++++
 linux-user/syscall_types.h |  68 ++++++++++++++
 5 files changed, 333 insertions(+), 1 deletion(-)

-- 
2.17.2


Re: [Qemu-devel] [2 0/3] Linux user for 3.1 patches
Posted by Laurent Vivier 5 years, 6 months ago
Le 19/10/2018 à 14:16, Laurent Vivier a écrit :
> The following changes since commit 1b7490446bf41f54130c2d495dd4c8768c8e1ce3:
> 
>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-request' into staging (2018-10-19 11:20:05 +0100)
> 
> are available in the Git repository at:
> 
>   git://github.com/vivier/qemu.git tags/linux-user-for-3.1-pull-request
> 
> for you to fetch changes up to a133367ec1b689410f1e7427921e33bb1b569bd7:
> 
>   linux-user: Implement special usbfs ioctls. (2018-10-19 14:05:10 +0200)
> 
> ----------------------------------------------------------------
> A series to enable ioctl usbfs in linux-user
> 
> ----------------------------------------------------------------
> 
> Cortland Tölva (3):
>   linux-user: Check for Linux USBFS in configure
>   linux-user: Define ordinary usbfs ioctls.
>   linux-user: Implement special usbfs ioctls.
> 
>  configure                  |  12 ++-
>  linux-user/ioctls.h        |  46 ++++++++++
>  linux-user/syscall.c       | 180 +++++++++++++++++++++++++++++++++++++
>  linux-user/syscall_defs.h  |  28 ++++++
>  linux-user/syscall_types.h |  68 ++++++++++++++
>  5 files changed, 333 insertions(+), 1 deletion(-)
> 

oops, I'm going to resend with the good subject prefix.

Thanks,
Laurent