aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-11target/riscv: Add Zvksh ISA extension supportLawrence Hunter6-2/+177
2023-09-11target/riscv: Add Zvknh ISA extension supportKiran Ostrolenk6-3/+390
2023-09-11target/riscv: Add Zvkned ISA extension supportNazar Kazakov6-1/+381
2023-09-11target/riscv: Add Zvbb ISA extension supportDickon Hood6-0/+397
2023-09-11target/riscv: Refactor some of the generic vector functionalityKiran Ostrolenk2-42/+46
2023-09-11target/riscv: Refactor translation of vector-widening instructionDickon Hood1-29/+23
2023-09-11target/riscv: Move vector translation checksNazar Kazakov1-16/+12
2023-09-11target/riscv: Add Zvbc ISA extension supportLawrence Hunter8-1/+146
2023-09-11target/riscv: Remove redundant "cpu_vl == 0" checksNazar Kazakov1-30/+1
2023-09-11target/riscv: Refactor vector-vector translation macroKiran Ostrolenk1-30/+32
2023-09-11target/riscv: Refactor some of the generic vector functionalityKiran Ostrolenk4-200/+265
2023-09-11target/riscv: Use existing lookup tables for MixColumnsArd Biesheuvel3-32/+13
2023-09-11target/riscv: Fix page_check_range use in fault-only-firstLIU Zhiwei1-1/+1
2023-09-11target/riscv/cpu.c: add smepmp isa stringDaniel Henrique Barboza1-0/+1
2023-09-11target/riscv/cpu.c: add zmmul isa stringDaniel Henrique Barboza1-0/+1
2023-09-11hw/char/riscv_htif: Fix the console syscall on big endian hostsThomas Huth1-4/+5
2023-09-11hw/char/riscv_htif: Fix printing of console characters on big endian hostsThomas Huth1-1/+2
2023-09-11target/riscv/cpu.c: do not run 'host' CPU with TCGDaniel Henrique Barboza1-0/+5
2023-09-08arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZEShameer Kolothum4-0/+78
2023-09-08target/arm: Enable SCTLR_EL1.TIDCP for user-onlyRichard Henderson1-0/+4
2023-09-08target/arm: Implement FEAT_TIDCP1Richard Henderson7-0/+39
2023-09-08target/arm: Implement HCR_EL2.TIDCPRichard Henderson4-2/+55
2023-09-08target/arm: Implement cortex-a710Richard Henderson3-0/+214
2023-09-08target/arm: Implement RMR_ELxRichard Henderson1-23/+41
2023-09-08arm64: Restore trapless ptimer accessColton Lewis1-0/+1
2023-09-08target/arm: Do not use gen_mte_checkN in trans_STGPRichard Henderson1-26/+15
2023-09-08hw/arm/versal: Connect the CFRAME_REG and CFRAME_BCAST_REGFrancisco Iglesias2-1/+181
2023-09-08hw/arm/xlnx-versal: Connect the CFU_APB, CFU_FDRO and CFU_SFRFrancisco Iglesias2-0/+58
2023-09-08hw/misc: Introduce a model of Xilinx Versal's CFRAME_BCAST_REGFrancisco Iglesias2-0/+178
2023-09-08hw/misc: Introduce a model of Xilinx Versal's CFRAME_REGFrancisco Iglesias4-0/+986
2023-09-08hw/misc/xlnx-versal-cfu: Introduce a model of Xilinx Versal's CFU_SFRFrancisco Iglesias2-0/+102
2023-09-08hw/misc/xlnx-versal-cfu: Introduce a model of Xilinx Versal CFU_FDROFrancisco Iglesias2-0/+108
2023-09-08hw/misc: Introduce a model of Xilinx Versal's CFU_APBFrancisco Iglesias4-0/+614
2023-09-08hw/misc: Introduce the Xilinx CFI interfaceFrancisco Iglesias4-0/+100
2023-09-08hw/intc/arm_gicv3_its: Avoid maybe-uninitialized error in get_vte()Philippe Mathieu-Daudé1-9/+6
2023-09-08virtio: Drop out of coroutine context in virtio_load()Kevin Wolf1-5/+40
2023-09-08vmstate: Mark VMStateInfo.get/put() coroutine_mixed_fnKevin Wolf1-3/+5
2023-09-08block: Make more BlockDriver definitions staticKevin Wolf3-3/+3
2023-09-08block/meson.build: Restore alphabetical order of filesKevin Wolf1-6/+6
2023-09-08block: Remove unnecessary variable in bdrv_block_device_infoFabiano Rosas1-3/+2
2023-09-08block: Remove bdrv_query_block_node_infoFabiano Rosas2-30/+0
2023-09-08vmdk: Clean up bdrv_open_child() return value checkDmitry Frolov1-1/+1
2023-09-08qemu-img: Update documentation for compressed imagesKevin Wolf1-2/+17
2023-09-08block: Be more verbose in create fallbackHanna Czenczek1-2/+4
2023-09-08block/iscsi: Document why we use raw malloc()Peter Maydell1-0/+1
2023-09-08qemu-img: omit errno value in error messageMichael Tokarev4-9/+9
2023-09-08block: change reqs_lock to QemuMutexStefan Hajnoczi3-14/+16
2023-09-08block: minimize bs->reqs_lock section in tracked_request_end()Stefan Hajnoczi1-1/+7
2023-09-08iotests: adapt test output for new qemu_cleanup() behaviorFiona Ebner3-0/+30
2023-09-08block/vpc: Avoid dynamic stack allocationPhilippe Mathieu-Daudé1-2/+2