- e667485 virtio: rename virtio_split_packed_update_used_idx by Wenyu Huang · 7 months ago
- 2688e8d virtio: Always reset vhost devices by Hanna Czenczek · 8 months ago
- f937309 virtio-net: Fix network stall at the host side waiting for kick by thomas · 8 months ago
- 8446191 virtio: virtqueue_ordered_flush - VIRTIO_F_IN_ORDER support by Jonah Palmer · 8 months ago
- b44135d virtio: virtqueue_ordered_fill - VIRTIO_F_IN_ORDER support by Jonah Palmer · 8 months ago
- 2256e84 virtio: virtqueue_pop - VIRTIO_F_IN_ORDER support by Jonah Palmer · 8 months ago
- 7aa6492 virtio: remove virtio_tswap16s() call in vring_packed_event_read() by Stefano Garzarella · 8 months ago
- 33abfea hw/virtio: Fix obtain the buffer id from the last descriptor by Wafer · 10 months ago
- 78378f4 virtio: Prevent creation of device using notification-data with ioeventfd by Jonah Palmer · 12 months ago
- cf39b82 virtio/virtio-pci: Handle extra notification data by Jonah Palmer · 12 months ago
- 4250826 exec: Declare target_words_bigendian() in 'exec/tswap.h' by Philippe Mathieu-Daudé · 1 year, 3 months ago
- ec0504b hw/virtio: Introduce virtio_bh_new_guarded() helper by Philippe Mathieu-Daudé · 11 months ago
- 2d9a31b hw/virtio: Fix packed virtqueue flush used_idx by Wafer · 11 months ago
- 4034159 Revert "hw/virtio: Add support for VDPA network simulation devices" by Michael S. Tsirkin · 11 months ago
- cd341fd hw/virtio: Add support for VDPA network simulation devices by Hao Chen · 1 year ago
- 5bdbaeb virtio: Re-enable notifications after drain by Hanna Czenczek · 1 year, 1 month ago
- ca02a17 hw/virtio: Constify VMState by Richard Henderson · 1 year, 3 months ago
- 95e1019 vhost-user-scsi: free the inflight area when reset by Li Feng · 1 year, 3 months ago
- 84d61e5 virtio: use defer_call() in virtio_irqfd_notify() by Stefan Hajnoczi · 1 year, 6 months ago
- c0c4f14 virtio: call ->vhost_reset_device() during reset by Stefan Hajnoczi · 1 year, 5 months ago
- 70f8843 virtio: remove unused next argument from virtqueue_split_read_next_desc() by Ilya Maximets · 1 year, 5 months ago
- d501f97 virtio: remove unnecessary thread fence while reading next descriptor by Ilya Maximets · 1 year, 5 months ago
- 850cd20 virtio: use shadow_avail_idx while checking number of heads by Ilya Maximets · 1 year, 5 months ago
- b532c68 qmp: remove virtio_list, search QOM tree instead by Jonah Palmer · 1 year, 5 months ago
- 43d6376 virtio: don't zero out memory region cache for indirect descriptors by Ilya Maximets · 1 year, 7 months ago
- 9b4b4e5 hw/other: spelling fixes by Michael Tokarev · 1 year, 8 months ago
- 92e2e6a virtio: Drop out of coroutine context in virtio_load() by Kevin Wolf · 1 year, 6 months ago
- c92f4fc virtio: Fix packed virtqueue used_idx mask by Hanna Czenczek · 1 year, 8 months ago
- 60f782b aio: remove aio_disable_external() API by Stefan Hajnoczi · 1 year, 10 months ago
- 03d7162 virtio: do not set is_external=true on host notifiers by Stefan Hajnoczi · 1 year, 10 months ago
- bd58ab4 virtio: make it possible to detach host notifier from any thread by Stefan Hajnoczi · 1 year, 10 months ago
- f0d634e virtio: refresh vring region cache after updating a virtqueue size by Carlos López · 2 years ago
- bbc1c32 virtio: fix reachable assertion due to stale value of cached region size by Carlos López · 2 years ago
- f139b83 include/hw/virtio: Break inclusion loop by Markus Armbruster · 2 years, 3 months ago
- 9d94c21 hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.c by Philippe Mathieu-Daudé · 2 years, 3 months ago
- dd92cbb hw/virtio: Rename virtio_device_find() -> qmp_find_virtio_device() by Philippe Mathieu-Daudé · 2 years, 3 months ago
- 7d847d0 virtio: add support for configure interrupt by Cindy Lu · 2 years, 3 months ago
- 28b629a hw/virtio: Extract QMP related code virtio-qmp.c by Philippe Mathieu-Daudé · 2 years, 3 months ago
- 0f4b91f hw/virtio: Extract config read/write accessors to virtio-config-io.c by Philippe Mathieu-Daudé · 2 years, 3 months ago
- 6977919 hw/virtio: Constify qmp_virtio_feature_map_t[] by Philippe Mathieu-Daudé · 2 years, 3 months ago
- f983e59 hw/virtio: Guard and restrict scope of qmp_virtio_feature_map_t[] by Philippe Mathieu-Daudé · 2 years, 3 months ago
- 302f1fe hw/virtio: Add missing "hw/core/cpu.h" include by Philippe Mathieu-Daudé · 2 years, 3 months ago
- 41462e4 qapi virtio: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
- b7c6178 virtio: disable error for out of spec queue-enable by Michael S. Tsirkin · 2 years, 4 months ago
- 3c37f8b virtio: introduce virtio_queue_enable() by Kangjie Xu · 2 years, 5 months ago
- b3a8d6f virtio: introduce virtio_queue_reset() by Xuan Zhuo · 2 years, 5 months ago
- 3b43302 virtio: introduce __virtio_queue_reset() by Xuan Zhuo · 2 years, 5 months ago
- 1ee7bb5 qmp: add QMP command x-query-virtio-queue-element by Laurent Vivier · 2 years, 7 months ago
- 07536dd qmp: add QMP commands for virtio/vhost queue-status by Laurent Vivier · 2 years, 7 months ago
- f3034ad qmp: decode feature & status bits in virtio-status by Laurent Vivier · 2 years, 7 months ago
- 90c066c qmp: add QMP command x-query-virtio-status by Laurent Vivier · 2 years, 7 months ago
- a5ebce3 qmp: add QMP command x-query-virtio by Laurent Vivier · 2 years, 7 months ago
- d74c30c virtio: introduce VirtIOConfigSizeParams & virtio_get_config_size by Daniil Tatianin · 2 years, 6 months ago
- 8d11c10 hw/virtio: log potentially buggy guest drivers by Alex Bennée · 2 years, 7 months ago
- c255488 virtio: add vhost support for virtio devices by Jonah Palmer · 3 years ago
- 3857cd5 virtio: drop name parameter for virtio_init() by Jonah Palmer · 3 years ago
- 38738f7 virtio-scsi: don't waste CPU polling the event virtqueue by Stefan Hajnoczi · 2 years, 10 months ago
- 9edc631 Replace GCC_FMT_ATTR with G_GNUC_PRINTF by Marc-André Lureau · 3 years, 1 month ago
- b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 3 years ago
- 17e3134 Remove unnecessary minimum_version_id_old fields by Peter Maydell · 3 years, 2 months ago
- db608fb virtio: unify dataplane and non-dataplane ->handle_output() by Stefan Hajnoczi · 3 years, 3 months ago
- d6fbfe2 virtio: use ->handle_output() instead of ->handle_aio_output() by Stefan Hajnoczi · 3 years, 3 months ago
- d93d16c virtio: get rid of VirtIOHandleAIOOutput by Stefan Hajnoczi · 3 years, 3 months ago
- 826cc32 aio-posix: split poll check from ready handler by Stefan Hajnoczi · 3 years, 3 months ago
- 81c3ebc Revert "virtio: add support for configure interrupt" by Michael S. Tsirkin · 3 years, 2 months ago
- 750539c virtio: signal after wrapping packed used_idx by Stefan Hajnoczi · 3 years, 3 months ago
- 081f864 virtio: add support for configure interrupt by Cindy Lu · 3 years, 4 months ago
- a1d4b0a dma: Let dma_memory_map() take MemTxAttrs argument by Philippe Mathieu-Daudé · 4 years, 6 months ago
- d152cdd virtio: use virtio accessor to access packed event by Jason Wang · 3 years, 4 months ago
- f463e76 virtio: use virtio accessor to access packed descriptor flags by Jason Wang · 3 years, 4 months ago
- d6ed27b hw/virtio: Have virtqueue_get_avail_bytes() pass caches arg to callees by Philippe Mathieu-Daudé · 3 years, 6 months ago
- ab4dd27 hw/virtio: Acquire RCU read lock in virtqueue_packed_drop_all() by Philippe Mathieu-Daudé · 3 years, 6 months ago
- 142518b memory: Name all the memory listeners by Peter Xu · 3 years, 7 months ago
- b116d6c hw/virtio: Remove NULL check in virtio_free_region_cache() by Philippe Mathieu-Daudé · 3 years, 6 months ago
- 7f51bed hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCU by Philippe Mathieu-Daudé · 3 years, 6 months ago
- 4c6dd9a hw/virtio: Document *_should_notify() are called within rcu_read_lock() by Philippe Mathieu-Daudé · 3 years, 10 months ago
- 9cf4fd8 virtio: Clarify MR transaction optimization by Greg Kurz · 3 years, 10 months ago
- cdba7e2 cpu: Introduce cpu_virtio_is_big_endian() by Philippe Mathieu-Daudé · 3 years, 10 months ago
- 6005ee0 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 3 years, 10 months ago
- 4c21e35 hw/virtio: Pass virtio_feature_get_config_size() a const argument by Philippe Mathieu-Daudé · 3 years, 10 months ago
- ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
- 538f049 sysemu: Let VMChangeStateHandler take boolean 'running' argument by Philippe Mathieu-Daudé · 4 years, 2 months ago
- f6ab64c virtio: Add corresponding memory_listener_unregister to unrealize by Eugenio Pérez · 4 years, 1 month ago
- 3ddba9a migration: Replace migration's JSON writer by the general one by Markus Armbruster · 4 years, 3 months ago
- 4aedda2 virtio: reset device on bad guest index in virtio_load() by John Levon · 4 years, 4 months ago
- d68cdae virtio: skip guest index check on device load by Felipe Franciosi · 4 years, 4 months ago
- 2d69eba virtio: update MemoryRegionCaches when guest set bad features by Li Qiang · 4 years, 6 months ago
- d55f518 virtio: skip legacy support check on machine types less than 5.1 by Stefano Garzarella · 4 years, 6 months ago
- d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 6 months ago
- 0c9753e virtio-pci: fix virtio_pci_queue_enabled() by Laurent Vivier · 4 years, 7 months ago
- 7c78bdd virtio: list legacy-capable devices by Cornelia Huck · 4 years, 8 months ago
- b2a5f62 virtio-bus: introduce queue_enabled method by Jason Wang · 4 years, 8 months ago
- 9fc7fc4 qom: Less verbose object_initialize_child() by Markus Armbruster · 4 years, 9 months ago
- b69c3c2 qdev: Unrealize must not fail by Markus Armbruster · 4 years, 10 months ago
- f7795e4 misc: Replace zero-length arrays with flexible array member (automatic) by Philippe Mathieu-Daudé · 5 years ago
- 8b6b68e Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 5 years ago
- abdd16f virtio: gracefully handle invalid region caches by Stefan Hajnoczi · 5 years ago
- 2295336 hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argument by Philippe Mathieu-Daudé · 5 years ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- 421afd2 virtio: reset region cache when on queue deletion by Yuri Benditovich · 5 years ago