summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2024-11-281-2/+0
|\
| * Revert "hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplug"Igor Mammedov2024-11-261-1/+0
| * Revert "hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states"Igor Mammedov2024-11-261-1/+0
* | hw/pci: Remove unused pci_irq_pulse() methodPhilippe Mathieu-Daudé2024-11-271-10/+0
* | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell2024-11-261-0/+2
|\ \
| * | virtio-net: Add queues before loading themAkihiko Odaki2024-11-261-0/+2
* | | Merge tag 'pull-9.2-rc2-updates-251124-1' of https://gitlab.com/stsquad/qemu ...Peter Maydell2024-11-261-0/+1
|\ \ \ | |/ / |/| |
| * | plugins: add missing export for qemu_plugin_num_vcpusPierrick Bouvier2024-11-251-0/+1
| |/
* / net: checksum: Convert data to void *Akihiko Odaki2024-11-251-1/+1
|/
* hw/intc/arm_gicv3: Use bitops.h uint32_t bit array functionsPeter Maydell2024-11-191-40/+14
* bitops.h: Define bit operations on 'uint32_t' arraysPeter Maydell2024-11-192-3/+177
* Merge tag 'pull-request-2024-11-18' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2024-11-182-1/+4
|\
| * hw: Add "loadparm" property to scsi disk devices for booting on s390xThomas Huth2024-11-181-0/+3
| * hw/usb: Use __attribute__((packed)) vs __packedRoque Arcudia Hernandez2024-11-181-1/+1
* | net: mark struct ip_header as QEMU_PACKEDPeter Maydell2024-11-181-1/+1
* | hw/net/virtio-net.c: Don't assume IP length field is alignedPeter Maydell2024-11-181-1/+1
* | hw/misc/mos6522: Fix bad class definition of the MOS6522 deviceThomas Huth2024-11-181-1/+1
* | hw/display: check frame buffer can hold blobAlex Bennée2024-11-181-1/+1
* | hw/display: factor out the scanout blob to fb conversionAlex Bennée2024-11-181-0/+15
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-11-091-0/+4
|\
| * eif: cope with huge section offsetsPaolo Bonzini2024-11-071-0/+4
* | ui/input-legacy.c: remove unused legacy qemu_add_kbd_event_handler() functionMark Cave-Ayland2024-11-081-2/+0
|/
* Merge tag 'for-upstream-rust' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-11-062-4/+4
|\
| * qdev: make properties array "const"Paolo Bonzini2024-11-052-4/+4
* | Merge tag 'hw-misc-20241105' of https://github.com/philmd/qemu into stagingPeter Maydell2024-11-062-18/+20
|\ \
| * | hw/core: Add a helper to check the cache topology levelZhao Liu2024-11-051-0/+1
| * | hw/core: Check smp cache topology support for machineZhao Liu2024-11-051-0/+3
| * | qapi/qom: Define cache enumeration and properties for machineZhao Liu2024-11-051-0/+12
| * | hw/core: Make CPU topology enumeration arch-agnosticZhao Liu2024-11-051-19/+4
| * | i386/cpu: Don't enumerate the "invalid" CPU topology levelZhao Liu2024-11-051-1/+2
* | | Merge tag 'crypto-fixes-pull-request' of https://gitlab.com/berrange/qemu int...Peter Maydell2024-11-061-0/+1
|\ \ \
| * | | crypto: Introduce SM3 hash hmac pbkdf algorithmliequan che2024-11-051-0/+1
| |/ /
* | | Merge tag 'pull-vfio-20241105' of https://github.com/legoater/qemu into stagingPeter Maydell2024-11-061-0/+3
|\ \ \
| * | | vfio/migration: Add vfio_save_block_precopy_empty_hit trace eventMaciej S. Szmigiero2024-11-051-0/+1
| * | | vfio/migration: Add save_{iterate, complete_precopy}_start trace eventsMaciej S. Szmigiero2024-11-051-0/+2
* | | | Merge tag 'pull-target-arm-20241105' of https://git.linaro.org/people/pmaydel...Peter Maydell2024-11-053-0/+50
|\ \ \ \
| * | | | disas: Fix build against Capstone v6 (again)Richard Henderson2024-11-051-0/+1
| * | | | softfloat: Remove fallback rule from pickNaN()Peter Maydell2024-11-051-7/+3
| * | | | softfloat: Allow 2-operand NaN propagation rule to be set at runtimePeter Maydell2024-11-052-0/+53
| | |_|/ | |/| |
* | | | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2024-11-0515-64/+76
|\ \ \ \ | |_|_|/ |/| | |
| * | | hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug statesSalil Mehta2024-11-041-0/+1
| * | | hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplugSalil Mehta2024-11-041-0/+1
| * | | hw/pci: Add parenthesis to PCI_BUILD_BDF macroRoque Arcudia Hernandez2024-11-041-1/+1
| * | | pcie: enable Extended tag field supportMarcin Juszkiewicz2024-11-041-0/+2
| * | | intel_iommu: Introduce property "stale-tm" to control Transient Mapping (TM) ...Zhenzhong Duan2024-11-041-0/+3
| * | | hw/cxl/cxl-mailbox-utils: Fix for device DDR5 ECS control feature tablesShiju Jose2024-11-041-14/+22
| * | | virtio/vhost-user: fix qemu abort when hotunplug vhost-user-net deviceyaozhenguo2024-11-041-0/+1
| * | | virtio-pci: fix memory_region_find for VirtIOPCIRegion's MRGao Shiyuan2024-11-042-0/+5
| * | | qapi: introduce device-sync-configVladimir Sementsov-Ogievskiy2024-11-041-0/+6
| * | | hw/pci-bridge/cxl-upstream: Add properties to control link speed and widthJonathan Cameron2024-11-041-0/+4