aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-01-20Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-01-19Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-01-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-01-19hw/elf_ops: Ignore loadable segments with zero sizeBin Meng
2024-01-19system/replay: Restrict icount to system emulationPhilippe Mathieu-Daudé
2024-01-19system/cpu-timers: Introduce ICountMode enumeratorPhilippe Mathieu-Daudé
2024-01-19system/cpu-timers: Have icount_configure() return a booleanPhilippe Mathieu-Daudé
2024-01-19accel/tcg: Remove tb_invalidate_phys_page() from system emulationPhilippe Mathieu-Daudé
2024-01-19accel/tcg: Remove unused tb_invalidate_phys_addr()Philippe Mathieu-Daudé
2024-01-19s390x/pci: drive ISM reset from subsystem resetMatthew Rosato
2024-01-19s390x/pci: avoid double enable/disable of aifMatthew Rosato
2024-01-18load_elf: fix iterator's type for elf file processingAnastasia Belova
2024-01-18qemu/osdep: Add huge page aligned support on LoongArch platformBibo Mao
2024-01-18io_uring: move LuringState typedef to block/aio.hPaolo Bonzini
2024-01-18Add class property to configure KVM device node to useDaan De Meyer
2024-01-15hw/arm: Connect STM32L4x5 SYSCFG to STM32L4x5 SoCInès Varhol
2024-01-15hw/misc: Implement STM32L4x5 SYSCFGInès Varhol
2024-01-15hw/arm: Connect STM32L4x5 EXTI to STM32L4x5 SoCInès Varhol
2024-01-15hw/misc: Implement STM32L4x5 EXTIInès Varhol
2024-01-12Merge tag 'pull-testing-updates-120124-2' of https://gitlab.com/stsquad/qemu ...Peter Maydell
2024-01-12Merge tag 'pull-request-2024-01-11' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-01-12chardev: use bool for fe_is_openAlex Bennée
2024-01-11Merge tag 'pull-loongarch-20240111' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2024-01-11hw/intc/loongarch_extioi: Add dynamic cpu number supportBibo Mao
2024-01-11hw/loongarch/virt: Set iocsr address space per-board rather than percpuBibo Mao
2024-01-11linux-headers: Synchronize linux headers from linux v6.7.0-rc8Tianrui Zhao
2024-01-11Merge tag 'pull-target-arm-20240111' of https://git.linaro.org/people/pmaydel...Peter Maydell
2024-01-11Revert "osdep: add getloadavg"Daniel P. Berrangé
2024-01-11q800: move dp8393x_prom memory region to Q800MachineStateMark Cave-Ayland
2024-01-10Merge tag 'pull-riscv-to-apply-20240110' of https://github.com/alistair23/qem...Peter Maydell
2024-01-10linux-headers: Update to Linux v6.7-rc5Daniel Henrique Barboza
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: Make few IMSIC macros and functions publicSunil 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-10util/fifo8: Introduce fifo8_peek_buf()Philippe Mathieu-Daudé
2024-01-10util/fifo8: Allow fifo8_pop_buf() to not populate popped lengthPhilippe Mathieu-Daudé
2024-01-09hw/arm/armv7m: alias the NVIC "num-prio-bits" propertySamuel Tardieu
2024-01-09hw/arm: Add minimal support for the STM32L4x5 SoCInès Varhol
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-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-08replay: stop us hanging in rr_wait_io_eventAlex Bennée
2024-01-05backends/iommufd: Remove mutexCédric Le Goater