On Wed, Jul 18, 2018 at 3:27 PM, Alistair Francis <alistair.fran...@wdc.com> wrote: > The following changes since commit ea6abffa8a08d832feb759d359d5b935e3087cf7: > > Update version for v3.0.0-rc1 release (2018-07-17 18:15:19 +0100) > > are available in the Git repository at: > > g...@github.com:alistair23/qemu.git tags/pull-riscv-pull-20180718-2 > > for you to fetch changes up to 451ea962be0cbb6710737eeb90c2a801b979cad3: > > spike: Fix crash when introspecting the device (2018-07-18 14:33:40 -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
Argh! I just realised I left off Michael's review. I'll have to send a v2. I'll tag it as v3.0 as well. Alistair > > 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(-)