aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-09target/riscv/insn_trans/trans_rvvk.c.inc: use 'vlenb'Daniel Henrique Barboza1-8/+8
2024-02-09target/riscv/insn_trans/trans_rvv.c.inc: use 'vlenb'Daniel Henrique Barboza1-70/+70
2024-02-09target/riscv/insn_trans/trans_rvbf16.c.inc: use cpu->cfg.vlenbDaniel Henrique Barboza1-6/+6
2024-02-09target/riscv/gdbstub.c: use 'vlenb' instead of shifting 'vlen'Daniel Henrique Barboza1-3/+3
2024-02-09target/riscv/csr.c: use 'vlenb' instead of 'vlen'Daniel Henrique Barboza1-2/+2
2024-02-09target/riscv: add 'vlenb' field in cpu->cfgDaniel Henrique Barboza2-1/+4
2024-02-09target/riscv: Implement optional CSR mcontext of debug Sdtrig extensionAlvin Chang4-5/+41
2024-02-09target/riscv/cpu.c: move 'marchid' to riscv_cpu_properties[]Daniel Henrique Barboza1-53/+57
2024-02-09target/riscv/cpu.c: move 'mimpid' to riscv_cpu_properties[]Daniel Henrique Barboza1-32/+36
2024-02-09target/riscv/cpu.c: move 'mvendorid' to riscv_cpu_properties[]Daniel Henrique Barboza1-32/+37
2024-02-09target/riscv: remove riscv_cpu_options[]Daniel Henrique Barboza4-19/+0
2024-02-09target/riscv: move 'cboz_blocksize' to riscv_cpu_properties[]Daniel Henrique Barboza2-29/+37
2024-02-09target/riscv: move 'cbop_blocksize' to riscv_cpu_properties[]Daniel Henrique Barboza1-1/+37
2024-02-09target/riscv: move 'cbom_blocksize' to riscv_cpu_properties[]Daniel Henrique Barboza2-5/+38
2024-02-09target/riscv: create finalize_features() for KVMDaniel Henrique Barboza4-5/+72
2024-02-09target/riscv: move 'elen' to riscv_cpu_properties[]Daniel Henrique Barboza2-7/+42
2024-02-09target/riscv: move 'vlen' to riscv_cpu_properties[]Daniel Henrique Barboza2-6/+44
2024-02-09target/riscv: rework 'vext_spec'Daniel Henrique Barboza4-18/+34
2024-02-09target/riscv: rework 'priv_spec'Daniel Henrique Barboza4-31/+75
2024-02-09target/riscv: move 'pmp' to riscv_cpu_properties[]Daniel Henrique Barboza1-2/+36
2024-02-09target/riscv: move 'mmu' to riscv_cpu_properties[]Daniel Henrique Barboza1-4/+51
2024-02-09target/riscv: move 'pmu-mask' and 'pmu-num' to riscv_cpu_properties[]Daniel Henrique Barboza1-7/+84
2024-02-09target/riscv: make riscv_cpu_is_vendor() publicDaniel Henrique Barboza3-5/+6
2024-02-09target/riscv/cpu_cfg.h: remove unused fieldsDaniel Henrique Barboza2-3/+0
2024-02-09target/riscv: Add step to validate 'B' extensionRob Bradford1-0/+33
2024-02-09target/riscv: Add infrastructure for 'B' MISA extensionRob Bradford3-2/+5
2024-02-09target/riscv: Check for 'A' extension on all atomic instructionsRob Bradford1-0/+11
2024-02-08Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell13-158/+236
2024-02-08Merge tag 'pull-tcg-20240205-2' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell38-578/+1362
2024-02-08Merge tag 'pull-request-2024-02-06' of https://gitlab.com/thuth/qemu into sta...Peter Maydell23-40/+360
2024-02-08Merge tag 'mem-2024-02-06-v3' of https://github.com/davidhildenbrand/qemu int...Peter Maydell9-53/+180
2024-02-08virtio-blk: avoid using ioeventfd state in irqfd conditionalStefan Hajnoczi1-1/+1
2024-02-07virtio-blk: Use ioeventfd_attach in start_ioeventfdHanna Czenczek1-11/+10
2024-02-07virtio: Re-enable notifications after drainHanna Czenczek2-1/+48
2024-02-07virtio-scsi: Attach event vq notifier with no_pollHanna Czenczek1-1/+6
2024-02-07blkio: Respect memory-alignment for bounce buffer allocationsKevin Wolf1-0/+3
2024-02-07scsi: Don't ignore most usb-storage propertiesKevin Wolf3-28/+15
2024-02-07virtio-blk: do not use C99 mixed declarationsStefan Hajnoczi1-7/+10
2024-02-07iotests: give tempdir an identifying nameDaniel P. Berrangé1-1/+1
2024-02-07iotests: fix leak of tmpdir in dry-run modeDaniel P. Berrangé1-1/+2
2024-02-07scsi: Await request purgingHanna Czenczek1-9/+21
2024-02-07block-backend: Allow concurrent context changesHanna Czenczek1-11/+11
2024-02-07monitor: use aio_co_reschedule_self()Stefan Hajnoczi1-5/+2
2024-02-07virtio-blk: declare VirtIOBlock::rq with a typeStefan Hajnoczi1-1/+1
2024-02-07virtio-blk: add vq_rq[] bounds check in virtio_blk_dma_restart_cb()Stefan Hajnoczi1-0/+2
2024-02-07virtio-blk: clarify that there is at least 1 virtqueueStefan Hajnoczi1-0/+1
2024-02-07virtio-blk: enforce iothread-vq-mapping validationStefan Hajnoczi1-81/+102
2024-02-07ci: Update comment for migration-compat-aarch64Peter Xu1-3/+4
2024-02-07ci: Remove tag dependency for build-previous-qemuPeter Xu1-0/+2
2024-02-07tests/migration-test: Stick with gicv3 in aarch64 testPeter Xu1-1/+1