aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-01-19system/cpu-timers: Introduce ICountMode enumeratorPhilippe Mathieu-Daudé1-7/+13
2024-01-19system/cpu-timers: Have icount_configure() return a booleanPhilippe Mathieu-Daudé1-2/+8
2024-01-19accel/tcg: Remove tb_invalidate_phys_page() from system emulationPhilippe Mathieu-Daudé1-1/+0
2024-01-19accel/tcg: Remove unused tb_invalidate_phys_addr()Philippe Mathieu-Daudé1-5/+0
2024-01-18load_elf: fix iterator's type for elf file processingAnastasia Belova1-1/+1
2024-01-15hw/arm: Connect STM32L4x5 SYSCFG to STM32L4x5 SoCInès Varhol1-0/+2
2024-01-15hw/misc: Implement STM32L4x5 SYSCFGInès Varhol1-0/+54
2024-01-15hw/arm: Connect STM32L4x5 EXTI to STM32L4x5 SoCInès Varhol1-0/+3
2024-01-15hw/misc: Implement STM32L4x5 EXTIInès Varhol1-0/+51
2024-01-12Merge tag 'pull-testing-updates-120124-2' of https://gitlab.com/stsquad/qemu ...Peter Maydell1-7/+12
2024-01-12Merge tag 'pull-request-2024-01-11' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2-10/+1
2024-01-12chardev: use bool for fe_is_openAlex Bennée1-7/+12
2024-01-11Merge tag 'pull-loongarch-20240111' of https://gitlab.com/gaosong/qemu into s...Peter Maydell4-9/+19
2024-01-11hw/intc/loongarch_extioi: Add dynamic cpu number supportBibo Mao1-3/+8
2024-01-11hw/loongarch/virt: Set iocsr address space per-board rather than percpuBibo Mao3-2/+5
2024-01-11linux-headers: Synchronize linux headers from linux v6.7.0-rc8Tianrui Zhao1-4/+6
2024-01-11Merge tag 'pull-target-arm-20240111' of https://git.linaro.org/people/pmaydel...Peter Maydell2-0/+58
2024-01-11Revert "osdep: add getloadavg"Daniel P. Berrangé1-10/+0
2024-01-11q800: move dp8393x_prom memory region to Q800MachineStateMark Cave-Ayland1-0/+1
2024-01-10Merge tag 'pull-riscv-to-apply-20240110' of https://github.com/alistair23/qem...Peter Maydell9-13/+121
2024-01-10linux-headers: Update to Linux v6.7-rc5Daniel Henrique Barboza5-5/+44
2024-01-10hw/riscv/virt: Update GPEX MMIO related propertiesSunil V L1-0/+1
2024-01-10hw/pci-host/gpex: Define properties for MMIO rangesSunil V L1-8/+20
2024-01-10hw/riscv: virt: Make few IMSIC macros and functions publicSunil V L1-0/+25
2024-01-10hw/arm/virt-acpi-build.c: Migrate virtio creation to common locationSunil V L1-0/+16
2024-01-10hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common locationSunil V L1-0/+15
2024-01-10util/fifo8: Introduce fifo8_peek_buf()Philippe Mathieu-Daudé1-0/+27
2024-01-10util/fifo8: Allow fifo8_pop_buf() to not populate popped lengthPhilippe Mathieu-Daudé1-5/+5
2024-01-09hw/arm/armv7m: alias the NVIC "num-prio-bits" propertySamuel Tardieu1-0/+1
2024-01-09hw/arm: Add minimal support for the STM32L4x5 SoCInès Varhol1-0/+57
2024-01-09Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell12-53/+50
2024-01-09Merge tag 'pull-replay-fixes-080124-1' of https://gitlab.com/stsquad/qemu int...Peter Maydell1-0/+5
2024-01-08Rename "QEMU global mutex" to "BQL" in comments and docsStefan Hajnoczi4-6/+6
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi4-8/+8
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi1-5/+5
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi1-10/+9
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi3-22/+21
2024-01-08iothread: Remove unused Error** argument in aio_context_set_aio_paramsPhilippe Mathieu-Daudé1-2/+1
2024-01-08replay: stop us hanging in rr_wait_io_eventAlex Bennée1-0/+5
2024-01-05backends/iommufd: Remove mutexCédric Le Goater1-2/+0
2024-01-05vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interfaceCédric Le Goater2-2/+1
2024-01-05vfio/spapr: Introduce a sPAPR VFIOIOMMU QOM interfaceCédric Le Goater1-0/+1
2024-01-05vfio/container: Intoduce a new VFIOIOMMUClass::setup handlerCédric Le Goater1-0/+1
2024-01-05vfio/container: Introduce a VFIOIOMMU legacy QOM interfaceCédric Le Goater2-1/+1
2024-01-05vfio/container: Introduce a VFIOIOMMU QOM interfaceCédric Le Goater1-4/+19
2024-01-05vfio/spapr: Extend VFIOIOMMUOps with a release handlerCédric Le Goater1-0/+1
2024-01-05Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into stagingPeter Maydell7-31/+63
2024-01-05util/oslib: Have qemu_prealloc_mem() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05backends: Have HostMemoryBackendClass::alloc() handler return a booleanPhilippe Mathieu-Daudé1-1/+9
2024-01-05memory: Have memory_region_init_ram_from_fd() handler return a booleanPhilippe Mathieu-Daudé1-1/+3