summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add support for RAPL MSRs in KVM/QemuAnthony Harivel2024-07-221-0/+32
| * | qio: add support for SO_PEERCRED for socket channelAnthony Harivel2024-07-221-0/+21
* | | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson2024-07-2416-7/+273
|\ \ \ | |_|/ |/| |
| * | hw/nvme: Add SPDM over DOE supportWilfred Mallawa2024-07-222-0/+10
| * | backends: Initial support for SPDM socket supportHuai-Cheng Kuo2024-07-221-0/+74
| * | hw/pci: Add all Data Object Types defined in PCIe r6.0Alistair Francis2024-07-221-0/+2
| * | virtio-iommu: Remove probe_doneEric Auger2024-07-221-1/+0
| * | gdbstub: Add helper function to unregister GDB register spaceSalil Mehta2024-07-221-0/+6
| * | physmem: Add helper function to destroy CPU AddressSpaceSalil Mehta2024-07-222-0/+9
| * | hw/acpi: Update CPUs AML with cpu-(ctrl)dev changeSalil Mehta2024-07-221-2/+3
| * | hw/acpi: Update GED _EVT method AML with CPU scanSalil Mehta2024-07-221-0/+1
| * | hw/acpi: Update ACPI GED framework to support vCPU HotplugSalil Mehta2024-07-221-0/+4
| * | hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header fileSalil Mehta2024-07-221-0/+2
| * | accel/kvm: Extract common KVM vCPU {creation,parking} codeSalil Mehta2024-07-221-0/+25
| * | smbios: make memory device size configurable per MachineIgor Mammedov2024-07-221-0/+4
| * | virtio-pci: Implement SR-IOV PFAkihiko Odaki2024-07-221-0/+1
| * | pcie_sriov: Allow user to create SR-IOV deviceAkihiko Odaki2024-07-222-1/+23
| * | virtio: Add VIRTIO_F_IN_ORDER property definitionJonah Palmer2024-07-211-1/+3
| * | virtio: Add bool to VirtQueueElementJonah Palmer2024-07-211-0/+2
| * | hw/cxl: Support firmware updatesDavidlohr Bueso2024-07-211-0/+15
| * | hw/cxl/cxl-mailbox-utils: Add device DDR5 ECS control featureShiju Jose2024-07-211-0/+24
| * | hw/cxl/cxl-mailbox-utils: Add device patrol scrub control featureShiju Jose2024-07-211-0/+24
| * | hw/cxl/cxl-mailbox-utils: Add support for feature commands (8.2.9.6)Shiju Jose2024-07-211-0/+10
| * | cxl/mailbox: move mailbox effect definitions to a headerGregory Price2024-07-211-0/+18
| * | hw/cxl: Add get scan media results cmd supportDavidlohr Bueso2024-07-211-0/+1
| * | hw/cxl/events: discard all event records during sanitationHyeonggon Yoo2024-07-211-0/+1
| * | hw/cxl/mbox: replace sanitize_running() with cxl_dev_media_disabled()Hyeonggon Yoo2024-07-211-5/+5
| * | hw/cxl: Add get scan media capabilities cmd supportDavidlohr Bueso2024-07-211-0/+9
* | | Merge tag 'pull-tcg-20240723' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2024-07-231-0/+34
|\ \ \
| * | | accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.hRichard Henderson2024-07-231-0/+34
| | |/ | |/|
* | | Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Richard Henderson2024-07-231-11/+26
|\ \ \
| * | | hw/nvme: add cross namespace copy supportArun Kumar2024-07-221-11/+26
| |/ /
* | | semihosting: Include missing 'gdbstub/syscalls.h' headerPhilippe Mathieu-Daudé2024-07-221-0/+2
* | | gdbstub: Re-factor gdb command extensionsAlex Bennée2024-07-221-7/+12
|/ /
* | hw/i2c/aspeed: rename the I2C class pool attribute to share_poolJamin Lin2024-07-211-2/+2
* | hw/i2c/aspeed: support to set the different memory sizeJamin Lin2024-07-211-1/+1
* | aspeed/adc: Add AST2700 supportJamin Lin2024-07-211-0/+1
* | aspeed: Introduce a AspeedSoCClass 'boot_from_emmc' handlerCédric Le Goater2024-07-211-0/+1
* | aspeed/scu: Add boot-from-eMMC HW strapping bit for AST2600 SoCCédric Le Goater2024-07-211-0/+4
|/
* hw/loongarch: Modify flash block size to 256KXianglai Li2024-07-191-1/+1
* hw/loongarch: Remove unimplemented extioi INT_encode modeSong Gao2024-07-191-1/+0
* hw/arm/smmu: Support nesting in the rest of commandsMostafa Saleh2024-07-181-0/+1
* hw/arm/smmu: Introduce smmu_iotlb_inv_asid_vmidMostafa Saleh2024-07-181-1/+1
* hw/arm/smmu: Support nesting in smmuv3_range_inval()Mostafa Saleh2024-07-181-1/+2
* hw/arm/smmu-common: Support nested translationMostafa Saleh2024-07-181-3/+4
* hw/arm/smmu-common: Add support for nested TLBMostafa Saleh2024-07-181-0/+1
* hw/arm/smmu: Introduce CACHED_ENTRY_TO_ADDRMostafa Saleh2024-07-181-0/+3
* hw/arm/smmu: Consolidate ASID and VMID typesMostafa Saleh2024-07-181-7/+7
* hw/arm/smmu: Split smmuv3_translate()Mostafa Saleh2024-07-181-0/+8
* hw/arm/smmu: Use enum for SMMU stageMostafa Saleh2024-07-181-2/+9