Re: [Qemu-devel] [PATCH v1 0/2] RISC-V: Important fixes for QEMU 2.12

2018-03-31 Thread no-reply
] RISC-V: Important fixes for QEMU 2.12 === TEST SCRIPT BEGIN === #!/bin/bash set -e git submodule update --init dtc # Let docker tests dump environment info export SHOW_ENV=1 export J=8 time make docker-test-build@min-glib === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384

[Qemu-devel] [PATCH v1 0/2] RISC-V: Important fixes for QEMU 2.12

2018-03-27 Thread Michael Clark
This series includes changes that are considered important. i.e. correct user-visible bugs that are exercised by common operations such as -cpu list or -d in_asm Michael Clark (2): RISC-V: Convert cpu definition to future model RISC-V: Fix incorrect disassembly for addiw disas/riscv.c |