summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vhost-net: fix improper cleanup in vhost_net_startSi-Wei Liu2022-05-161-1/+3
* vhost-vdpa: fix improper cleanup in net_init_vhost_vdpaSi-Wei Liu2022-05-161-1/+3
* virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpaSi-Wei Liu2022-05-161-2/+31
* virtio-net: setup vhost_dev and notifiers for cvq only when feature is negoti...Si-Wei Liu2022-05-161-1/+2
* hw/i386/amd_iommu: Fix IOMMU event log encoding errorsWei Huang2022-05-161-10/+14
* hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li2022-05-166-30/+34
* hw/i386: Make pit a property of common x86 base machine typeXiaoyao Li2022-05-166-51/+31Star
* include/hw/pci/pcie_host: Correct PCIE_MMCFG_SIZE_MAXFrancisco Iglesias2022-05-161-1/+1
* include/hw/pci/pcie_host: Correct PCIE_MMCFG_BUS_MASKFrancisco Iglesias2022-05-161-2/+2
* docs/vhost-user: Clarifications for VHOST_USER_ADD/REM_MEM_REGKevin Wolf2022-05-161-0/+16
* vhost-user: more master/slave thingsMichael S. Tsirkin2022-05-161-1/+1
* virtio: add vhost support for virtio devicesJonah Palmer2022-05-1612-1/+76
* virtio: drop name parameter for virtio_init()Jonah Palmer2022-05-1624-43/+77
* virtio/vhost-user: dynamically assign VhostUserHostNotifiersAlex Bennée2022-05-163-18/+108
* hw/virtio/vhost-user: don't suppress F_CONFIG when supportedAlex Bennée2022-05-163-13/+35
* include/hw: start documenting the vhost APIAlex Bennée2022-05-161-10/+122
* docs/devel: start documenting writing VirtIO devicesAlex Bennée2022-05-162-0/+215
* libvhost-user: expose vu_request_to_stringAlex Bennée2022-05-162-1/+10
* vhost-user.rst: add clarifying language about protocol negotiationAlex Bennée2022-05-161-2/+16
* docs: vhost-user: replace master/slave with front-end/back-endPaolo Bonzini2022-05-162-180/+180
* docs: vhost-user: rewrite section on ring state machinePaolo Bonzini2022-05-161-25/+21Star
* docs: vhost-user: clean up request/reply descriptionPaolo Bonzini2022-05-161-68/+95
* hw/virtio: add vhost_user_[read|write] trace pointsAlex Bennée2022-05-162-0/+6
* virtio-pci: add notification trace pointsAlex Bennée2022-05-162-1/+9
* hw/virtio: move virtio-pci.h into shared include spaceAlex Bennée2022-05-1621-20/+20
* vhost_net: Print feature masks in hexIlya Maximets2022-05-161-2/+2
* intel-iommu: update iq_dw during post loadJason Wang2022-05-161-6/+15
* intel-iommu: update root_scalable before switching as during post_loadJason Wang2022-05-161-7/+7
* intel-iommu: block output address in interrupt address rangeJason Wang2022-05-162-1/+30
* intel-iommu: remove VTD_FR_RESERVED_ERRJason Wang2022-05-162-11/+0Star
* intel_iommu: Fix irqchip / X2APIC configuration checksDavid Woodhouse2022-05-161-6/+1Star
* intel_iommu: Only allow interrupt remapping to be enabled if it's supportedDavid Woodhouse2022-05-161-1/+3
* intel_iommu: Support IR-only mode without DMA translationDavid Woodhouse2022-05-162-4/+11
* target/i386: Fix sanity check on max APIC ID / X2APIC enablementDavid Woodhouse2022-05-163-9/+17
* vhost: Fix element in vhost_svq_add failureEugenio Pérez2022-05-131-0/+8
* hw/virtio: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé2022-05-132-4/+5
* vdpa: Fix index calculus at vhost_vdpa_svqs_startEugenio Pérez2022-05-131-1/+1
* vdpa: Fix bad index calculus at vhost_vdpa_get_vring_baseEugenio Pérez2022-05-131-2/+2
* vhost: Fix device's used descriptor dequeueEugenio Pérez2022-05-131-2/+15
* vhost: Track descriptor chain in private at SVQEugenio Pérez2022-05-132-5/+13
* docs/cxl: Add initial Compute eXpress Link (CXL) documentation.Jonathan Cameron2022-05-132-0/+303
* qtest/cxl: Add more complex test cases with CFMWsBen Widawsky2022-05-131-3/+5
* tests/acpi: Add tables for CXL emulation.Jonathan Cameron2022-05-133-2/+0Star
* qtests/bios-tables-test: Add a test for CXL emulation.Jonathan Cameron2022-05-131-0/+44
* tests/acpi: q35: Allow addition of a CXL test.Jonathan Cameron2022-05-133-0/+2
* i386/pc: Enable CXL fixed memory windowsJonathan Cameron2022-05-131-1/+30
* hw/cxl/component Add a dumb HDM decoder handlerBen Widawsky2022-05-131-0/+31
* cxl/cxl-host: Add memops for CFMWS region.Jonathan Cameron2022-05-133-0/+132
* mem/cxl_type3: Add read and write functions for associated hostmem.Jonathan Cameron2022-05-132-0/+97
* CXL/cxl_component: Add cxl_get_hb_cstate()Jonathan Cameron2022-05-132-0/+9