Age | Commit message (Expand) | Author |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-16 | Include migration/qemu-file-types.h a lot less | Markus Armbruster |
2019-07-08 | virtio-scsi: restart DMA after iothread | Stefan Hajnoczi |
2019-07-04 | virtio: Don't change "started" flag on virtio_vmstate_change() | Xie Yongji |
2019-07-04 | virtio: Make sure we get correct state of device on handle_aio_output() | Xie Yongji |
2019-07-04 | virtio: Set "start_on_kick" on virtio_set_features() | Xie Yongji |
2019-07-04 | virtio: Set "start_on_kick" for legacy devices | Xie Yongji |
2019-07-04 | virtio: add "use-started" property | Xie Yongji |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-05-24 | hw/virtio: Use object_initialize_child for correct reference counting | Philippe Mathieu-Daudé |
2019-05-20 | virtio: Use started flag in virtio_vmstate_change() | Xie Yongji |
2019-05-20 | virtio: Introduce started flag to VirtioDevice | Xie Yongji |
2019-05-17 | vhost_net: don't set backend for the uninitialized virtqueue | Jason Wang |
2019-02-22 | virtio-net: make VirtIOFeature usable for other virtio devices | Stefano Garzarella |
2019-02-01 | virtio: add checks for the size of the indirect table | Dima Stepanov |
2018-12-11 | virtio: pass argument by value for virtqueue_map_iovec() | Dongli Zhang |
2018-11-27 | vmstate: constify VMStateField | Marc-André Lureau |
2018-10-19 | clean up callback when del virtqueue | liujunjie |
2018-10-17 | cpu: Provide a proper prototype for target_words_bigendian() in a header | Thomas Huth |
2018-10-02 | virtio: Return true from virtio_queue_empty if broken | Fam Zheng |
2018-09-07 | virtio: update MemoryRegionCaches when guest negotiates features | Paolo Bonzini |
2018-06-01 | virtio: free MemoryRegionCache when initialization fails | Paolo Bonzini |
2018-05-23 | virtio: support setting memory region based host notifier | Tiwei Bie |
2018-02-08 | virtio: improve virtio devices initialization time | Gal Hammer |
2018-02-08 | virtio: remove event notifier cleanup call on de-assign | Gal Hammer |
2018-01-24 | Revert "virtio: improve virtio devices initialization time" | Michael S. Tsirkin |
2018-01-18 | virtio: improve virtio devices initialization time | Gal Hammer |
2017-12-19 | virtio_error: don't invoke status callbacks | Michael S. Tsirkin |
2017-12-01 | virtio: check VirtQueue Vring object is set | Prasad J Pandit |
2017-12-01 | virtio: Add queue interface to restore avail index from vring used index | Maxime Coquelin |
2017-11-16 | fix: unrealize virtio device if we fail to hotplug it | linzhecheng |
2017-10-15 | virtio: fix descriptor counting in virtqueue_pop | Wolfgang Bumiller |
2017-09-27 | migration: Route more error paths | Dr. David Alan Gilbert |
2017-09-19 | osdep.h: Prohibit disabling assert() in supported builds | Eric Blake |
2017-06-02 | virtio: add virtqueue_alloc_element tracepoint | Paolo Bonzini |
2017-05-18 | migration: migration.h was not needed | Juan Quintela |
2017-05-18 | virtio: allow broken device to notify guest | Greg Kurz |
2017-03-22 | virtio: always use handle_aio_output if registered | Paolo Bonzini |
2017-03-15 | virtio: validate address space cache during init | Jason Wang |
2017-03-15 | virtio: destroy region cache during reset | Jason Wang |
2017-03-15 | virtio: guard against NULL pfn | Jason Wang |
2017-03-02 | virtio: add missing region cache init in virtio_load() | Stefan Hajnoczi |
2017-03-02 | virtio: invalidate memory in vring_set_avail_event() | Stefan Hajnoczi |
2017-03-02 | virtio: guard vring access when setting notification | Cornelia Huck |
2017-03-02 | virtio: check for vring setup in virtio_queue_empty | Paolo Bonzini |
2017-02-17 | virtio: Fix no interrupt when not creating msi controller | Michael S. Tsirkin |
2017-02-17 | virtio: use VRingMemoryRegionCaches for avail and used rings | Paolo Bonzini |