From: Riku Voipio <riku.voipio@iki.fi>
To: Leon Alrae <leon.alrae@imgtec.com>
Cc: Aleksandar Markovic <aleksandar.markovic@rt-rk.com>,
qemu-devel@nongnu.org, laurent@vivier.eu,
peter.maydell@linaro.org, aurelien@aurel32.net,
petar.jovanovic@imgtec.com, miodrag.dinic@imgtec.com,
aleksandar.rikalo@imgtec.com, aleksandar.markovic@imgtec.com
Subject: Re: [Qemu-devel] [PATCH v7 0/7] linux-user: Fix miscellaneous Mips-specific issues
Date: Wed, 21 Sep 2016 19:12:20 +0000 [thread overview]
Message-ID: <20160921191220.GD24113@kos.to> (raw)
In-Reply-To: <20160921131654.GA18256@hhmipssw201.hh.imgtec.org>
On Wed, Sep 21, 2016 at 02:16:54PM +0100, Leon Alrae wrote:
> On Mon, Sep 19, 2016 at 01:44:37PM +0200, Aleksandar Markovic wrote:
> > From: Aleksandar Markovic <aleksandar.markovic@imgtec.com>
> >
> > v6->v7:
> >
> > - Rebased to the latest code.
> > - Patch 1/1 expanded to act on alpha and sh4.
> > - Naming in patch 4/7 synced with kernel naming.
> > - Change code style of patch 5/7.
> > - Corrected spelling in all patches.
> >
> > v5->v6:
> >
> > - Corrected two instances of wrong field type in the patch on target_flock.
> > - Added a patch that corrects handling of EDQUOT error code for Mips.
> > - Added a patch that adds missing Mips-related items in strace.list.
> >
> > v4->v5:
> >
> > - Commit messages improved.
> >
> > v3->v4:
> >
> > - Added a patch on agrument rearangement.
> >
> > v2->v3:
> >
> > - Minor fixes in the commit messages.
> >
> > v1->v2:
> >
> > - Improved a comment in the patch about target_semid64_ds (now 4/4).
> > - Added a patch that fixes TARGET_SIOCATMARK for Mips.
> > - Changed order of patches to be more structured.
> >
> > This series fixes several wrong definitions of preprocessor constants and
> > structures in Qemu user mode, as well as two other Mips-related problems.
> >
> > Aleksandar Markovic (7):
> > linux-user: Fix TARGET_SIOCATMARK definition for Mips
> > linux-user: Fix TARGET_F_GETOWN definition for Mips
> > linux-user: Fix structure target_flock definition for Mips
> > linux-user: Fix structure target_semid64_ds definition for Mips
> > linux-user: Fix certain argument alignment cases for Mips64
> > linux-user: Add missing TARGET_EDQUOT error code for Mips
> > linux-user: Add missing Mips syscalls items in strace.list
> >
> > linux-user/mips/target_structs.h | 16 ++++++
> > linux-user/mips/target_syscall.h | 2 +
> > linux-user/mips64/target_syscall.h | 2 +
> > linux-user/strace.list | 114 +++++++++++++++++++++++++++++++++++++
> > linux-user/syscall.c | 3 +-
> > linux-user/syscall_defs.h | 12 +++-
> > 6 files changed, 147 insertions(+), 2 deletions(-)
>
> Applied to target-mips queue, thanks.
That's a bit unorthodox way but you have my acked-by then..
Riku
next prev parent reply other threads:[~2016-09-21 19:12 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-19 11:44 [Qemu-devel] [PATCH v7 0/7] linux-user: Fix miscellaneous Mips-specific issues Aleksandar Markovic
2016-09-19 11:44 ` [Qemu-devel] [PATCH v7 1/7] linux-user: Fix TARGET_SIOCATMARK definition for Mips Aleksandar Markovic
2016-09-20 7:02 ` Laurent Vivier
2016-09-19 11:44 ` [Qemu-devel] [PATCH v7 2/7] linux-user: Fix TARGET_F_GETOWN " Aleksandar Markovic
2016-09-19 11:44 ` [Qemu-devel] [PATCH v7 3/7] linux-user: Fix structure target_flock " Aleksandar Markovic
2016-09-19 11:44 ` [Qemu-devel] [PATCH v7 4/7] linux-user: Fix structure target_semid64_ds " Aleksandar Markovic
2016-09-19 11:44 ` [Qemu-devel] [PATCH v7 5/7] linux-user: Fix certain argument alignment cases for Mips64 Aleksandar Markovic
2016-09-20 7:03 ` Laurent Vivier
2016-09-19 11:44 ` [Qemu-devel] [PATCH v7 6/7] linux-user: Add missing TARGET_EDQUOT error code for Mips Aleksandar Markovic
2016-09-19 11:44 ` [Qemu-devel] [PATCH v7 7/7] linux-user: Add missing Mips syscalls items in strace.list Aleksandar Markovic
2016-09-21 13:16 ` [Qemu-devel] [PATCH v7 0/7] linux-user: Fix miscellaneous Mips-specific issues Leon Alrae
2016-09-21 19:12 ` Riku Voipio [this message]
2016-09-22 6:24 ` Leon Alrae
2016-09-24 10:05 ` Riku Voipio
2016-09-24 10:07 ` Riku Voipio
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=20160921191220.GD24113@kos.to \
--to=riku.voipio@iki.fi \
--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=leon.alrae@imgtec.com \
--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 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).