aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-12-11linux-headers: Update to Linux 6.13-rc1Hendrik Brueckner5-8/+168
2024-12-11hw: add compat machines for 10.0Cornelia Huck2-0/+6
2024-12-11hw/i386: define _AS_LATEST() macros for machine typesDaniel P. Berrangé1-1/+3
2024-12-11hw/sd/aspeed_sdhci: Add AST2700 SupportJamin Lin1-0/+1
2024-12-11hw:sdhci: Introduce a new "capareg" class member to set the different Capabil...Jamin Lin1-2/+10
2024-12-10bql: check that the BQL is not dropped within marked sectionsPaolo Bonzini1-0/+15
2024-12-10qom/object: Remove type_register()Zhao Liu1-14/+0
2024-12-10i386: Replace type_register() with type_register_static()Zhao Liu1-2/+2
2024-12-10clock: clear callback on unparentPaolo Bonzini1-8/+0
2024-11-28Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-2/+0
2024-11-27hw/pci: Remove unused pci_irq_pulse() methodPhilippe Mathieu-Daudé1-10/+0
2024-11-26Revert "hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplug"Igor Mammedov1-1/+0
2024-11-26Revert "hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states"Igor Mammedov1-1/+0
2024-11-26Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell1-0/+2
2024-11-26Merge tag 'pull-9.2-rc2-updates-251124-1' of https://gitlab.com/stsquad/qemu ...Peter Maydell1-0/+1
2024-11-26virtio-net: Add queues before loading themAkihiko Odaki1-0/+2
2024-11-25plugins: add missing export for qemu_plugin_num_vcpusPierrick Bouvier1-0/+1
2024-11-25net: checksum: Convert data to void *Akihiko Odaki1-1/+1
2024-11-19hw/intc/arm_gicv3: Use bitops.h uint32_t bit array functionsPeter Maydell1-40/+14
2024-11-19bitops.h: Define bit operations on 'uint32_t' arraysPeter Maydell2-3/+177
2024-11-18Merge tag 'pull-request-2024-11-18' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2-1/+4
2024-11-18hw: Add "loadparm" property to scsi disk devices for booting on s390xThomas Huth1-0/+3
2024-11-18net: mark struct ip_header as QEMU_PACKEDPeter Maydell1-1/+1
2024-11-18hw/net/virtio-net.c: Don't assume IP length field is alignedPeter Maydell1-1/+1
2024-11-18hw/misc/mos6522: Fix bad class definition of the MOS6522 deviceThomas Huth1-1/+1
2024-11-18hw/display: check frame buffer can hold blobAlex Bennée1-1/+1
2024-11-18hw/display: factor out the scanout blob to fb conversionAlex Bennée1-0/+15
2024-11-18hw/usb: Use __attribute__((packed)) vs __packedRoque Arcudia Hernandez1-1/+1
2024-11-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-0/+4
2024-11-08ui/input-legacy.c: remove unused legacy qemu_add_kbd_event_handler() functionMark Cave-Ayland1-2/+0
2024-11-07eif: cope with huge section offsetsPaolo Bonzini1-0/+4
2024-11-06Merge tag 'for-upstream-rust' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2-4/+4
2024-11-06Merge tag 'hw-misc-20241105' of https://github.com/philmd/qemu into stagingPeter Maydell2-18/+20
2024-11-06Merge tag 'crypto-fixes-pull-request' of https://gitlab.com/berrange/qemu int...Peter Maydell1-0/+1
2024-11-06Merge tag 'pull-vfio-20241105' of https://github.com/legoater/qemu into stagingPeter Maydell1-0/+3
2024-11-05hw/core: Add a helper to check the cache topology levelZhao Liu1-0/+1
2024-11-05hw/core: Check smp cache topology support for machineZhao Liu1-0/+3
2024-11-05qapi/qom: Define cache enumeration and properties for machineZhao Liu1-0/+12
2024-11-05hw/core: Make CPU topology enumeration arch-agnosticZhao Liu1-19/+4
2024-11-05i386/cpu: Don't enumerate the "invalid" CPU topology levelZhao Liu1-1/+2
2024-11-05Merge tag 'pull-target-arm-20241105' of https://git.linaro.org/people/pmaydel...Peter Maydell3-0/+50
2024-11-05crypto: Introduce SM3 hash hmac pbkdf algorithmliequan che1-0/+1
2024-11-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell15-64/+76
2024-11-05vfio/migration: Add vfio_save_block_precopy_empty_hit trace eventMaciej S. Szmigiero1-0/+1
2024-11-05vfio/migration: Add save_{iterate, complete_precopy}_start trace eventsMaciej S. Szmigiero1-0/+2
2024-11-05Merge tag 'pull-nvme-20241104' of https://gitlab.com/birkelund/qemu into stagingPeter Maydell1-3/+37
2024-11-05qdev: make properties array "const"Paolo Bonzini2-4/+4
2024-11-05disas: Fix build against Capstone v6 (again)Richard Henderson1-0/+1
2024-11-05softfloat: Remove fallback rule from pickNaN()Peter Maydell1-7/+3
2024-11-05softfloat: Allow 2-operand NaN propagation rule to be set at runtimePeter Maydell2-0/+53