qemu-devel
[Top][All Lists]
Advanced

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

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


From: Aleksandar Markovic
Subject: [Qemu-devel] [PATCH v2 0/5] linux-user: Several Mips-related patches
Date: Wed, 12 Oct 2016 14:30:20 +0200

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.

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]