qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] linux-user: Several mostly Mips related patches
@ 2016-10-04 18:05 Aleksandar Markovic
  2016-10-04 18:05 ` [Qemu-devel] [PATCH 1/4] linux-user: Add support for sysfs() syscall Aleksandar Markovic
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Aleksandar Markovic @ 2016-10-04 18:05 UTC (permalink / raw)
  To: qemu-devel, riku.voipio, laurent, peter.maydell, aurelien,
	Yongbok.Kim, leon.alrae, petar.jovanovic, miodrag.dinic,
	aleksandar.rikalo, aleksandar.markovic

From: Aleksandar Markovic <aleksandar.markovic@imgtec.com>

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-10-06 11:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-04 18:05 [Qemu-devel] [PATCH 0/4] linux-user: Several mostly Mips related patches Aleksandar Markovic
2016-10-04 18:05 ` [Qemu-devel] [PATCH 1/4] linux-user: Add support for sysfs() syscall Aleksandar Markovic
2016-10-04 20:35   ` Peter Maydell
2016-10-04 21:03     ` Aleksandar Markovic
2016-10-04 18:05 ` [Qemu-devel] [PATCH 2/4] linux-user: Update termbits.h for Mips32 Aleksandar Markovic
2016-10-04 18:05 ` [Qemu-devel] [PATCH 3/4] linux-user: Redirect termbits.h for Mips64 to " Aleksandar Markovic
2016-10-04 18:05 ` [Qemu-devel] [PATCH 4/4] linux-user: Fix fadvise64() syscall support " Aleksandar Markovic
2016-10-04 20:42   ` Peter Maydell
2016-10-04 20:58     ` Aleksandar Markovic
2016-10-05 10:02       ` Aleksandar Markovic
2016-10-05 12:38         ` Peter Maydell
2016-10-06 11:03           ` Aleksandar Markovic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).