aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-08-16docs: Fix some typos (found by typos) and grammar issuesStefan Weil1-1/+1
2024-08-16Revert "replay: stop us hanging in rr_wait_io_event"Nicholas Piggin1-5/+0
2024-08-16replay: allow runstate shutdown->running when replaying traceNicholas Piggin1-0/+1
2024-08-12arm/virt: place power button pin number on a defineMauro Carvalho Chehab1-0/+3
2024-08-09include: Fix typo in name of MAKE_IDENTFIER macroPeter Maydell4-6/+6
2024-08-08nbd/server: CVE-2024-7409: Cap default max-connections to 100Eric Blake1-0/+7
2024-08-08nbd/server: Plumb in new args to nbd_client_add()Eric Blake1-1/+10
2024-08-07Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson1-7/+14
2024-08-06block/graph-lock: Make WITH_GRAPH_RDLOCK_GUARD() fully checkedKevin Wolf1-7/+14
2024-08-06hw/loongarch/virt: Replace Loongson IPI with LoongArch IPIBibo Mao1-1/+0
2024-08-06hw/intc/loongarch_ipi: Add loongarch IPI supportBibo Mao1-0/+25
2024-08-06hw/intc/loongson_ipi: Move common code to loongson_ipi_common.cBibo Mao1-0/+2
2024-08-06hw/intc/loongson_ipi: Expose loongson_ipi_core_read/write helpersBibo Mao1-0/+6
2024-08-06hw/intc/loongson_ipi: Add LoongsonIPICommonClass::cpu_by_arch_id handlerBibo Mao1-0/+1
2024-08-06hw/intc/loongson_ipi: Add LoongsonIPICommonClass::get_iocsr_as handlerBibo Mao1-0/+2
2024-08-06hw/intc/loongson_ipi: Move IPICore structure to loongson_ipi_common.hBibo Mao2-17/+18
2024-08-06hw/intc/loongson_ipi: Move IPICore::mmio_mem to LoongsonIPIStateBibo Mao1-1/+1
2024-08-06hw/intc/loongson_ipi: Move common definitions to loongson_ipi_common.hBibo Mao2-18/+19
2024-08-06hw/intc/loongson_ipi: Add TYPE_LOONGSON_IPI_COMMON stubBibo Mao2-2/+38
2024-08-06hw/intc/loongson_ipi: Rename LoongsonIPI -> LoongsonIPIStateBibo Mao1-3/+3
2024-08-05qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()Clément Léger1-2/+6
2024-08-05qemu/osdep: Move close_all_open_fds() to oslib-posixClément Léger1-0/+7
2024-08-02virtio-net: Fix network stall at the host side waiting for kickthomas1-3/+16
2024-08-01Revert "hw/pci: Rename has_power to enabled"Michael S. Tsirkin2-7/+2
2024-08-01Revert "pcie_sriov: Ensure VF function number does not overflow"Michael S. Tsirkin1-3/+2
2024-08-01Revert "pcie_sriov: Reuse SR-IOV VF device instances"Michael S. Tsirkin3-15/+6
2024-08-01Revert "pcie_sriov: Remove num_vfs from PCIESriovPF"Michael S. Tsirkin1-0/+1
2024-08-01Revert "pcie_sriov: Register VFs after migration"Michael S. Tsirkin1-2/+0
2024-08-01Revert "pcie_sriov: Allow user to create SR-IOV device"Michael S. Tsirkin2-23/+1
2024-08-01Revert "virtio-pci: Implement SR-IOV PF"Michael S. Tsirkin1-1/+0
2024-07-31target/i386/cpu: Mask off SGX/SGX_LC feature words for non-PC machineZhao Liu1-0/+1
2024-07-31osdep.h: Clean up no-longer-needed back-compat for macOS 10Peter Maydell1-2/+1
2024-07-26pnv/xive2: Dump more END state with 'info pic'Frederic Barrat1-0/+7
2024-07-26pnv/xive2: Move xive2_nvp_pic_print_info() to xive2.cFrederic Barrat1-0/+2
2024-07-26pnv/xive: Support cache flush and queue sync inject with notificationsNicholas Piggin1-0/+1
2024-07-26hw/ppc: SPI controller wiring to P10 chipChalapathi V1-0/+3
2024-07-26hw/ssi: Extend SPI modelChalapathi V2-1/+94
2024-07-26hw/ssi: Add SPI modelChalapathi V3-0/+110
2024-07-26ppc/pnv: Remove ppc target dependency from pnv_xscom.hChalapathi V1-1/+1
2024-07-26ppc/pnv: Add an LPAR per core machine optionNicholas Piggin3-0/+4
2024-07-26ppc/pnv: Implement POWER10 PC xscom registers for direct controlsNicholas Piggin1-0/+3
2024-07-26ppc/pnv: Add a CPU nmi and resume functionNicholas Piggin1-0/+2
2024-07-26ppc/pnv: Add POWER10 ChipTOD quirk for big-coreNicholas Piggin2-0/+8
2024-07-26ppc/pnv: Add a big-core mode that joins two regular coresNicholas Piggin3-0/+4
2024-07-26ppc/pnv: Extend chip_pir class method to TIR as wellNicholas Piggin1-1/+3
2024-07-26ppc/pnv: use class attribute to limit SMT threads for different machinesNicholas Piggin1-0/+1
2024-07-26target/ppc: Move SPR indirect registers into PnvCoreNicholas Piggin1-0/+1
2024-07-26ppc/pnv: Move timebase state into PnvCoreNicholas Piggin1-0/+17
2024-07-26ppc/pnv: Add pointer from PnvCPUState to PnvCoreNicholas Piggin1-0/+1
2024-07-26ppc/pnv: Implement ADU access to LPC spaceNicholas Piggin2-0/+12