riscvarchive / riscv-qemu

QEMU with RISC-V (RV64G, RV32G) Emulation Support
385 stars 154 forks source link

Qemu 2.12 fixes #123

Closed michaeljclark closed 6 years ago

michaeljclark commented 6 years ago

This is a series of bug fixes and code cleanups that we would like to get in before the QEMU 2.12 release. We are respinning this series to include two new bug fixes.

This series also addresses post-merge feedback such as updating the cpu initialization model to conform with other architectures as requested by Igor Mammedov.

The riscv_isa_string patch has been dropped as it was merged independently. The patch to hold rcu_read_lock when accessing physical memory has been dropped as requested by Paolo Bonzini.

v6

v5

v4

v3

v2

v1