[Qemu-devel] [PULL 0/3] MIPS queue for July 15th, 2019

Aleksandar Markovic posted 3 patches 4 years, 9 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test FreeBSD passed
Test checkpatch passed
Test s390x passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1563222562-2755-1-git-send-email-aleksandar.markovic@rt-rk.com
Maintainers: Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Markovic <amarkovic@wavecomp.com>, Aleksandar Rikalo <arikalo@wavecomp.com>
target/mips/translate.c | 5 +++++
1 file changed, 5 insertions(+)
[Qemu-devel] [PULL 0/3] MIPS queue for July 15th, 2019
Posted by Aleksandar Markovic 4 years, 9 months ago
From: Aleksandar Markovic <amarkovic@wavecomp.com>

The following changes since commit 5ea8ec2fcf57cb9af24ad2cf17b4d64adb03afdf:

  Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-07-15' into staging (2019-07-15 16:11:47 +0100)

are available in the git repository at:

  https://github.com/AMarkovic/qemu tags/mips-queue-jul-15-2019

for you to fetch changes up to 0d0304f2c4967c892a3216638fc4cb078afa2b44:

  target/mips: Add missing 'break' for certain cases of MTTR handling (2019-07-15 22:22:05 +0200)

----------------------------------------------------------------

MIPS queue for July 15th, 2019

Notes:

  - two patches from the serieas 'MIPS fixes for 4.1' did not get
  reviewed on time to be included for 4.1 rc1, so they are left
  possibly for 4.1 rc2

Highlights:

  - fixes for missing 'break' in switch statements

----------------------------------------------------------------

Aleksandar Markovic (3):
  target/mips: Add missing 'break' for a case of MTHC0 handling
  target/mips: Add missing 'break' for certain cases of MFTR handling
  target/mips: Add missing 'break' for certain cases of MTTR handling

 target/mips/translate.c | 5 +++++
 1 file changed, 5 insertions(+)

-- 
2.7.4


Re: [Qemu-devel] [PULL 0/3] MIPS queue for July 15th, 2019
Posted by Peter Maydell 4 years, 9 months ago
On Mon, 15 Jul 2019 at 21:29, Aleksandar Markovic
<aleksandar.markovic@rt-rk.com> wrote:
>
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
>
> The following changes since commit 5ea8ec2fcf57cb9af24ad2cf17b4d64adb03afdf:
>
>   Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-07-15' into staging (2019-07-15 16:11:47 +0100)
>
> are available in the git repository at:
>
>   https://github.com/AMarkovic/qemu tags/mips-queue-jul-15-2019
>
> for you to fetch changes up to 0d0304f2c4967c892a3216638fc4cb078afa2b44:
>
>   target/mips: Add missing 'break' for certain cases of MTTR handling (2019-07-15 22:22:05 +0200)
>
> ----------------------------------------------------------------
>
> MIPS queue for July 15th, 2019
>
> Notes:
>
>   - two patches from the serieas 'MIPS fixes for 4.1' did not get
>   reviewed on time to be included for 4.1 rc1, so they are left
>   possibly for 4.1 rc2
>
> Highlights:
>
>   - fixes for missing 'break' in switch statements


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.

-- PMM