- 1da4601 target/riscv: Fix implementation of HLVX.WU instruction by Georg Kotheimer · 4 years, 5 months ago
- 4aeb9e2 target/riscv: Fix update of hstatus.GVA in riscv_cpu_do_interrupt by Georg Kotheimer · 4 years, 5 months ago
- ace5445 target/riscv: Fix update of hstatus.SPVP by Georg Kotheimer · 4 years, 5 months ago
- 6943011 riscv: Convert interrupt logs to use qemu_log_mask() by Alistair Francis · 4 years, 5 months ago
- 8191d36 icount: rename functions to be consistent with the module name by Claudio Fontana · 4 years, 6 months ago
- 740b175 cpu-timers, icount: new modules by Claudio Fontana · 4 years, 7 months ago
- d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 5 months ago
- 30b5707 qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros by Eduardo Habkost · 4 years, 6 months ago
- 5de5b99 target/riscv: Set instance_align on RISCVCPU TypeInfo by Richard Henderson · 4 years, 6 months ago
- f00f57f Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200910' into staging by Peter Maydell · 4 years, 6 months ago
- f4ef8c9 Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging by Peter Maydell · 4 years, 6 months ago
- a47ef6e hw/riscv: clint: Avoid using hard-coded timebase frequency by Bin Meng · 4 years, 6 months ago
- 73f6ed9 target/riscv: cpu: Set reset vector based on the configured property value by Bin Meng · 4 years, 6 months ago
- 9b4c9b2 target/riscv: cpu: Add a new 'resetvec' property by Bin Meng · 4 years, 6 months ago
- c51a3f5 target/riscv: Fix bug in getting trap cause name for trace_riscv_trap by Yifei Jiang · 4 years, 7 months ago
- b15e402 trace-events: Fix attribution of trace points to source by Markus Armbruster · 4 years, 7 months ago
- c821774a Use OBJECT_DECLARE_TYPE where possible by Eduardo Habkost · 4 years, 6 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
- dd20502 softfloat: Implement the full set of comparisons for float16 by Kito Cheng · 4 years, 7 months ago
- e39a832 target/riscv: Support the Virtual Instruction fault by Alistair Francis · 4 years, 7 months ago
- 57cb208 target/riscv: Return the exception from invalid CSR accesses by Alistair Francis · 4 years, 7 months ago
- 8302809 target/riscv: Support the v0.6 Hypervisor extension CRSs by Alistair Francis · 4 years, 7 months ago
- 30f663b target/riscv: Only support little endian guests by Alistair Francis · 4 years, 7 months ago
- f8dc878 target/riscv: Only support a single VSXL length by Alistair Francis · 4 years, 7 months ago
- 543ba53 target/riscv: Update the CSRs to the v0.6 Hyp extension by Alistair Francis · 4 years, 7 months ago
- f2d5850 target/riscv: Update the Hypervisor trap return/entry by Alistair Francis · 4 years, 7 months ago
- 84b1c04 target/riscv: Fix the interrupt cause code by Alistair Francis · 4 years, 7 months ago
- 9034e90 target/riscv: Convert MSTATUS MTL to GVA by Alistair Francis · 4 years, 7 months ago
- e2eb5ca target/riscv: Don't allow guest to write to htinst by Alistair Francis · 4 years, 7 months ago
- 29b3361 target/riscv: Do two-stage lookups on hlv/hlvx/hsv instructions by Alistair Francis · 4 years, 7 months ago
- 8c5362a target/riscv: Allow generating hlv/hlvx/hsv instructions by Alistair Francis · 4 years, 7 months ago
- 5a894dd target/riscv: Allow setting a two-stage lookup in the virt status by Alistair Francis · 4 years, 7 months ago
- af3fc19 target/riscv: Change the TLB page size depends on PMP entries. by Zong Li · 4 years, 7 months ago
- 9ef8211 target/riscv: Fix the translation of physical address by Zong Li · 4 years, 7 months ago
- fdd33b8 riscv: Fix bug in setting pmpcfg CSR for RISCV64 by Hou Weiying · 4 years, 7 months ago
- ec80f87 target/riscv: check before allocating TCG temps by LIU Zhiwei · 4 years, 7 months ago
- 6e0229e target/riscv: Clean up fmv.w.x by LIU Zhiwei · 4 years, 7 months ago
- ffe70e4 target/riscv: Check nanboxed inputs in trans_rvf.inc.c by Richard Henderson · 4 years, 7 months ago
- 00e925c target/riscv: Check nanboxed inputs to fp helpers by Richard Henderson · 4 years, 7 months ago
- 40eaa47 target/riscv: Generate nanboxed results from trans_rvf.inc.c by Richard Henderson · 4 years, 7 months ago
- d36a86d target/riscv: Generalize gen_nanbox_fpr to gen_nanbox_s by Richard Henderson · 4 years, 7 months ago
- 9921e3d target/riscv: Generate nanboxed results from fp helpers by Richard Henderson · 4 years, 7 months ago
- abff1ab meson: target by Paolo Bonzini · 4 years, 7 months ago
- 139c183 meson: rename included C source files to .c.inc by Paolo Bonzini · 5 years ago
- 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
- 35c7f52 target/riscv/vector_helper: Fix build on 32-bit big endian hosts by Thomas Huth · 4 years, 7 months ago
- 8ba26b0 target/riscv: Fix the range of pmpcfg of CSR funcion table by Zong Li · 4 years, 8 months ago
- 3e09396 target/riscv: fix vector index load/store constraints by LIU Zhiwei · 4 years, 8 months ago
- eabfeb0 target/riscv: Quiet Coverity complains about vamo* by LIU Zhiwei · 4 years, 8 months ago
- cfad709 target/riscv: Fix pmp NA4 implementation by Alexandre Mergnat · 4 years, 8 months ago
- fbcbafa target/riscv: fix vill bit index in vtype register by Frank Chang · 4 years, 8 months ago
- a69f97c target/riscv: fix return value of do_opivx_widen() by Frank Chang · 4 years, 8 months ago
- 1989205 target/riscv: correct the gvec IR called in gen_vec_rsub16_i64() by Frank Chang · 4 years, 8 months ago
- 7acafcf target/riscv: fix rsub gvec tcg_assert_listed_vecop assertion by Frank Chang · 4 years, 8 months ago
- 6bf9161 target/riscv: configure and turn on vector extension from command line by LIU Zhiwei · 4 years, 8 months ago
- 31bf42a target/riscv: vector compress instruction by LIU Zhiwei · 4 years, 8 months ago
- e4b83d5 target/riscv: vector register gather instruction by LIU Zhiwei · 4 years, 8 months ago
- ec17e03 target/riscv: vector slide instructions by LIU Zhiwei · 4 years, 8 months ago
- 2843420 target/riscv: floating-point scalar move instructions by LIU Zhiwei · 4 years, 8 months ago
- 9fc08be target/riscv: integer scalar move instruction by LIU Zhiwei · 4 years, 8 months ago
- 90355f3 target/riscv: integer extract instruction by LIU Zhiwei · 4 years, 8 months ago
- 126bec3 target/riscv: vector element index instruction by LIU Zhiwei · 4 years, 8 months ago
- 78d90cf target/riscv: vector iota instruction by LIU Zhiwei · 4 years, 8 months ago
- 81fbf7d target/riscv: set-X-first mask bit by LIU Zhiwei · 4 years, 8 months ago
- 0db67e1 target/riscv: vmfirst find-first-set mask bit by LIU Zhiwei · 4 years, 8 months ago
- 2e88f55 target/riscv: vector mask population count vmpopc by LIU Zhiwei · 4 years, 8 months ago
- c21f34a target/riscv: vector mask-register logical instructions by LIU Zhiwei · 4 years, 8 months ago
- 696b0c2 target/riscv: vector widening floating-point reduction instructions by LIU Zhiwei · 4 years, 8 months ago
- 523547f target/riscv: vector single-width floating-point reduction instructions by LIU Zhiwei · 4 years, 8 months ago
- bba7182 target/riscv: vector wideing integer reduction instructions by LIU Zhiwei · 4 years, 8 months ago
- fe5c9ab target/riscv: vector single-width integer reduction instructions by LIU Zhiwei · 4 years, 8 months ago
- 878d406 target/riscv: narrowing floating-point/integer type-convert instructions by LIU Zhiwei · 4 years, 8 months ago
- 4514b7b target/riscv: widening floating-point/integer type-convert instructions by LIU Zhiwei · 4 years, 8 months ago
- 9210097 target/riscv: vector floating-point/integer type-convert instructions by LIU Zhiwei · 4 years, 8 months ago
- 64ab584 target/riscv: vector floating-point merge instructions by LIU Zhiwei · 4 years, 8 months ago
- 121ddbb target/riscv: vector floating-point classify instructions by LIU Zhiwei · 4 years, 8 months ago
- 2a68e9e target/riscv: vector floating-point compare instructions by LIU Zhiwei · 4 years, 8 months ago
- 1d426b8 target/riscv: vector floating-point sign-injection instructions by LIU Zhiwei · 4 years, 8 months ago
- 230b53d target/riscv: vector floating-point min/max instructions by LIU Zhiwei · 4 years, 8 months ago
- d9e4ce7 target/riscv: vector floating-point square-root instruction by LIU Zhiwei · 4 years, 8 months ago
- 0dd5095 target/riscv: vector widening floating-point fused multiply-add instructions by LIU Zhiwei · 4 years, 8 months ago
- 4aa5a8f target/riscv: vector single-width floating-point fused multiply-add instructions by LIU Zhiwei · 4 years, 8 months ago
- f7c7b7c target/riscv: vector widening floating-point multiply by LIU Zhiwei · 4 years, 8 months ago
- 0e0057c target/riscv: vector single-width floating-point multiply/divide instructions by LIU Zhiwei · 4 years, 8 months ago
- eeffab2 target/riscv: vector widening floating-point add/subtract instructions by LIU Zhiwei · 4 years, 8 months ago
- ce2a034 target/riscv: vector single-width floating-point add/subtract instructions by LIU Zhiwei · 4 years, 8 months ago
- 9ff3d28 target/riscv: vector narrowing fixed-point clip instructions by LIU Zhiwei · 4 years, 8 months ago
- 04a6140 target/riscv: vector single-width scaling shift instructions by LIU Zhiwei · 4 years, 8 months ago
- 0a1eaf0 target/riscv: vector widening saturating scaled multiply-add by LIU Zhiwei · 4 years, 8 months ago
- 9f0ff9e target/riscv: vector single-width fractional multiply with rounding and saturation by LIU Zhiwei · 4 years, 8 months ago
- b7aee48 target/riscv: vector single-width averaging add and subtract by LIU Zhiwei · 4 years, 8 months ago
- eb2650e target/riscv: vector single-width saturating add and subtract by LIU Zhiwei · 4 years, 8 months ago
- f020a7a target/riscv: vector integer merge and move instructions by LIU Zhiwei · 4 years, 8 months ago
- 2b587b3 target/riscv: vector widening integer multiply-add instructions by LIU Zhiwei · 4 years, 8 months ago
- 54df813 target/riscv: vector single-width integer multiply-add instructions by LIU Zhiwei · 4 years, 8 months ago
- 97b1cba target/riscv: vector widening integer multiply instructions by LIU Zhiwei · 4 years, 8 months ago
- 85e6658 target/riscv: vector integer divide instructions by LIU Zhiwei · 4 years, 8 months ago
- 958b85f target/riscv: vector single-width integer multiply instructions by LIU Zhiwei · 4 years, 8 months ago
- 558fa77 target/riscv: vector integer min/max instructions by LIU Zhiwei · 4 years, 8 months ago