aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-04-29Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson6-2/+211
2023-04-28Update linux headers to v6.3rc5David 'Digit' Turner6-2/+211
2023-04-28Merge tag 'pull-request-2023-04-28' of https://gitlab.com/thuth/qemu into sta...Richard Henderson4-4/+33
2023-04-28async: Add an optional reentrancy guard to the BH APIAlexander Bulekov2-4/+21
2023-04-28memory: prevent dma-reentracy issuesAlexander Bulekov2-0/+12
2023-04-27stat64: Add stat64_set() operationPaolo Bonzini1-0/+6
2023-04-26Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson6-26/+39
2023-04-25thread-pool: avoid passing the pool parameter every timeEmanuele Giuseppe Esposito1-6/+4
2023-04-25thread-pool: use ThreadPool from the running threadEmanuele Giuseppe Esposito1-0/+5
2023-04-25io_uring: use LuringState from the running threadEmanuele Giuseppe Esposito2-8/+11
2023-04-25linux-aio: use LinuxAioState from the running threadEmanuele Giuseppe Esposito3-10/+17
2023-04-25include/block: fixup typosWilfred Mallawa2-2/+2
2023-04-25Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson6-10/+31
2023-04-24hw/pci-bridge: Make PCIe and CXL PXB Devices inherit from TYPE_PXB_DEVJonathan Cameron2-10/+22
2023-04-24hw/acpi: limit warning on acpi table size to pc machines older than version 2.3Ani Sinha1-0/+3
2023-04-24migration: move migration_global_dump() to migration-hmp-cmds.cJuan Quintela1-1/+0
2023-04-24util/mmap-alloc: qemu_fd_getfs()Peter Xu1-0/+7
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson1-6/+0
2023-04-22Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson4-45/+44
2023-04-21Merge tag 'pull-tpm-2023-04-20-1' of https://github.com/stefanberger/qemu-tpm...Richard Henderson2-0/+44
2023-04-21Merge tag 'pull-request-2023-04-20' of https://gitlab.com/thuth/qemu into sta...Richard Henderson7-64/+91
2023-04-21pci: avoid accessing slot_reserved_mask directly outside of pci.cChuck Zmudzinski1-0/+3
2023-04-21hw: Add compat machines for 8.1Cornelia Huck2-0/+6
2023-04-21virtio-balloon: optimize the virtio-balloon on the ARM platformYangming1-0/+2
2023-04-21virtio: refresh vring region cache after updating a virtqueue sizeCarlos López1-0/+1
2023-04-20qtest: Add functions for accessing devices on Aspeed I2C controllerStefan Berger1-0/+7
2023-04-20tpm: Add support for TPM device over I2C busNinad Palsule1-0/+3
2023-04-20tpm: Extend common APIs to support TPM TIS I2CNinad Palsule1-0/+41
2023-04-20fsl-imx7: Add fec[12]-phy-connected propertiesGuenter Roeck1-0/+1
2023-04-20fsl-imx6ul: Add fec[12]-phy-connected propertiesGuenter Roeck1-0/+1
2023-04-20hw/net/imx_fec: Support two Ethernet interfaces connected to single MDIO busGuenter Roeck1-0/+2
2023-04-20qtest: Add functions for accessing devices on Aspeed I2C controllerStefan Berger1-0/+7
2023-04-20cpu: Remove parameter of list_cpus()Thomas Huth1-1/+1
2023-04-20include/exec: Provide the tswap() functions for target independent code, tooThomas Huth2-63/+73
2023-04-20softmmu/qtest: Move the target-specific pseries RTAS code out of qtest.cThomas Huth1-0/+4
2023-04-20hw/arm: Add WDT to Allwinner-H3 and Orangepi-PCStrahinja Jankovic1-1/+4
2023-04-20hw/arm: Add WDT to Allwinner-A10 and CubieboardStrahinja Jankovic1-0/+2
2023-04-20hw/watchdog: Allwinner WDT emulation for system resetStrahinja Jankovic1-0/+123
2023-04-20monitor: mark mixed functions that can suspendPaolo Bonzini1-2/+2
2023-04-20migration: mark mixed functions that can suspendPaolo Bonzini1-2/+2
2023-04-20io: mark mixed functions that can suspendPaolo Bonzini1-39/+39
2023-04-20lasi: fix RTC migrationPaolo Bonzini1-2/+1
2023-04-20hw: Add compat machines for 8.1Cornelia Huck2-0/+6
2023-04-11block, block-backend: write some hot coroutine wrappers by handPaolo Bonzini2-4/+3
2023-04-11block-backend: inline bdrv_co_get_geometryPaolo Bonzini1-3/+0
2023-04-11block: remove has_variable_length from BlockDriverPaolo Bonzini1-2/+0
2023-04-11block: move has_variable_length to BlockLimitsPaolo Bonzini1-0/+8
2023-03-28softmmu: Restore use of CPU watchpoint for all acceleratorsPhilippe Mathieu-Daudé1-1/+1
2023-03-28softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accelPhilippe Mathieu-Daudé2-37/+43
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson1-1/+10