aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-04-28Update linux headers to v6.3rc5David 'Digit' Turner
2023-04-27stat64: Add stat64_set() operationPaolo Bonzini
2023-04-26Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson
2023-04-25thread-pool: avoid passing the pool parameter every timeEmanuele Giuseppe Esposito
2023-04-25thread-pool: use ThreadPool from the running threadEmanuele Giuseppe Esposito
2023-04-25io_uring: use LuringState from the running threadEmanuele Giuseppe Esposito
2023-04-25linux-aio: use LinuxAioState from the running threadEmanuele Giuseppe Esposito
2023-04-25include/block: fixup typosWilfred Mallawa
2023-04-25Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2023-04-24hw/pci-bridge: Make PCIe and CXL PXB Devices inherit from TYPE_PXB_DEVJonathan Cameron
2023-04-24hw/acpi: limit warning on acpi table size to pc machines older than version 2.3Ani Sinha
2023-04-24migration: move migration_global_dump() to migration-hmp-cmds.cJuan Quintela
2023-04-24util/mmap-alloc: qemu_fd_getfs()Peter Xu
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson
2023-04-22Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-04-21Merge tag 'pull-tpm-2023-04-20-1' of https://github.com/stefanberger/qemu-tpm...Richard Henderson
2023-04-21Merge tag 'pull-request-2023-04-20' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2023-04-21pci: avoid accessing slot_reserved_mask directly outside of pci.cChuck Zmudzinski
2023-04-21hw: Add compat machines for 8.1Cornelia Huck
2023-04-21virtio-balloon: optimize the virtio-balloon on the ARM platformYangming
2023-04-21virtio: refresh vring region cache after updating a virtqueue sizeCarlos López
2023-04-20qtest: Add functions for accessing devices on Aspeed I2C controllerStefan Berger
2023-04-20tpm: Add support for TPM device over I2C busNinad Palsule
2023-04-20tpm: Extend common APIs to support TPM TIS I2CNinad Palsule
2023-04-20fsl-imx7: Add fec[12]-phy-connected propertiesGuenter Roeck
2023-04-20fsl-imx6ul: Add fec[12]-phy-connected propertiesGuenter Roeck
2023-04-20hw/net/imx_fec: Support two Ethernet interfaces connected to single MDIO busGuenter Roeck
2023-04-20qtest: Add functions for accessing devices on Aspeed I2C controllerStefan Berger
2023-04-20cpu: Remove parameter of list_cpus()Thomas Huth
2023-04-20include/exec: Provide the tswap() functions for target independent code, tooThomas Huth
2023-04-20softmmu/qtest: Move the target-specific pseries RTAS code out of qtest.cThomas Huth
2023-04-20hw/arm: Add WDT to Allwinner-H3 and Orangepi-PCStrahinja Jankovic
2023-04-20hw/arm: Add WDT to Allwinner-A10 and CubieboardStrahinja Jankovic
2023-04-20hw/watchdog: Allwinner WDT emulation for system resetStrahinja Jankovic
2023-04-20monitor: mark mixed functions that can suspendPaolo Bonzini
2023-04-20migration: mark mixed functions that can suspendPaolo Bonzini
2023-04-20io: mark mixed functions that can suspendPaolo Bonzini
2023-04-20lasi: fix RTC migrationPaolo Bonzini
2023-04-20hw: Add compat machines for 8.1Cornelia Huck
2023-04-11block, block-backend: write some hot coroutine wrappers by handPaolo Bonzini
2023-04-11block-backend: inline bdrv_co_get_geometryPaolo Bonzini
2023-04-11block: remove has_variable_length from BlockDriverPaolo Bonzini
2023-04-11block: move has_variable_length to BlockLimitsPaolo Bonzini
2023-03-28softmmu: Restore use of CPU watchpoint for all acceleratorsPhilippe Mathieu-Daudé
2023-03-28softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accelPhilippe Mathieu-Daudé
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson
2023-03-28util: import GTree as QTreeEmilio Cota