On Thu, 05 Sep 2019 08:57:44 PDT (-0700), [email protected] wrote:
Hi Palmer,
On Thu, Sep 5, 2019 at 11:55 PM Bin Meng <[email protected]> wrote:
This adds a reset opcode for sifive_test device to trigger a system
reset for testing purpose.
Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Palmer Dabbelt <[email protected]>
---
Changes in v2:
- fix build error in the "for-master" branch of Palmer's RISC-V repo
that was rebased on QEMU master
hw/riscv/sifive_test.c | 4 ++++
include/hw/riscv/sifive_test.h | 3 ++-
2 files changed, 6 insertions(+), 1 deletion(-)
Please drop the already applied v1 patch in your "for-master" branch
and apply this v2.
After you rebased the "for-master' branch, this patch no longer build
any more due to changes in QEMU master.
Regards,
Bin
Thanks!