aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-10hw/i386/acpi-microvm.c: Use common function to add virtio in DSDTSunil V L1-13/+2
2024-01-10hw/arm/virt-acpi-build.c: Migrate virtio creation to common locationSunil V L4-28/+54
2024-01-10hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common locationSunil V L5-34/+43
2024-01-10target/riscv/kvm: rename riscv_reg_id() to riscv_reg_id_ulong()Daniel Henrique Barboza1-19/+21
2024-01-10target/riscv/kvm: add RISCV_CONFIG_REG()Daniel Henrique Barboza1-14/+11
2024-01-10target/riscv/kvm: change timer regs size to u64Daniel Henrique Barboza1-13/+13
2024-01-10target/riscv/kvm: change KVM_REG_RISCV_FP_D to u64Daniel Henrique Barboza1-3/+8
2024-01-10target/riscv/kvm: change KVM_REG_RISCV_FP_F to u32Daniel Henrique Barboza1-3/+8
2024-01-10target/riscv/cpu.c: fix machine IDs gettersDaniel Henrique Barboza1-6/+6
2024-01-10target/riscv/pmp: Use hwaddr instead of target_ulong for RV32Ivan Klokov2-18/+16
2024-01-10target/riscv: Not allow write mstatus_vs without RVVLIU Zhiwei1-1/+4
2024-01-10target/riscv: Fix th.dcache.cval1 priviledge checkLIU Zhiwei1-1/+1
2024-01-10target/riscv: The whole vector register move instructions depend on vsewMax Chou1-2/+1
2024-01-10target/riscv: Add vill check for whole vector register move instructionsMax Chou1-2/+3
2024-01-09Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell124-655/+646
2024-01-09Merge tag 'pull-replay-fixes-080124-1' of https://gitlab.com/stsquad/qemu int...Peter Maydell11-47/+303
2024-01-09acpi/tests/avocado/bits: disable smilatency testsAni Sinha1-2/+3
2024-01-09acpi/tests/avocado/bits: import smilatency test from bits in order to disable itAni Sinha1-0/+106
2024-01-08Rename "QEMU global mutex" to "BQL" in comments and docsStefan Hajnoczi12-28/+27
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi21-47/+47
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi8-14/+14
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi9-25/+24
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi95-529/+529
2024-01-08iothread: Remove unused Error** argument in aio_context_set_aio_paramsPhilippe Mathieu-Daudé5-12/+5
2024-01-08tests/avocado: remove skips from replay_kernelAlex Bennée1-11/+0
2024-01-08chardev: force write all when recording replay logsAlex Bennée1-0/+12
2024-01-08replay: stop us hanging in rr_wait_io_eventAlex Bennée3-1/+27
2024-01-08replay/replay-char: use report_sync_errorAlex Bennée1-4/+2
2024-01-08replay: introduce a central report point for sync errorsAlex Bennée4-1/+131
2024-01-08replay: make has_unread_data a boolAlex Bennée3-7/+7
2024-01-08replay: add proper kdoc for ReplayStateAlex Bennée1-10/+17
2024-01-08replay: remove host_clock_lastAlex Bennée1-2/+0
2024-01-08scripts/replay_dump: track total number of instructionsAlex Bennée1-1/+4
2024-01-08scripts/replay-dump: update to latest formatAlex Bennée1-8/+82
2024-01-08tests/avocado: modernise the drive args for replay_linuxAlex Bennée1-2/+5
2024-01-08tests/avocado: fix typo in replay_linuxAlex Bennée1-1/+1
2024-01-08tests/avocado: add a simple i386 replay kernel testAlex Bennée1-0/+16
2024-01-08Merge tag 'pull-vfio-20240107' of https://github.com/legoater/qemu into stagingPeter Maydell12-151/+222
2024-01-08Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell8-17/+17
2024-01-08Merge tag 'pull-loongarch-20240106' of https://gitlab.com/gaosong/qemu into s...Peter Maydell24-14/+20
2024-01-06target/loongarch: move translate modules to tcg/Song Gao24-14/+20
2024-01-06target/loongarch/meson: move gdbstub.c to loongarch.ssSong Gao1-1/+1
2024-01-05backends/iommufd: Remove mutexCédric Le Goater2-9/+0
2024-01-05backends/iommufd: Remove check on number of backend usersCédric Le Goater1-5/+0
2024-01-05vfio/migration: Add helper function to set state or reset deviceAvihai Horon1-24/+17
2024-01-05vfio/container: Rename vfio_init_container to vfio_set_iommuZhenzhong Duan1-3/+3
2024-01-05vfio/iommufd: Remove the use of stat() to check file existenceCédric Le Goater1-6/+0
2024-01-05hw/vfio: fix iteration over global VFIODevice listVolker Rümelin1-4/+4
2024-01-05vfio/container: Replace basename with g_path_get_basenameCédric Le Goater1-2/+3
2024-01-05vfio/iommufd: Remove CONFIG_IOMMUFD usageCédric Le Goater1-3/+0