mbox

[PULL,0/1] Linux user for 6.2 patches

Message ID 20211129140456.604255-1-laurent@vivier.eu
State New
Headers show

Pull-request

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

Message

Laurent Vivier Nov. 29, 2021, 2:04 p.m. UTC
The following changes since commit e750c10167fa8ad3fcc98236a474c46e52e7c18c:

  Merge tag 'pull-target-arm-20211129' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2021-11-29 11:56:07 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 0a761ce30338526213f74dfe9900b9213d4bbb0b:

  linux-user: implement more loop ioctls (2021-11-29 14:54:17 +0100)

----------------------------------------------------------------
linux-user pull request 20211129

Fix losetup

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

Andreas Schwab (1):
  linux-user: implement more loop ioctls

 linux-user/ioctls.h        | 4 ++++
 linux-user/linux_loop.h    | 2 ++
 linux-user/syscall_defs.h  | 4 ++++
 linux-user/syscall_types.h | 6 ++++++
 4 files changed, 16 insertions(+)

Comments

Richard Henderson Nov. 29, 2021, 5:57 p.m. UTC | #1
On 11/29/21 3:04 PM, Laurent Vivier wrote:
> The following changes since commit e750c10167fa8ad3fcc98236a474c46e52e7c18c:
> 
>    Merge tag 'pull-target-arm-20211129' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2021-11-29 11:56:07 +0100)
> 
> are available in the Git repository at:
> 
>    git://github.com/vivier/qemu.git tags/linux-user-for-6.2-pull-request
> 
> for you to fetch changes up to 0a761ce30338526213f74dfe9900b9213d4bbb0b:
> 
>    linux-user: implement more loop ioctls (2021-11-29 14:54:17 +0100)
> 
> ----------------------------------------------------------------
> linux-user pull request 20211129
> 
> Fix losetup
> 
> ----------------------------------------------------------------
> 
> Andreas Schwab (1):
>    linux-user: implement more loop ioctls
> 
>   linux-user/ioctls.h        | 4 ++++
>   linux-user/linux_loop.h    | 2 ++
>   linux-user/syscall_defs.h  | 4 ++++
>   linux-user/syscall_types.h | 6 ++++++
>   4 files changed, 16 insertions(+)

Applied, thanks.

r~