- c255488 virtio: add vhost support for virtio devices by Jonah Palmer · 2 years, 10 months ago
- 3857cd5 virtio: drop name parameter for virtio_init() by Jonah Palmer · 2 years, 10 months ago
- 38738f7 virtio-scsi: don't waste CPU polling the event virtqueue by Stefan Hajnoczi · 2 years, 9 months ago
- 9edc631 Replace GCC_FMT_ATTR with G_GNUC_PRINTF by Marc-André Lureau · 2 years, 11 months ago
- b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 2 years, 10 months ago
- 17e3134 Remove unnecessary minimum_version_id_old fields by Peter Maydell · 3 years ago
- db608fb virtio: unify dataplane and non-dataplane ->handle_output() by Stefan Hajnoczi · 3 years, 1 month ago
- d6fbfe2 virtio: use ->handle_output() instead of ->handle_aio_output() by Stefan Hajnoczi · 3 years, 1 month ago
- d93d16c virtio: get rid of VirtIOHandleAIOOutput by Stefan Hajnoczi · 3 years, 1 month ago
- 826cc32 aio-posix: split poll check from ready handler by Stefan Hajnoczi · 3 years, 1 month ago
- 81c3ebc Revert "virtio: add support for configure interrupt" by Michael S. Tsirkin · 3 years ago
- 750539c virtio: signal after wrapping packed used_idx by Stefan Hajnoczi · 3 years, 1 month ago
- 081f864 virtio: add support for configure interrupt by Cindy Lu · 3 years, 2 months ago
- a1d4b0a dma: Let dma_memory_map() take MemTxAttrs argument by Philippe Mathieu-Daudé · 4 years, 4 months ago
- d152cdd virtio: use virtio accessor to access packed event by Jason Wang · 3 years, 2 months ago
- f463e76 virtio: use virtio accessor to access packed descriptor flags by Jason Wang · 3 years, 2 months ago
- d6ed27b hw/virtio: Have virtqueue_get_avail_bytes() pass caches arg to callees by Philippe Mathieu-Daudé · 3 years, 4 months ago
- ab4dd27 hw/virtio: Acquire RCU read lock in virtqueue_packed_drop_all() by Philippe Mathieu-Daudé · 3 years, 4 months ago
- 142518b memory: Name all the memory listeners by Peter Xu · 3 years, 5 months ago
- b116d6c hw/virtio: Remove NULL check in virtio_free_region_cache() by Philippe Mathieu-Daudé · 3 years, 5 months ago
- 7f51bed hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCU by Philippe Mathieu-Daudé · 3 years, 5 months ago
- 4c6dd9a hw/virtio: Document *_should_notify() are called within rcu_read_lock() by Philippe Mathieu-Daudé · 3 years, 8 months ago
- 9cf4fd8 virtio: Clarify MR transaction optimization by Greg Kurz · 3 years, 8 months ago
- cdba7e2 cpu: Introduce cpu_virtio_is_big_endian() by Philippe Mathieu-Daudé · 3 years, 8 months ago
- 6005ee0 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 3 years, 8 months ago
- 4c21e35 hw/virtio: Pass virtio_feature_get_config_size() a const argument by Philippe Mathieu-Daudé · 3 years, 8 months ago
- ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 3 years, 9 months ago
- 538f049 sysemu: Let VMChangeStateHandler take boolean 'running' argument by Philippe Mathieu-Daudé · 4 years ago
- f6ab64c virtio: Add corresponding memory_listener_unregister to unrealize by Eugenio Pérez · 4 years ago
- 3ddba9a migration: Replace migration's JSON writer by the general one by Markus Armbruster · 4 years, 1 month ago
- 4aedda2 virtio: reset device on bad guest index in virtio_load() by John Levon · 4 years, 2 months ago
- d68cdae virtio: skip guest index check on device load by Felipe Franciosi · 4 years, 3 months ago
- 2d69eba virtio: update MemoryRegionCaches when guest set bad features by Li Qiang · 4 years, 4 months ago
- d55f518 virtio: skip legacy support check on machine types less than 5.1 by Stefano Garzarella · 4 years, 4 months ago
- d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 4 months ago
- 0c9753e virtio-pci: fix virtio_pci_queue_enabled() by Laurent Vivier · 4 years, 6 months ago
- 7c78bdd virtio: list legacy-capable devices by Cornelia Huck · 4 years, 6 months ago
- b2a5f62 virtio-bus: introduce queue_enabled method by Jason Wang · 4 years, 7 months ago
- 9fc7fc4 qom: Less verbose object_initialize_child() by Markus Armbruster · 4 years, 7 months ago
- b69c3c2 qdev: Unrealize must not fail by Markus Armbruster · 4 years, 8 months ago
- f7795e4 misc: Replace zero-length arrays with flexible array member (automatic) by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 8b6b68e Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 4 years, 11 months 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
- d0435bc virtio: don't enable notifications during polling by Stefan Hajnoczi · 5 years ago
- 9d7bd08 virtio-pci: disable vring processing when bus-mastering is disabled by Michael Roth · 5 years ago
- 8cd353e virtio: make virtio_delete_queue idempotent by Michael S. Tsirkin · 5 years ago
- 722f8c5 virtio: add ability to delete vq through a pointer by Michael S. Tsirkin · 5 years ago
- fcccb27 virtio: notify virtqueue via host notifier when available by Stefan Hajnoczi · 5 years ago
- b5f53d0 virtio: Use auto rcu_read macros by Dr. David Alan Gilbert · 5 years ago
- 1cfe28c Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 5 years ago
- 1dd7138 virtio: new post_load hook by Michael S. Tsirkin · 5 years ago
- 909c548 virtio: drop unused virtio_device_stop_ioeventfd() function by Stefan Hajnoczi · 5 years ago
- 683f766 virtio: event suppression support for packed ring by Jason Wang · 5 years ago
- 86044b2 virtio: basic packed virtqueue support by Jason Wang · 5 years ago
- f90cda6 virtio: device/driver area size calculation refactor for split ring by Wei Xu · 5 years ago
- a40dcec virtio: basic structure for packed ring by Wei Xu · 5 years ago
- 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 5 years ago
- 2f780b6 sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h by Markus Armbruster · 5 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
- db72581 Include qemu/main-loop.h less by Markus Armbruster · 5 years ago
- ca77ee2 Include migration/qemu-file-types.h a lot less by Markus Armbruster · 5 years ago
- 1a8c091 virtio-scsi: restart DMA after iothread by Stefan Hajnoczi · 6 years ago
- 4c5cf37 virtio: Don't change "started" flag on virtio_vmstate_change() by Xie Yongji · 6 years ago
- 8b04e2c virtio: Make sure we get correct state of device on handle_aio_output() by Xie Yongji · 6 years ago
- 868a8f4 virtio: Set "start_on_kick" on virtio_set_features() by Xie Yongji · 6 years ago
- 7abccd0 virtio: Set "start_on_kick" for legacy devices by Xie Yongji · 6 years ago
- e57f2c3 virtio: add "use-started" property by Xie Yongji · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- 3d2fc92 hw/virtio: Use object_initialize_child for correct reference counting by Philippe Mathieu-Daudé · 6 years ago
- 7dc7f12 virtio: Use started flag in virtio_vmstate_change() by Xie Yongji · 6 years ago
- badaf79 virtio: Introduce started flag to VirtioDevice by Xie Yongji · 6 years ago
- 23bfaf7 vhost_net: don't set backend for the uninitialized virtqueue by Jason Wang · 6 years ago
- ba55085 virtio-net: make VirtIOFeature usable for other virtio devices by Stefano Garzarella · 6 years ago
- 7423192 virtio: add checks for the size of the indirect table by Dima Stepanov · 6 years ago
- e4fbf5b virtio: pass argument by value for virtqueue_map_iovec() by Dongli Zhang · 6 years ago
- 03fee66 vmstate: constify VMStateField by Marc-André Lureau · 6 years ago
- 7da2d99 clean up callback when del virtqueue by liujunjie · 6 years ago
- c95ac10 cpu: Provide a proper prototype for target_words_bigendian() in a header by Thomas Huth · 6 years ago
- 2d1df85 virtio: Return true from virtio_queue_empty if broken by Fam Zheng · 6 years ago
- db812c4 virtio: update MemoryRegionCaches when guest negotiates features by Paolo Bonzini · 6 years ago
- 45641db virtio: free MemoryRegionCache when initialization fails by Paolo Bonzini · 7 years ago
- 6f80e61 virtio: support setting memory region based host notifier by Tiwei Bie · 7 years ago
- 710fccf virtio: improve virtio devices initialization time by Gal Hammer · 7 years ago
- 7614361 virtio: remove event notifier cleanup call on de-assign by Gal Hammer · 7 years ago
- ce3a9ea Revert "virtio: improve virtio devices initialization time" by Michael S. Tsirkin · 7 years ago
- 6f0bb23 virtio: improve virtio devices initialization time by Gal Hammer · 7 years ago
- 8fc47c8 virtio_error: don't invoke status callbacks by Michael S. Tsirkin · 7 years ago
- 758ead3 virtio: check VirtQueue Vring object is set by Prasad J Pandit · 7 years ago
- 2d4ba6c virtio: Add queue interface to restore avail index from vring used index by Maxime Coquelin · 7 years ago
- 7abea55 fix: unrealize virtio device if we fail to hotplug it by linzhecheng · 7 years ago
- 37ef70b virtio: fix descriptor counting in virtqueue_pop by Wolfgang Bumiller · 7 years ago
- 2f168d0 migration: Route more error paths by Dr. David Alan Gilbert · 7 years ago
- 262a69f osdep.h: Prohibit disabling assert() in supported builds by Eric Blake · 7 years ago
- b0ac429 virtio: add virtqueue_alloc_element tracepoint by Paolo Bonzini · 8 years ago
- 68ba3b0 migration: migration.h was not needed by Juan Quintela · 8 years ago
- 66453cf virtio: allow broken device to notify guest by Greg Kurz · 8 years ago
- e49a661 virtio: always use handle_aio_output if registered by Paolo Bonzini · 8 years ago