aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-05-16Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson89-536/+3211
2022-05-16Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson3-76/+78
2022-05-16virtio-net: don't handle mq request in userspace handler for vhost-vdpaSi-Wei Liu1-0/+13
2022-05-16vhost-vdpa: change name and polarity for vhost_vdpa_one_time_request()Si-Wei Liu1-8/+15
2022-05-16vhost-vdpa: backend feature should set only onceSi-Wei Liu1-1/+1
2022-05-16vhost-net: fix improper cleanup in vhost_net_startSi-Wei Liu1-1/+3
2022-05-16virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpaSi-Wei Liu1-2/+31
2022-05-16virtio-net: setup vhost_dev and notifiers for cvq only when feature is negoti...Si-Wei Liu1-1/+2
2022-05-16hw/i386/amd_iommu: Fix IOMMU event log encoding errorsWei Huang1-10/+14
2022-05-16hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li4-28/+32
2022-05-16hw/i386: Make pit a property of common x86 base machine typeXiaoyao Li3-47/+29
2022-05-16QIOChannel: Add flags on io_writev and introduce io_flush callbackLeonardo Bras1-1/+1
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer11-1/+73
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer21-38/+73
2022-05-16virtio/vhost-user: dynamically assign VhostUserHostNotifiersAlex Bennée2-17/+67
2022-05-16hw/virtio/vhost-user: don't suppress F_CONFIG when supportedAlex Bennée2-13/+34
2022-05-16hw/virtio: add vhost_user_[read|write] trace pointsAlex Bennée2-0/+6
2022-05-16virtio-pci: add notification trace pointsAlex Bennée2-1/+9
2022-05-16hw/virtio: move virtio-pci.h into shared include spaceAlex Bennée21-275/+20
2022-05-16vhost_net: Print feature masks in hexIlya Maximets1-2/+2
2022-05-16intel-iommu: update iq_dw during post loadJason Wang1-6/+15
2022-05-16intel-iommu: update root_scalable before switching as during post_loadJason Wang1-7/+7
2022-05-16intel-iommu: block output address in interrupt address rangeJason Wang2-1/+30
2022-05-16intel-iommu: remove VTD_FR_RESERVED_ERRJason Wang2-11/+0
2022-05-16intel_iommu: Fix irqchip / X2APIC configuration checksDavid Woodhouse1-6/+1
2022-05-16intel_iommu: Only allow interrupt remapping to be enabled if it's supportedDavid Woodhouse1-1/+3
2022-05-16intel_iommu: Support IR-only mode without DMA translationDavid Woodhouse1-4/+10
2022-05-16target/i386: Fix sanity check on max APIC ID / X2APIC enablementDavid Woodhouse2-8/+16
2022-05-15Merge tag 'or1k-pull-request-20220515' of https://github.com/stffrdhrn/qemu i...Richard Henderson1-9/+19
2022-05-15hw/openrisc: use right OMPIC size variableJason A. Donenfeld1-2/+2
2022-05-15hw/openrisc: support 4 serial ports in or1ksimJason A. Donenfeld1-6/+16
2022-05-14introduce -audio as a replacement for -soundhwPaolo Bonzini2-7/+10
2022-05-14soundhw: move help handling to vl.cPaolo Bonzini1-15/+9
2022-05-14soundhw: unify initialization for ISA and PCI soundhwPaolo Bonzini1-9/+14
2022-05-14soundhw: extract soundhw help to a separate functionPaolo Bonzini1-14/+19
2022-05-14soundhw: remove ability to create multiple soundcardsPaolo Bonzini1-56/+32
2022-05-14qdev-properties: Add a new macro with bitmask check for uint64_t propertyYang Weijiang1-0/+19
2022-05-13linux-headers: Update to v5.18-rc6Alex Williamson2-15/+18
2022-05-13vhost: Fix element in vhost_svq_add failureEugenio Pérez1-0/+8
2022-05-13hw/virtio: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé2-4/+5
2022-05-13vdpa: Fix index calculus at vhost_vdpa_svqs_startEugenio Pérez1-1/+1
2022-05-13vdpa: Fix bad index calculus at vhost_vdpa_get_vring_baseEugenio Pérez1-2/+2
2022-05-13vhost: Fix device's used descriptor dequeueEugenio Pérez1-2/+15
2022-05-13vhost: Track descriptor chain in private at SVQEugenio Pérez2-5/+13
2022-05-13i386/pc: Enable CXL fixed memory windowsJonathan Cameron1-1/+30
2022-05-13hw/cxl/component Add a dumb HDM decoder handlerBen Widawsky1-0/+31
2022-05-13cxl/cxl-host: Add memops for CFMWS region.Jonathan Cameron2-0/+130
2022-05-13mem/cxl_type3: Add read and write functions for associated hostmem.Jonathan Cameron1-0/+91
2022-05-13CXL/cxl_component: Add cxl_get_hb_cstate()Jonathan Cameron1-0/+7
2022-05-13pci/pcie_port: Add pci_find_port_by_pn()Jonathan Cameron1-0/+25