[Qemu-devel] [PULL v2 for 3.0 0/5] riscv-pull queue

Alistair Francis posted 5 patches 5 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180719160721.18430-1-alistair.francis@wdc.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
hw/riscv/riscv_hart.c |  7 +++----
hw/riscv/sifive_e.c   | 12 ++++++------
hw/riscv/sifive_u.c   | 15 +++++++--------
hw/riscv/spike.c      | 10 ++++------
hw/riscv/virt.c       |  5 ++---
5 files changed, 22 insertions(+), 27 deletions(-)
[Qemu-devel] [PULL v2 for 3.0 0/5] riscv-pull queue
Posted by Alistair Francis 5 years, 9 months ago
The following changes since commit e1ea55668ffe6ce558a063f3a9621b761738e1f2:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2018-07-19 15:38:06 +0100)

are available in the Git repository at:

  git@github.com:alistair23/qemu.git tags/pull-riscv-pull-20180719

for you to fetch changes up to 8ff62f6aa067edd5455d60202041b4ae08a65b17:

  spike: Fix crash when introspecting the device (2018-07-19 09:05:48 -0700)

----------------------------------------------------------------
riscv: Fix introspection problems

This is based on Thomas's work fixing introspection problems [1] and
applied to the RISC-V port.

1: https://lists.gnu.org/archive/html/qemu-devel/2018-07/msg03261.html

----------------------------------------------------------------
Alistair Francis (5):
      sifive_e: Fix crash when introspecting the device
      sifive_u: Fix crash when introspecting the device
      virt: Fix crash when introspecting the device
      riscv_hart: Fix crash when introspecting the device
      spike: Fix crash when introspecting the device

 hw/riscv/riscv_hart.c |  7 +++----
 hw/riscv/sifive_e.c   | 12 ++++++------
 hw/riscv/sifive_u.c   | 15 +++++++--------
 hw/riscv/spike.c      | 10 ++++------
 hw/riscv/virt.c       |  5 ++---
 5 files changed, 22 insertions(+), 27 deletions(-)

Re: [Qemu-devel] [PULL v2 for 3.0 0/5] riscv-pull queue
Posted by Peter Maydell 5 years, 9 months ago
On 19 July 2018 at 17:07, Alistair Francis <alistair.francis@wdc.com> wrote:
> The following changes since commit e1ea55668ffe6ce558a063f3a9621b761738e1f2:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2018-07-19 15:38:06 +0100)
>
> are available in the Git repository at:
>
>   git@github.com:alistair23/qemu.git tags/pull-riscv-pull-20180719
>
> for you to fetch changes up to 8ff62f6aa067edd5455d60202041b4ae08a65b17:
>
>   spike: Fix crash when introspecting the device (2018-07-19 09:05:48 -0700)
>
> ----------------------------------------------------------------
> riscv: Fix introspection problems
>
> This is based on Thomas's work fixing introspection problems [1] and
> applied to the RISC-V port.
>
> 1: https://lists.gnu.org/archive/html/qemu-devel/2018-07/msg03261.html
>

Applied, thanks.

-- PMM