qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5] linux-user: Several Mips-related patches
@ 2016-10-12 12:30 Aleksandar Markovic
  2016-10-12 12:30 ` [Qemu-devel] [PATCH v3 1/5] linux-user: Update syscall numbers tables for Mips Aleksandar Markovic
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Aleksandar Markovic @ 2016-10-12 12:30 UTC (permalink / raw)
  To: qemu-devel, riku.voipio, laurent, peter.maydell, aurelien,
	Yongbok.Kim, petar.jovanovic, miodrag.dinic, aleksandar.rikalo,
	aleksandar.markovic

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

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

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [Qemu-devel] [PATCH v2 0/5] linux-user: Several Mips-related patches
@ 2016-10-12 11:48 Aleksandar Markovic
  0 siblings, 0 replies; 8+ messages in thread
From: Aleksandar Markovic @ 2016-10-12 11:48 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>

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

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

end of thread, other threads:[~2016-10-17 13:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-12 12:30 [Qemu-devel] [PATCH v2 0/5] linux-user: Several Mips-related patches Aleksandar Markovic
2016-10-12 12:30 ` [Qemu-devel] [PATCH v3 1/5] linux-user: Update syscall numbers tables for Mips Aleksandar Markovic
2016-10-12 12:30 ` [Qemu-devel] [PATCH v3 2/5] linux-user: Update mips_syscall_args[] array in main.c Aleksandar Markovic
2016-10-12 12:30 ` [Qemu-devel] [PATCH v3 3/5] linux-user: Update ioctls definitions for Mips32 Aleksandar Markovic
2016-10-12 12:30 ` [Qemu-devel] [PATCH v3 4/5] linux-user: Redirect termbits.h for Mips64 to termbits.h " Aleksandar Markovic
2016-10-12 12:30 ` [Qemu-devel] [PATCH v3 5/5] linux-user: Fix fadvise64() syscall support " Aleksandar Markovic
2016-10-17 13:02 ` [Qemu-devel] [PATCH v2 0/5] linux-user: Several Mips-related patches Riku Voipio
  -- strict thread matches above, loose matches on Subject: below --
2016-10-12 11:48 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).