aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-07-26ppc/pnv: Begin a more complete ADU LPC model for POWER9/10Nicholas Piggin3-0/+34
2024-07-26ppc/pnv: Implement POWER9 LPC PSI serirq outputs and auto-clear functionNicholas Piggin1-1/+13
2024-07-26ppc/pnv: Fix loss of LPC SERIRQ interruptsGlenn Miles1-0/+3
2024-07-26cpu-common.c: export cpu_get_free_index to be reused laterHarsh Prateek Bora1-0/+2
2024-07-26accel/kvm: Introduce kvm_create_and_park_vcpu() helperHarsh Prateek Bora1-0/+8
2024-07-26spapr: Migrate ail-mode-3 spapr capNicholas Piggin1-0/+1
2024-07-24crypto: propagate errors from TLS session I/O callbacksDaniel P. Berrangé1-2/+8
2024-07-24crypto: push error reporting into TLS session I/O APIsDaniel P. Berrangé1-4/+19
2024-07-24Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson4-24/+47
2024-07-24Merge tag 'pull-vfio-20240723-1' of https://github.com/legoater/qemu into stagingRichard Henderson3-3/+30
2024-07-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2-0/+53
2024-07-24Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingRichard Henderson16-7/+273
2024-07-23util/fifo8: Introduce fifo8_drop()Philippe Mathieu-Daudé1-0/+9
2024-07-23util/fifo8: Expose fifo8_pop_buf()Philippe Mathieu-Daudé1-0/+16
2024-07-23util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()Philippe Mathieu-Daudé1-8/+7
2024-07-23util/fifo8: Rename fifo8_peek_buf() -> fifo8_peek_bufptr()Philippe Mathieu-Daudé1-5/+6
2024-07-23util/fifo8: Fix stylePhilippe Mathieu-Daudé1-16/+6
2024-07-23chardev/char-fe: Document returned value on errorPhilippe Mathieu-Daudé1-0/+3
2024-07-23util/range: Make ranges_overlap() return boolYao Xingtao1-2/+2
2024-07-23accel: Restrict probe_access*() functions to TCGPhilippe Mathieu-Daudé1-1/+6
2024-07-23vfio/common: Allow disabling device dirty page trackingJoao Martins1-0/+1
2024-07-23vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap supportJoao Martins1-0/+4
2024-07-23vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking supportJoao Martins1-0/+2
2024-07-23vfio/iommufd: Probe and request hwpt dirty tracking capabilityJoao Martins1-0/+2
2024-07-23vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_device()Joao Martins1-0/+1
2024-07-23vfio/iommufd: Add hw_caps field to HostIOMMUDeviceCapsJoao Martins1-0/+4
2024-07-23vfio/{iommufd,container}: Remove caps::aw_bitsJoao Martins1-3/+0
2024-07-23vfio/iommufd: Introduce auto domain creationJoao Martins2-0/+14
2024-07-23backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabilitiesJoao Martins1-1/+1
2024-07-23vfio/pci: Extract mdev check into an helperJoao Martins1-0/+2
2024-07-23Merge tag 'pull-tcg-20240723' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-0/+34
2024-07-23Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into stagingRichard Henderson1-11/+26
2024-07-23accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.hRichard Henderson1-0/+34
2024-07-22hw/nvme: Add SPDM over DOE supportWilfred Mallawa2-0/+10
2024-07-22backends: Initial support for SPDM socket supportHuai-Cheng Kuo1-0/+74
2024-07-22hw/pci: Add all Data Object Types defined in PCIe r6.0Alistair Francis1-0/+2
2024-07-22virtio-iommu: Remove probe_doneEric Auger1-1/+0
2024-07-22gdbstub: Add helper function to unregister GDB register spaceSalil Mehta1-0/+6
2024-07-22physmem: Add helper function to destroy CPU AddressSpaceSalil Mehta2-0/+9
2024-07-22hw/acpi: Update CPUs AML with cpu-(ctrl)dev changeSalil Mehta1-2/+3
2024-07-22hw/acpi: Update GED _EVT method AML with CPU scanSalil Mehta1-0/+1
2024-07-22hw/acpi: Update ACPI GED framework to support vCPU HotplugSalil Mehta1-0/+4
2024-07-22hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header fileSalil Mehta1-0/+2
2024-07-22accel/kvm: Extract common KVM vCPU {creation,parking} codeSalil Mehta1-0/+25
2024-07-22smbios: make memory device size configurable per MachineIgor Mammedov1-0/+4
2024-07-22virtio-pci: Implement SR-IOV PFAkihiko Odaki1-0/+1
2024-07-22pcie_sriov: Allow user to create SR-IOV deviceAkihiko Odaki2-1/+23
2024-07-22Add support for RAPL MSRs in KVM/QemuAnthony Harivel1-0/+32
2024-07-22hw/nvme: add cross namespace copy supportArun Kumar1-11/+26
2024-07-22qio: add support for SO_PEERCRED for socket channelAnthony Harivel1-0/+21