qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: Aleksandar Markovic <aleksandar.markovic@rt-rk.com>
Cc: QEMU Developers <qemu-devel@nongnu.org>,
	Aleksandar Markovic <amarkovic@wavecomp.com>
Subject: Re: [Qemu-devel] [PULL v2 00/33] MIPS queue for October 2018 - part 2 - v2
Date: Wed, 24 Oct 2018 18:56:53 +0100	[thread overview]
Message-ID: <CAFEAcA-XiRBFYPSGgreq6m6F7Hdk4fOKTCO2UQKiDz3FZgqKOQ@mail.gmail.com> (raw)
In-Reply-To: <1540388447-27062-1-git-send-email-aleksandar.markovic@rt-rk.com>

On 24 October 2018 at 14:40, Aleksandar Markovic
<aleksandar.markovic@rt-rk.com> wrote:
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
>
> The following changes since commit 13399aad4fa87b2878c49d02a5d3bafa6c966ba3:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into staging (2018-10-23 17:20:23 +0100)
>
> are available in the git repository at:
>
>   https://github.com/AMarkovic/qemu tags/mips-queue-oct-2018-part-2-v2
>
> for you to fetch changes up to 373ecd3823f949fd550ec49685299e287af5753e:
>
>   target/mips: Fix decoding of ALIGN and DALIGN instructions (2018-10-24 15:20:32 +0200)
>
> ----------------------------------------------------------------
> MIPS queue for October 2018 - part 2 - v2
>
> v1->v2:
>   - disassembler for R5900 feature removed (one whole patch and
>       parts of several other patches are excluded)
>   - amended R5900 CPU definition with respect to ASE_MMI
>   - minor improvements of patch titles, commit messages and comments
>
> ----------------------------------------------------------------
>
Applied, thanks.

-- PMM

      parent reply	other threads:[~2018-10-24 18:10 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-24 13:40 [Qemu-devel] [PULL v2 00/33] MIPS queue for October 2018 - part 2 - v2 Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 01/33] target/mips: Define R5900 ISA, MMI ASE, and R5900 CPU preprocessor constants Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 02/33] target/mips: Add R5900 Multimedia Instruction overview note Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 03/33] target/mips: Define R5900 MMI class, and LQ and SQ opcode constants Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 04/33] target/mips: Define R5900 MMI<0|1|2|3> subclasses and " Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 05/33] target/mips: Define R5900 MMI0 " Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 06/33] target/mips: Define R5900 MMI1 " Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 07/33] target/mips: Define R5900 MMI2 " Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 08/33] target/mips: Define R5900 MMI3 " Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 09/33] target/mips: Add a placeholder for R5900 SQ, handle user mode RDHWR Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 10/33] target/mips: Add a placeholder for R5900 LQ Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 11/33] target/mips: Add a placeholder for R5900 MMI instruction class Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 12/33] target/mips: Add a placeholder for R5900 MMI0 instruction subclass Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 13/33] target/mips: Add a placeholder for R5900 MMI1 " Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 14/33] target/mips: Add a placeholder for R5900 MMI2 " Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 15/33] target/mips: Add a placeholder for R5900 MMI3 " Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 16/33] target/mips: Support R5900 three-operand MULT and MULTU instructions Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 17/33] target/mips: Support R5900 three-operand MULT1 and MULTU1 instructions Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 18/33] target/mips: Support R5900 MFLO1, MTLO1, MFHI1 and MTHI1 instructions Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 19/33] target/mips: Support R5900 DIV1 and DIVU1 instructions Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 20/33] target/mips: Support R5900 MOVN, MOVZ and PREF instructions from MIPS IV Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 21/33] target/mips: Make R5900 DMULT[U], DDIV[U], LL[D] and SC[D] user only Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 22/33] tests/tcg/mips: Add tests for R5900 three-operand MULT Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 23/33] tests/tcg/mips: Add tests for R5900 three-operand MULTU Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 24/33] tests/tcg/mips: Add tests for R5900 three-operand MULT1 Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 25/33] tests/tcg/mips: Add tests for R5900 three-operand MULTU1 Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 26/33] tests/tcg/mips: Add tests for R5900 MFLO1 and MFHI1 Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 27/33] tests/tcg/mips: Add tests for R5900 MTLO1 and MTHI1 Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 28/33] tests/tcg/mips: Add tests for R5900 DIV1 Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 29/33] tests/tcg/mips: Add tests for R5900 DIVU1 Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 30/33] target/mips: Define the R5900 CPU Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 31/33] linux-user/mips: Recognize the R5900 CPU model Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 32/33] target/mips: Fix the title of translate.c Aleksandar Markovic
2018-10-24 13:40 ` [Qemu-devel] [PULL v2 33/33] target/mips: Fix decoding of ALIGN and DALIGN instructions Aleksandar Markovic
2018-10-24 17:56 ` Peter Maydell [this message]

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=CAFEAcA-XiRBFYPSGgreq6m6F7Hdk4fOKTCO2UQKiDz3FZgqKOQ@mail.gmail.com \
    --to=peter.maydell@linaro.org \
    --cc=aleksandar.markovic@rt-rk.com \
    --cc=amarkovic@wavecomp.com \
    --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).