All of lore.kernel.org
 help / color / mirror / Atom feed
From: Riku Voipio <riku.voipio@iki.fi>
To: Aleksandar Markovic <aleksandar.markovic@rt-rk.com>
Cc: qemu-devel@nongnu.org, laurent@vivier.eu,
	peter.maydell@linaro.org, aurelien@aurel32.net,
	Yongbok.Kim@imgtec.com, petar.jovanovic@imgtec.com,
	miodrag.dinic@imgtec.com, aleksandar.rikalo@imgtec.com,
	aleksandar.markovic@imgtec.com
Subject: Re: [Qemu-devel] [PATCH v2 0/5] linux-user: Several Mips-related patches
Date: Mon, 17 Oct 2016 13:02:33 +0000	[thread overview]
Message-ID: <20161017130233.GA12564@kos.to> (raw)
In-Reply-To: <20161012123034.48876-1-aleksandar.markovic@rt-rk.com>

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

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
> 

  parent reply	other threads:[~2016-10-17 13:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Riku Voipio [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-12 11:48 [Qemu-devel] [PATCH v2 0/5] linux-user: Several Mips-related patches Aleksandar Markovic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161017130233.GA12564@kos.to \
    --to=riku.voipio@iki.fi \
    --cc=Yongbok.Kim@imgtec.com \
    --cc=aleksandar.markovic@imgtec.com \
    --cc=aleksandar.markovic@rt-rk.com \
    --cc=aleksandar.rikalo@imgtec.com \
    --cc=aurelien@aurel32.net \
    --cc=laurent@vivier.eu \
    --cc=miodrag.dinic@imgtec.com \
    --cc=petar.jovanovic@imgtec.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.