aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2021-07-16vhost-vsock: SOCK_SEQPACKET feature bit supportArseny Krasnov1-2/+10
2021-07-16hw/virtio: add vhost-user-i2c-pci boilerplateViresh Kumar2-0/+70
2021-07-16hw/virtio: add boilerplate for vhost-user-i2c deviceViresh Kumar3-0/+294
2021-07-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell1-0/+2
2021-07-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+3
2021-07-09Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell1-54/+337
2021-07-09hw/virtio: Document *_should_notify() are called within rcu_read_lock()Philippe Mathieu-Daudé1-0/+2
2021-07-09vhost-user: Fix backends without multiqueue supportKevin Wolf1-0/+3
2021-07-08virtio-mem: Require only coordinated discardsDavid Hildenbrand1-3/+3
2021-07-08vfio: Support for RamDiscardManager in the vIOMMU caseDavid Hildenbrand1-0/+1
2021-07-08virtio-mem: Implement RamDiscardManager interfaceDavid Hildenbrand1-3/+285
2021-07-08virtio-mem: Don't report errors when ram_block_discard_range() failsDavid Hildenbrand1-16/+4
2021-07-08virtio-mem: Factor out traversing unplugged rangesDavid Hildenbrand1-37/+49
2021-07-03virtio-pci: Changed return values for "notify", "device" and "isr" read.Andrew Melnychenko1-2/+7
2021-07-03virtio-pci: Added check for virtio device in PCI config cbs.Andrew Melnychenko1-0/+10
2021-07-03virtio-pci: Added check for virtio device presence in mm callbacks.Andrew Melnychenko1-0/+8
2021-07-02virtio: Clarify MR transaction optimizationGreg Kurz1-0/+16
2021-07-02virtio: disable ioeventfd for record/replayPavel Dovgalyuk2-0/+12
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf4-20/+29
2021-06-30vhost: Return 0/-errno in vhost_dev_init()Kevin Wolf4-9/+17
2021-06-30vhost: Distinguish errors in vhost_backend_init()Kevin Wolf4-28/+30
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf4-12/+13
2021-06-11vhost-vdpa: don't initialize backend_featuresJason Wang1-3/+0
2021-06-11vhost-vdpa: map virtqueue notification area if possibleJason Wang1-0/+85
2021-06-11vhost-vdpa: skip ram device from the IOTLB mappingJason Wang1-10/+2
2021-06-05vhost-vdpa: Remove redundant declaration of address_space_memoryXie Yongji1-0/+1
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-26cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé1-3/+1
2021-05-18vhost-user-blk: Check that num-queues is supported by backendKevin Wolf1-0/+5
2021-05-18virtio: Fail if iommu_platform is requested, but unsupportedKevin Wolf1-0/+5
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-4/+13
2021-05-14vhost-vdpa: Make vhost_vdpa_get_device_id() staticZenghui Yu1-2/+2
2021-05-14hw/virtio: enable ioeventfd configuring for mmioPavel Dovgalyuk1-1/+10
2021-05-14hw/virtio: Pass virtio_feature_get_config_size() a const argumentPhilippe Mathieu-Daudé1-1/+1
2021-05-13migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"David Hildenbrand2-6/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2-2/+0
2021-04-13vhost-user-fs: fix features handlingAnton Kuchin1-4/+16
2021-04-06migration: Inhibit virtio-balloon for the duration of background snapshotAndrey Gruzdev1-2/+6
2021-04-06virtio-pci: compat page aligned ATSJason Wang2-1/+9
2021-04-01virtio-pci: remove explicit initialization of valYuri Benditovich1-2/+5
2021-04-01virtio-pci: add check for vdev in virtio_pci_isr_readYuri Benditovich1-2/+7
2021-03-22virtio-pmem: fix virtio_pmem_resp assign problemWang Liang1-1/+1
2021-03-22vhost-user: Monitor slave channel in vhost_user_read()Greg Kurz1-3/+32
2021-03-22vhost-user: Introduce nested event loop in vhost_user_read()Greg Kurz1-5/+60
2021-03-22vhost-user: Convert slave channel to QIOChannelSocketGreg Kurz1-60/+39
2021-03-22vhost-user: Factor out duplicated slave_fd teardown codeGreg Kurz1-9/+10
2021-03-22vhost-user: Fix double-close on slave_read() error pathGreg Kurz1-8/+3
2021-03-22vhost-user: Drop misleading EAGAIN checks in slave_read()Greg Kurz1-3/+3
2021-03-22virtio: Fix virtio_mmio_read()/virtio_mmio_write()Laurent Vivier1-22/+52
2021-03-15virtio-net: calculating proper msix vectors on initJason Wang1-1/+9