summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | include/hw/vfio/vfio-container.h: rename file to vfio-container-legacy.hMark Cave-Ayland2025-09-251-3/+3
* | include/hw/vfio/vfio-container-base.h: rename VFIOContainerBase to VFIOContainerMark Cave-Ayland2025-09-254-45/+45
* | include/hw/vfio/vfio-container.h: rename VFIOContainer to VFIOLegacyContainerMark Cave-Ayland2025-09-252-8/+9
|/
* accel/tcg: Remove cpu_loop_exit_restore() stubPhilippe Mathieu-Daudé2025-09-241-1/+1
* accel/tcg: Create queue_tb_flush from tb_flushRichard Henderson2025-09-241-11/+6
* accel/tcg: Split out tb_flush__exclusive_or_serialRichard Henderson2025-09-241-0/+15
* include/hw/core/cpu: Invert the indexing into CPUTLBDescFastRichard Henderson2025-09-231-1/+10
* include/hw/core/cpu: Introduce cpu_tlb_fastRichard Henderson2025-09-231-0/+7
* include/hw/core/cpu: Introduce MMUIdxMapRichard Henderson2025-09-232-19/+19
* Merge tag 'pull-9p-20250918' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson2025-09-191-1/+5
|\
| * 9pfs: Add FreeBSD supportMark Johnston2025-09-181-1/+5
* | chardev: qemu_chr_open_fd(): add errpVladimir Sementsov-Ogievskiy2025-09-191-1/+1
* | util: drop qemu_socket_set_block()Vladimir Sementsov-Ogievskiy2025-09-191-1/+0
* | io/channel-socket: rework qio_channel_socket_copy_fds()Vladimir Sementsov-Ogievskiy2025-09-191-4/+4
* | util: drop qemu_socket_try_set_nonblock()Vladimir Sementsov-Ogievskiy2025-09-191-1/+0
* | util: drop qemu_socket_set_nonblock()Vladimir Sementsov-Ogievskiy2025-09-191-1/+0
* | treewide: handle result of qio_channel_set_blocking()Vladimir Sementsov-Ogievskiy2025-09-191-3/+3
* | util: add qemu_set_blocking() functionVladimir Sementsov-Ogievskiy2025-09-191-0/+1
* | io/channel: document how qio_channel_readv_full() handles fdsVladimir Sementsov-Ogievskiy2025-09-191-0/+17
* | migration/qemu-file: don't make incoming fds blocking againVladimir Sementsov-Ogievskiy2025-09-191-0/+1
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2025-09-182-4/+21
|\
| * bsd-user, linux-user: introduce qemu_process_cpu_eventsPaolo Bonzini2025-09-172-1/+9
| * treewide: rename qemu_wait_io_event/qemu_wait_io_event_commonPaolo Bonzini2025-09-172-3/+3
| * accel: use atomic accesses for exit_requestPaolo Bonzini2025-09-171-0/+9
| * cpus: document that qemu_cpu_kick() can be used for BQL-less operationPaolo Bonzini2025-09-171-1/+2
| * cpu-common: use atomic access for interrupt_requestPaolo Bonzini2025-09-171-1/+0
* | Merge tag 'pull-target-arm-20250916' of https://gitlab.com/pm215/qemu into st...Richard Henderson2025-09-176-1/+6
|\ \ | |/ |/|
| * hw/arm/virt: Allow user-creatable SMMUv3 dev instantiationShameer Kolothum2025-09-161-0/+1
| * hw/pci: Introduce pci_setup_iommu_per_bus() for per-bus IOMMU ops retrievalShameer Kolothum2025-09-162-0/+3
| * hw/arm/virt-acpi-build: Re-arrange SMMUv3 IORT buildShameer Kolothum2025-09-161-0/+1
| * hw/arm/smmu-common: Check SMMU has PCIe Root Complex associationShameer Kolothum2025-09-161-0/+1
| * system: drop the -old-param optionPeter Maydell2025-09-161-1/+0
* | Merge tag 'pull-request-2025-09-09' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2025-09-111-1/+0
|\ \
| * | hw/display/bcm2835_fb: Move inclusion of console.h to the .c fileThomas Huth2025-09-091-1/+0
| |/
* | vfio/vfio-container.h: rename VFIOContainer bcontainer field to parent_objMark Cave-Ayland2025-09-081-1/+1
* | vfio/vfio-container.h: update VFIOContainer declarationMark Cave-Ayland2025-09-081-2/+3
* | vfio/vfio-container-base.h: update VFIOContainerBase declarationMark Cave-Ayland2025-09-081-6/+7
* | vfio: Move vfio-region.h under hw/vfio/Cédric Le Goater2025-09-081-48/+0
* | vfio: Remove 'vfio-platform'Cédric Le Goater2025-09-082-79/+1
* | vfio: Remove 'vfio-calxeda-xgmac' deviceCédric Le Goater2025-09-081-43/+0
* | vfio: Remove 'vfio-amd-xgbe' deviceCédric Le Goater2025-09-081-46/+0
|/
* cpuinfo/i386: Detect GFNI as an AVX extensionRichard Henderson2025-09-041-0/+3
* crypto/hmac: Allow to build hmac over multiple qcrypto_gnutls_hmac_bytes[v] c...Jan Kiszka2025-09-021-0/+12
* hw/irq: New qemu_init_irq_child() functionPeter Maydell2025-09-021-1/+22
* elf: Add EF_MIPS_ARCH_ASE definitionsPhilippe Mathieu-Daudé2025-09-021-0/+7
* hw/ssi: Document ssi_transfer() methodPhilippe Mathieu-Daudé2025-09-021-0/+14
* include/exec/target_page.h: move page-target.c to headerPierrick Bouvier2025-09-021-1/+10
* hw/sd/sdcard: Remove support for spec v1.10Philippe Mathieu-Daudé2025-09-021-1/+0
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2025-08-312-0/+35
|\
| * memory: reintroduce BQL-free fine-grained PIO/MMIOIgor Mammedov2025-08-291-0/+12