Re: [Qemu-devel] [PATCH v2 0/5] linux-user: Several Mips-related patches

2016-10-17 Thread Riku Voipio
On Wed, Oct 12, 2016 at 02:30:20PM +0200, Aleksandar Markovic wrote:
> From: Aleksandar Markovic 
> 
> v2 -> v3:
> 
> - Updated commit message for patch 5.
> 
> v1 -> v2:
> 
> - Added patches 1 and 2.
> - Omitted patch on sysfs(); this patch will be treated separately,
>   as it is not Mips-specific, and logicaly does not belong to this
>   series; it will be sent at later time.
> 
> This is just a set of several Qemu Linux user Mips-specific patches that
> are mostly updating certain Mips-specific data in Qemu code.

Thanks, series applied to linux-user.

> Aleksandar Markovic (5):
>   linux-user: Update syscall numbers tables for Mips
>   linux-user: Update mips_syscall_args[] array in main.c
>   linux-user: Update ioctls definitions for Mips32
>   linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32
>   linux-user: Fix fadvise64() syscall support for Mips32
> 
>  linux-user/main.c  |  24 +++-
>  linux-user/mips/syscall_nr.h   |   5 +-
>  linux-user/mips/termbits.h |  12 ++
>  linux-user/mips64/syscall_nr.h |   7 ++
>  linux-user/mips64/termbits.h   | 245 
> +
>  5 files changed, 46 insertions(+), 247 deletions(-)
> 
> -- 
> 2.9.3
> 



[Qemu-devel] [PATCH v2 0/5] linux-user: Several Mips-related patches

2016-10-12 Thread Aleksandar Markovic
From: Aleksandar Markovic 

v2 -> v3:

- Updated commit message for patch 5.

v1 -> v2:

- Added patches 1 and 2.
- Omitted patch on sysfs(); this patch will be treated separately,
  as it is not Mips-specific, and logicaly does not belong to this
  series; it will be sent at later time.

This is just a set of several Qemu Linux user Mips-specific patches that
are mostly updating certain Mips-specific data in Qemu code.

Aleksandar Markovic (5):
  linux-user: Update syscall numbers tables for Mips
  linux-user: Update mips_syscall_args[] array in main.c
  linux-user: Update ioctls definitions for Mips32
  linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32
  linux-user: Fix fadvise64() syscall support for Mips32

 linux-user/main.c  |  24 +++-
 linux-user/mips/syscall_nr.h   |   5 +-
 linux-user/mips/termbits.h |  12 ++
 linux-user/mips64/syscall_nr.h |   7 ++
 linux-user/mips64/termbits.h   | 245 +
 5 files changed, 46 insertions(+), 247 deletions(-)

-- 
2.9.3




[Qemu-devel] [PATCH v2 0/5] linux-user: Several Mips-related patches

2016-10-12 Thread Aleksandar Markovic
From: Aleksandar Markovic 

v1 -> v2:

- Added patches 1 and 2.
- Omitted patch on sysfs(); this patch will be treated separately,
  as it is not Mips-specific, and logicaly does not belong to this
  series; it will be sent at later time.

This is just a set of several Qemu Linux user Mips-specific patches that
are mostly updating certain Mips-specific data in Qemu code.

Aleksandar Markovic (5):
  linux-user: Update syscall numbers tables for Mips
  linux-user: Update mips_syscall_args[] array in main.c
  linux-user: Update ioctls definitions for Mips32
  linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32
  linux-user: Fix fadvise64() syscall support for Mips32

 linux-user/main.c  |  24 +++-
 linux-user/mips/syscall_nr.h   |   5 +-
 linux-user/mips/termbits.h |  12 ++
 linux-user/mips64/syscall_nr.h |   7 ++
 linux-user/mips64/termbits.h   | 245 +
 5 files changed, 46 insertions(+), 247 deletions(-)

-- 
2.9.3