aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-01-26qapi: Fix dangling references to docs/devel/qapi-code-gen.txtMarkus Armbruster2-2/+2
2024-01-24util/uri: Remove the uri_string_escape() functionThomas Huth1-1/+0
2024-01-24util/uri: Remove unused functions uri_resolve() and uri_resolve_relative()Thomas Huth1-2/+0
2024-01-24util/uri: Remove uri_string_unescape()Thomas Huth1-1/+0
2024-01-20Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-0/+2
2024-01-19Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into stagingPeter Maydell5-55/+69
2024-01-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell4-5/+13
2024-01-19hw/elf_ops: Ignore loadable segments with zero sizeBin Meng1-36/+39
2024-01-19system/replay: Restrict icount to system emulationPhilippe Mathieu-Daudé2-4/+9
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-19s390x/pci: drive ISM reset from subsystem resetMatthew Rosato1-0/+1
2024-01-19s390x/pci: avoid double enable/disable of aifMatthew Rosato1-0/+1
2024-01-18load_elf: fix iterator's type for elf file processingAnastasia Belova1-1/+1
2024-01-18qemu/osdep: Add huge page aligned support on LoongArch platformBibo Mao1-0/+8
2024-01-18io_uring: move LuringState typedef to block/aio.hPaolo Bonzini2-5/+4
2024-01-18Add class property to configure KVM device node to useDaan De Meyer1-0/+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