Age | Commit message (Expand) | Author | Files | Lines |
2021-08-05 | chardev: mark explicitly first argument as poisoned | Marc-André Lureau | 1 | -1/+1 |
2021-07-16 | vhost-vsock: SOCK_SEQPACKET feature bit support | Arseny Krasnov | 1 | -2/+10 |
2021-07-16 | hw/virtio: add vhost-user-i2c-pci boilerplate | Viresh Kumar | 2 | -0/+70 |
2021-07-16 | hw/virtio: add boilerplate for vhost-user-i2c device | Viresh Kumar | 3 | -0/+294 |
2021-07-11 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul... | Peter Maydell | 1 | -0/+2 |
2021-07-10 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+3 |
2021-07-09 | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ... | Peter Maydell | 1 | -54/+337 |
2021-07-09 | hw/virtio: Document *_should_notify() are called within rcu_read_lock() | Philippe Mathieu-Daudé | 1 | -0/+2 |
2021-07-09 | vhost-user: Fix backends without multiqueue support | Kevin Wolf | 1 | -0/+3 |
2021-07-08 | virtio-mem: Require only coordinated discards | David Hildenbrand | 1 | -3/+3 |
2021-07-08 | vfio: Support for RamDiscardManager in the vIOMMU case | David Hildenbrand | 1 | -0/+1 |
2021-07-08 | virtio-mem: Implement RamDiscardManager interface | David Hildenbrand | 1 | -3/+285 |
2021-07-08 | virtio-mem: Don't report errors when ram_block_discard_range() fails | David Hildenbrand | 1 | -16/+4 |
2021-07-08 | virtio-mem: Factor out traversing unplugged ranges | David Hildenbrand | 1 | -37/+49 |
2021-07-03 | virtio-pci: Changed return values for "notify", "device" and "isr" read. | Andrew Melnychenko | 1 | -2/+7 |
2021-07-03 | virtio-pci: Added check for virtio device in PCI config cbs. | Andrew Melnychenko | 1 | -0/+10 |
2021-07-03 | virtio-pci: Added check for virtio device presence in mm callbacks. | Andrew Melnychenko | 1 | -0/+8 |
2021-07-02 | virtio: Clarify MR transaction optimization | Greg Kurz | 1 | -0/+16 |
2021-07-02 | virtio: disable ioeventfd for record/replay | Pavel Dovgalyuk | 2 | -0/+12 |
2021-06-30 | vhost: Distinguish errors in vhost_dev_get_config() | Kevin Wolf | 4 | -20/+29 |
2021-06-30 | vhost: Return 0/-errno in vhost_dev_init() | Kevin Wolf | 4 | -9/+17 |
2021-06-30 | vhost: Distinguish errors in vhost_backend_init() | Kevin Wolf | 4 | -28/+30 |
2021-06-30 | vhost: Add Error parameter to vhost_dev_init() | Kevin Wolf | 4 | -12/+13 |
2021-06-11 | vhost-vdpa: don't initialize backend_features | Jason Wang | 1 | -3/+0 |
2021-06-11 | vhost-vdpa: map virtqueue notification area if possible | Jason Wang | 1 | -0/+85 |
2021-06-11 | vhost-vdpa: skip ram device from the IOTLB mapping | Jason Wang | 1 | -10/+2 |
2021-06-05 | vhost-vdpa: Remove redundant declaration of address_space_memory | Xie Yongji | 1 | -0/+1 |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella | 1 | -1/+1 |
2021-05-26 | cpu: Introduce cpu_virtio_is_big_endian() | Philippe Mathieu-Daudé | 1 | -3/+1 |
2021-05-18 | vhost-user-blk: Check that num-queues is supported by backend | Kevin Wolf | 1 | -0/+5 |
2021-05-18 | virtio: Fail if iommu_platform is requested, but unsupported | Kevin Wolf | 1 | -0/+5 |
2021-05-16 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 3 | -4/+13 |
2021-05-14 | vhost-vdpa: Make vhost_vdpa_get_device_id() static | Zenghui Yu | 1 | -2/+2 |
2021-05-14 | hw/virtio: enable ioeventfd configuring for mmio | Pavel Dovgalyuk | 1 | -1/+10 |
2021-05-14 | hw/virtio: Pass virtio_feature_get_config_size() a const argument | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-05-13 | migrate/ram: remove "ram_bulk_stage" and "fpo_enabled" | David Hildenbrand | 2 | -6/+1 |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth | 2 | -2/+0 |
2021-04-13 | vhost-user-fs: fix features handling | Anton Kuchin | 1 | -4/+16 |
2021-04-06 | migration: Inhibit virtio-balloon for the duration of background snapshot | Andrey Gruzdev | 1 | -2/+6 |
2021-04-06 | virtio-pci: compat page aligned ATS | Jason Wang | 2 | -1/+9 |
2021-04-01 | virtio-pci: remove explicit initialization of val | Yuri Benditovich | 1 | -2/+5 |
2021-04-01 | virtio-pci: add check for vdev in virtio_pci_isr_read | Yuri Benditovich | 1 | -2/+7 |
2021-03-22 | virtio-pmem: fix virtio_pmem_resp assign problem | Wang Liang | 1 | -1/+1 |
2021-03-22 | vhost-user: Monitor slave channel in vhost_user_read() | Greg Kurz | 1 | -3/+32 |
2021-03-22 | vhost-user: Introduce nested event loop in vhost_user_read() | Greg Kurz | 1 | -5/+60 |
2021-03-22 | vhost-user: Convert slave channel to QIOChannelSocket | Greg Kurz | 1 | -60/+39 |
2021-03-22 | vhost-user: Factor out duplicated slave_fd teardown code | Greg Kurz | 1 | -9/+10 |
2021-03-22 | vhost-user: Fix double-close on slave_read() error path | Greg Kurz | 1 | -8/+3 |
2021-03-22 | vhost-user: Drop misleading EAGAIN checks in slave_read() | Greg Kurz | 1 | -3/+3 |
2021-03-22 | virtio: Fix virtio_mmio_read()/virtio_mmio_write() | Laurent Vivier | 1 | -22/+52 |