[Qemu-devel] [PULL 0/9] Target MIPS queue, 2018-06-25

Aleksandar Markovic posted 9 patches 7 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1529957164-4744-1-git-send-email-aleksandar.markovic@rt-rk.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
MAINTAINERS               |  6 +++---
hw/mips/boston.c          |  3 +--
hw/mips/mips_malta.c      |  2 +-
hw/pci-host/xilinx-pcie.c |  5 ++---
target/mips/gdbstub.c     |  3 ++-
target/mips/op_helper.c   |  3 +++
target/mips/translate.c   | 28 ++++++++++++++++------------
7 files changed, 28 insertions(+), 22 deletions(-)
[Qemu-devel] [PULL 0/9] Target MIPS queue, 2018-06-25
Posted by Aleksandar Markovic 7 years, 7 months ago
From: Aleksandar Markovic <aleksandar.markovic@mips.com>

The following changes since commit 35e238c9330669882487f9929e0aa97900431853:

  Merge remote-tracking branch 'remotes/kraxel/tags/audio-20180625-pull-request' into staging (2018-06-25 15:25:26 +0100)

are available in the git repository at:

  https://github.com/AMarkovic/qemu.git 

for you to fetch changes up to 2209731f338baaad3a1ef419fab1928e1e51ec17:

  target/mips: Fix gdbstub to read/write 64 bit FP registers (2018-06-25 21:21:24 +0200)

----------------------------------------------------------------
Aleksandar Markovic (1):
      MAINTAINERS: update target-mips maintainers

Peter Maydell (3):
      hw/mips/boston: don't make flash region 'nomigrate'
      hw/mips/mips_malta: don't make bios region 'nomigrate'
      hw/pci-host/xilinx-pcie: don't make "io" region be RAM

Yongbok Kim (5):
      target/mips: Raise a RI when given fs is n/a from CTC1
      target/mips: Fix microMIPS on reset
      target/mips: Update gen_flt_ldst()
      target/mips: Fix data type for offset
      target/mips: Fix gdbstub to read/write 64 bit FP registers

 MAINTAINERS               |  6 +++---
 hw/mips/boston.c          |  3 +--
 hw/mips/mips_malta.c      |  2 +-
 hw/pci-host/xilinx-pcie.c |  5 ++---
 target/mips/gdbstub.c     |  3 ++-
 target/mips/op_helper.c   |  3 +++
 target/mips/translate.c   | 28 ++++++++++++++++------------
 7 files changed, 28 insertions(+), 22 deletions(-)

-- 
2.7.4


Re: [Qemu-devel] [PULL 0/9] Target MIPS queue, 2018-06-25
Posted by Peter Maydell 7 years, 7 months ago
On 25 June 2018 at 21:05, Aleksandar Markovic
<aleksandar.markovic@rt-rk.com> wrote:
> From: Aleksandar Markovic <aleksandar.markovic@mips.com>
>
> The following changes since commit 35e238c9330669882487f9929e0aa97900431853:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/audio-20180625-pull-request' into staging (2018-06-25 15:25:26 +0100)
>
> are available in the git repository at:
>
>   https://github.com/AMarkovic/qemu.git
>
> for you to fetch changes up to 2209731f338baaad3a1ef419fab1928e1e51ec17:
>
>   target/mips: Fix gdbstub to read/write 64 bit FP registers (2018-06-25 21:21:24 +0200)

Hi -- something odd has happened in the creation of this
pull request email. The URL line should include a tag name,
and this one doesn't...

thanks
-- PMM