aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-10target/riscv/kvm: add 'rva22u64' flag as unavailableDaniel Henrique Barboza
2024-01-10target/riscv: add rva22u64 profile definitionDaniel Henrique Barboza
2024-01-10riscv-qmp-cmds.c: expose named features in cpu_model_expansionDaniel Henrique Barboza
2024-01-10target/riscv/tcg: add 'zic64b' supportDaniel Henrique Barboza
2024-01-10target/riscv: add zicbop extension flagDaniel Henrique Barboza
2024-01-10target/riscv: add rv64i CPUDaniel Henrique Barboza
2024-01-10target/riscv/tcg: update priv_ver on user_set extensionsDaniel Henrique Barboza
2024-01-10target/riscv/tcg: do not use "!generic" CPU checksDaniel Henrique Barboza
2024-01-10target/riscv: create TYPE_RISCV_VENDOR_CPUDaniel Henrique Barboza
2024-01-10docs/system/riscv: document acpi parameter of virt machineHeinrich Schuchardt
2024-01-10disas/riscv: Add amocas.[w,d,q] instructionsRob Bradford
2024-01-10target/riscv: Add support for Zacas extensionWeiwei Li
2024-01-10hw/riscv/virt.c: fix the interrupts-extended property format of PLICYong-Xuan Wang
2024-01-10hw/riscv/virt-acpi-build.c: Add PLIC in MADTSunil V L
2024-01-10hw/riscv/virt-acpi-build.c: Add IO controllers and devicesSunil V L
2024-01-10hw/riscv/virt: Update GPEX MMIO related propertiesSunil V L
2024-01-10hw/pci-host/gpex: Define properties for MMIO rangesSunil V L
2024-01-10hw/riscv/virt-acpi-build.c: Add MMU node in RHCTSunil V L
2024-01-10hw/riscv/virt-acpi-build.c: Add CMO information in RHCTSunil V L
2024-01-10hw/riscv/virt-acpi-build.c: Add APLIC in the MADTSunil V L
2024-01-10hw/riscv/virt-acpi-build.c: Add IMSIC in the MADTSunil V L
2024-01-10hw/riscv/virt-acpi-build.c: Add AIA support in RINTCSunil V L
2024-01-10hw/riscv: virt: Make few IMSIC macros and functions publicSunil V L
2024-01-10hw/i386/acpi-microvm.c: Use common function to add virtio in DSDTSunil V L
2024-01-10hw/arm/virt-acpi-build.c: Migrate virtio creation to common locationSunil V L
2024-01-10hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common locationSunil V L
2024-01-10target/riscv/kvm: rename riscv_reg_id() to riscv_reg_id_ulong()Daniel Henrique Barboza
2024-01-10target/riscv/kvm: add RISCV_CONFIG_REG()Daniel Henrique Barboza
2024-01-10target/riscv/kvm: change timer regs size to u64Daniel Henrique Barboza
2024-01-10target/riscv/kvm: change KVM_REG_RISCV_FP_D to u64Daniel Henrique Barboza
2024-01-10target/riscv/kvm: change KVM_REG_RISCV_FP_F to u32Daniel Henrique Barboza
2024-01-10target/riscv/cpu.c: fix machine IDs gettersDaniel Henrique Barboza
2024-01-10target/riscv/pmp: Use hwaddr instead of target_ulong for RV32Ivan Klokov
2024-01-10target/riscv: Not allow write mstatus_vs without RVVLIU Zhiwei
2024-01-10target/riscv: Fix th.dcache.cval1 priviledge checkLIU Zhiwei
2024-01-10target/riscv: The whole vector register move instructions depend on vsewMax Chou
2024-01-10target/riscv: Add vill check for whole vector register move instructionsMax Chou
2024-01-09Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell
2024-01-09Merge tag 'pull-replay-fixes-080124-1' of https://gitlab.com/stsquad/qemu int...Peter Maydell
2024-01-09acpi/tests/avocado/bits: disable smilatency testsAni Sinha
2024-01-09acpi/tests/avocado/bits: import smilatency test from bits in order to disable itAni Sinha
2024-01-08Rename "QEMU global mutex" to "BQL" in comments and docsStefan Hajnoczi
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2024-01-08iothread: Remove unused Error** argument in aio_context_set_aio_paramsPhilippe Mathieu-Daudé
2024-01-08tests/avocado: remove skips from replay_kernelAlex Bennée
2024-01-08chardev: force write all when recording replay logsAlex Bennée
2024-01-08replay: stop us hanging in rr_wait_io_eventAlex Bennée