aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingRichard Henderson2024-07-0317-17/+354
|\
| * pcie_sriov: Register VFs after migrationAkihiko Odaki2024-07-031-0/+2
| * pcie_sriov: Remove num_vfs from PCIESriovPFAkihiko Odaki2024-07-031-1/+0
| * pcie_sriov: Reuse SR-IOV VF device instancesAkihiko Odaki2024-07-033-6/+15
| * pcie_sriov: Ensure VF function number does not overflowAkihiko Odaki2024-07-031-2/+3
| * hw/pci: Rename has_power to enabledAkihiko Odaki2024-07-032-2/+7
| * hw/virtio: Fix the de-initialization of vhost-user devicesThomas Huth2024-07-031-4/+4
| * virtio-pci: implement No_Soft_Reset bitJiqian Chen2024-07-011-0/+5
| * hw/misc/pvpanic: add support for normal shutdownsThomas Weißschuh2024-07-012-1/+4
| * hw/misc/pvpanic: centralize definition of supported eventsThomas Weißschuh2024-07-011-0/+4
| * linux-headers: update to 6.10-rc1Thomas Weißschuh2024-07-016-3/+211
| * hw/mem/cxl_type3: Add DPA range validation for accesses to DC regionsFan Ni2024-07-011-0/+7
| * hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extentsFan Ni2024-07-012-0/+40
| * hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity responseFan Ni2024-07-011-0/+4
| * hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox supportFan Ni2024-07-011-0/+22
| * hw/mem/cxl_type3: Add host backend and address space handling for DC regionsFan Ni2024-07-011-0/+8
| * include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memory devicesFan Ni2024-07-011-1/+1
| * hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command supportFan Ni2024-07-011-0/+16
| * hw/cxl/mailbox: interface to add CCI commands to an existing CCIGregory Price2024-07-011-0/+2
| * hw/cxl/mailbox: change CCI cmd set structure to be a member, not a referenceGregory Price2024-07-011-1/+1
| * Revert "vhost-user: fix lost reconnect"Li Feng2024-07-011-2/+1
| * virtio/virtio-pci: Handle extra notification dataJonah Palmer2024-07-011-0/+2
| * vhost: Perform memory section dirty scans once per iterationSi-Wei Liu2024-07-011-0/+1
* | Merge tag 'pull-request-2024-07-02' of https://gitlab.com/thuth/qemu into stagingRichard Henderson2024-07-021-0/+1
|\ \
| * | hw/intc/s390_flic: Fix interrupt controller migration on s390x with TCGThomas Huth2024-07-021-0/+1
* | | Merge tag 'sdmmc-20240702' of https://github.com/philmd/qemu into stagingRichard Henderson2024-07-021-2/+3
|\ \ \
| * | | hw/sd/sdcard: Store command type in SDProtoPhilippe Mathieu-Daudé2024-07-021-2/+3
| |/ /
* | | Merge tag 'pull-aspeed-20240702' of https://github.com/legoater/qemu into stagingRichard Henderson2024-07-021-0/+1
|\ \ \
| * | | hw/gpio/aspeed: Add reg_table_count to AspeedGPIOClassZheyu Ma2024-07-021-0/+1
| |/ /
* | | Merge tag 'hw-misc-20240702' of https://github.com/philmd/qemu into stagingRichard Henderson2024-07-024-3/+331
|\ \ \ | |/ / |/| |
| * | Remove inclusion of hw/hw.h from files that don't need itThomas Huth2024-07-021-1/+0
| * | hw/ide/macio: switch from using qemu_allocate_irq() to qdev input GPIOsMark Cave-Ayland2024-07-021-2/+5
| * | hw: skip registration of outdated versioned machine typesDaniel P. Berrangé2024-07-021-0/+1
| * | hw: set deprecation info for all versioned machine typesDaniel P. Berrangé2024-07-021-0/+1
| * | include/hw: temporarily disable deletion of versioned machine typesDaniel P. Berrangé2024-07-021-1/+18
| * | include/hw: add macros for deprecation & removal of versioned machinesDaniel P. Berrangé2024-07-021-0/+96
| * | hw/i386: convert 'i440fx' machine definitions to use new macrosDaniel P. Berrangé2024-07-021-0/+26
| * | include/hw: add helpers for defining versioned machine typesDaniel P. Berrangé2024-07-021-0/+185
* | | Merge tag 'pull-target-arm-20240701' of https://git.linaro.org/people/pmaydell/qemu-arm into stagingRichard Henderson2024-07-016-3/+78
|\ \ \ | |_|/ |/| |
| * | hw/misc: In STM32L4x5 EXTI, correct configurable interruptsInès Varhol2024-07-011-0/+2
| * | hw/arm/smmu-common: Replace smmu_iommu_mr with smmu_find_sdevNicolin Chen2024-07-011-2/+2
| * | hw/misc: Implement mailbox properties for customer OTP and device specific private keysRayhan Faizel2024-07-012-0/+4
| * | hw/arm: Connect OTP device to BCM2835Rayhan Faizel2024-07-011-1/+2
| * | hw/nvram: Add BCM2835 OTP deviceRayhan Faizel2024-07-011-0/+68
| |/
* / hw/xen: detect when running inside stubdomainMarek Marczykowski-Górecki2024-07-011-0/+1
|/
* monitor: Remove obsolete stubsPhilippe Mathieu-Daudé2024-06-302-4/+0
* include: move typeof_strip_qual to compiler.h, use it in QAPI_LIST_LENGTH()Paolo Bonzini2024-06-283-43/+47
* exec: don't use void* in pointer arithmetic in headersRoman Kiryanov2024-06-281-1/+1
* exec: avoid using C++ keywords in function parametersRoman Kiryanov2024-06-281-2/+2
* block: remove separate bdrv_file_open callbackPaolo Bonzini2024-06-281-3/+0