qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Riku Voipio
Subject: Re: [Qemu-devel] [PATCH v2 0/5] linux-user: Several Mips-related patches
Date: Mon, 17 Oct 2016 13:02:33 +0000
User-agent: Mutt/1.5.23 (2014-03-12)

On Wed, Oct 12, 2016 at 02:30:20PM +0200, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <address@hidden>
> 
> 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
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]