qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/4] linux-user: Several mostly Mips related patches


From: Aleksandar Markovic
Subject: [Qemu-devel] [PATCH 0/4] linux-user: Several mostly Mips related patches
Date: Tue, 4 Oct 2016 20:05:08 +0200

From: Aleksandar Markovic <address@hidden>

This is just a set of several Qemu Linux user patches that for various
reasons did not make their way to Qemu upstream, but they are all valid
and important in certain use case scenarios for Qemu Linux user mode.

Aleksandar Markovic (4):
  linux-user: Add support for sysfs() syscall
  linux-user: Update termbits.h for Mips32
  linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32
  linux-user: Fix fadvise64() syscall support for Mips32

 linux-user/mips/termbits.h   |  12 +++
 linux-user/mips64/termbits.h | 245 +------------------------------------------
 linux-user/strace.c          |  27 +++++
 linux-user/strace.list       |   2 +-
 linux-user/syscall.c         |  48 ++++++++-
 5 files changed, 86 insertions(+), 248 deletions(-)

-- 
2.9.3




reply via email to

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