aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-07-31osdep.h: Clean up no-longer-needed back-compat for macOS 10Peter Maydell
2024-07-26pnv/xive2: Dump more END state with 'info pic'Frederic Barrat
2024-07-26pnv/xive2: Move xive2_nvp_pic_print_info() to xive2.cFrederic Barrat
2024-07-26pnv/xive: Support cache flush and queue sync inject with notificationsNicholas Piggin
2024-07-26hw/ppc: SPI controller wiring to P10 chipChalapathi V
2024-07-26hw/ssi: Extend SPI modelChalapathi V
2024-07-26hw/ssi: Add SPI modelChalapathi V
2024-07-26ppc/pnv: Remove ppc target dependency from pnv_xscom.hChalapathi V
2024-07-26ppc/pnv: Add an LPAR per core machine optionNicholas Piggin
2024-07-26ppc/pnv: Implement POWER10 PC xscom registers for direct controlsNicholas Piggin
2024-07-26ppc/pnv: Add a CPU nmi and resume functionNicholas Piggin
2024-07-26ppc/pnv: Add POWER10 ChipTOD quirk for big-coreNicholas Piggin
2024-07-26ppc/pnv: Add a big-core mode that joins two regular coresNicholas Piggin
2024-07-26ppc/pnv: Extend chip_pir class method to TIR as wellNicholas Piggin
2024-07-26ppc/pnv: use class attribute to limit SMT threads for different machinesNicholas Piggin
2024-07-26target/ppc: Move SPR indirect registers into PnvCoreNicholas Piggin
2024-07-26ppc/pnv: Move timebase state into PnvCoreNicholas Piggin
2024-07-26ppc/pnv: Add pointer from PnvCPUState to PnvCoreNicholas Piggin
2024-07-26ppc/pnv: Implement ADU access to LPC spaceNicholas Piggin
2024-07-26ppc/pnv: Begin a more complete ADU LPC model for POWER9/10Nicholas Piggin
2024-07-26ppc/pnv: Implement POWER9 LPC PSI serirq outputs and auto-clear functionNicholas Piggin
2024-07-26ppc/pnv: Fix loss of LPC SERIRQ interruptsGlenn Miles
2024-07-26cpu-common.c: export cpu_get_free_index to be reused laterHarsh Prateek Bora
2024-07-26accel/kvm: Introduce kvm_create_and_park_vcpu() helperHarsh Prateek Bora
2024-07-26spapr: Migrate ail-mode-3 spapr capNicholas Piggin
2024-07-24crypto: propagate errors from TLS session I/O callbacksDaniel P. Berrangé
2024-07-24crypto: push error reporting into TLS session I/O APIsDaniel P. Berrangé
2024-07-24Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-07-24Merge tag 'pull-vfio-20240723-1' of https://github.com/legoater/qemu into sta...Richard Henderson
2024-07-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-07-24Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2024-07-23util/fifo8: Introduce fifo8_drop()Philippe Mathieu-Daudé
2024-07-23util/fifo8: Expose fifo8_pop_buf()Philippe Mathieu-Daudé
2024-07-23util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()Philippe Mathieu-Daudé
2024-07-23util/fifo8: Rename fifo8_peek_buf() -> fifo8_peek_bufptr()Philippe Mathieu-Daudé
2024-07-23util/fifo8: Fix stylePhilippe Mathieu-Daudé
2024-07-23chardev/char-fe: Document returned value on errorPhilippe Mathieu-Daudé
2024-07-23util/range: Make ranges_overlap() return boolYao Xingtao
2024-07-23accel: Restrict probe_access*() functions to TCGPhilippe Mathieu-Daudé
2024-07-23vfio/common: Allow disabling device dirty page trackingJoao Martins
2024-07-23vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap supportJoao Martins
2024-07-23vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking supportJoao Martins
2024-07-23vfio/iommufd: Probe and request hwpt dirty tracking capabilityJoao Martins
2024-07-23vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_de...Joao Martins
2024-07-23vfio/iommufd: Add hw_caps field to HostIOMMUDeviceCapsJoao Martins
2024-07-23vfio/{iommufd,container}: Remove caps::aw_bitsJoao Martins
2024-07-23vfio/iommufd: Introduce auto domain creationJoao Martins
2024-07-23backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabi...Joao Martins
2024-07-23vfio/pci: Extract mdev check into an helperJoao Martins
2024-07-23Merge tag 'pull-tcg-20240723' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson