aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-05-16hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li2-2/+2
2022-05-16hw/i386: Make pit a property of common x86 base machine typeXiaoyao Li3-4/+2
2022-05-16include/hw/pci/pcie_host: Correct PCIE_MMCFG_SIZE_MAXFrancisco Iglesias1-1/+1
2022-05-16include/hw/pci/pcie_host: Correct PCIE_MMCFG_BUS_MASKFrancisco Iglesias1-2/+2
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer1-0/+3
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer3-5/+4
2022-05-16virtio/vhost-user: dynamically assign VhostUserHostNotifiersAlex Bennée1-1/+41
2022-05-16hw/virtio/vhost-user: don't suppress F_CONFIG when supportedAlex Bennée1-0/+1
2022-05-16include/hw: start documenting the vhost APIAlex Bennée1-10/+122
2022-05-16hw/virtio: move virtio-pci.h into shared include spaceAlex Bennée1-0/+255
2022-05-16intel_iommu: Support IR-only mode without DMA translationDavid Woodhouse1-0/+1
2022-05-13cxl/cxl-host: Add memops for CFMWS region.Jonathan Cameron1-0/+2
2022-05-13mem/cxl_type3: Add read and write functions for associated hostmem.Jonathan Cameron1-0/+6
2022-05-13CXL/cxl_component: Add cxl_get_hb_cstate()Jonathan Cameron1-0/+2
2022-05-13pci/pcie_port: Add pci_find_port_by_pn()Jonathan Cameron1-0/+2
2022-05-13hw/cxl/host: Add support for CXL Fixed Memory Windows.Jonathan Cameron1-0/+21
2022-05-13hw/cxl/component: Add utils for interleave parameter encoding/decodingJonathan Cameron1-0/+8
2022-05-13acpi/cxl: Create the CEDT (9.14.1)Ben Widawsky2-0/+25
2022-05-13acpi/cxl: Add _OSC implementation (9.14.2)Ben Widawsky1-0/+23
2022-05-13hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)Ben Widawsky1-0/+14
2022-05-13hw/cxl/device: Implement get/set Label Storage Area (LSA)Ben Widawsky1-0/+5
2022-05-13hw/cxl/device: Plumb real Label Storage Area (LSA) sizingBen Widawsky1-1/+10
2022-05-13hw/cxl/device: Add a memory device (8.2.8.5)Ben Widawsky3-0/+37
2022-05-13hw/pxb: Allow creation of a CXL PXB (host bridge)Ben Widawsky1-0/+6
2022-05-13cxl: Machine level control on whether CXL support is enabledJonathan Cameron2-0/+6
2022-05-13hw/pci/cxl: Create a CXL bus typeBen Widawsky1-0/+7
2022-05-13hw/cxl/device: Timestamp implementation (8.2.9.3)Ben Widawsky1-0/+6
2022-05-13hw/cxl/device: Add memory device utilitiesBen Widawsky1-3/+18
2022-05-13hw/cxl/device: Implement basic mailbox (8.2.8.4)Ben Widawsky2-1/+21
2022-05-13hw/cxl/device: Implement the CAP array (8.2.8.1-2)Ben Widawsky1-1/+30
2022-05-13hw/cxl/device: Introduce a CXL device (8.2.8)Ben Widawsky2-0/+167
2022-05-13hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)Ben Widawsky3-0/+375
2022-05-13hw/pci/cxl: Add a CXL component type (interface)Ben Widawsky1-0/+8
2022-05-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson4-13/+24
2022-05-12nbd/server: Allow MULTI_CONN for shared writable exportsEric Blake1-1/+2
2022-05-12qemu-nbd: Pass max connections to blockdev layerEric Blake1-1/+1
2022-05-12coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_allPaolo Bonzini1-3/+4
2022-05-12coroutine-lock: introduce qemu_co_queue_enter_allPaolo Bonzini1-0/+13
2022-05-12coroutine-lock: qemu_co_queue_next is a coroutine-only qemu_co_enter_nextPaolo Bonzini1-3/+4
2022-05-12machine: make memory-backend a link propertyPaolo Bonzini1-2/+2
2022-05-12machine: add boot compound propertyPaolo Bonzini1-1/+0
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini2-4/+2
2022-05-12coroutine: Rename qemu_coroutine_inc/dec_pool_size()Kevin Wolf1-3/+3
2022-05-12hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XENBernhard Beschow1-1/+0
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster14-14/+15
2022-05-11Normalize header guard symbol definitionMarkus Armbruster2-2/+2
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster18-49/+53
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster29-67/+70
2022-05-09Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson7-47/+67
2022-05-09virtio-scsi: move request-related items from .h to .cStefan Hajnoczi1-40/+0