Age | Commit message (Expand) | Author | Files | Lines |
2018-01-18 | virtio: improve virtio devices initialization time | Gal Hammer | 1 | -0/+5 |
2017-12-19 | virtio_error: don't invoke status callbacks | Michael S. Tsirkin | 1 | -1/+1 |
2017-12-01 | virtio: check VirtQueue Vring object is set | Prasad J Pandit | 1 | -3/+11 |
2017-12-01 | virtio: Add queue interface to restore avail index from vring used index | Maxime Coquelin | 1 | -0/+10 |
2017-11-16 | fix: unrealize virtio device if we fail to hotplug it | linzhecheng | 1 | -0/+1 |
2017-10-15 | virtio: fix descriptor counting in virtqueue_pop | Wolfgang Bumiller | 1 | -3/+3 |
2017-09-27 | migration: Route more error paths | Dr. David Alan Gilbert | 1 | -6/+7 |
2017-09-19 | osdep.h: Prohibit disabling assert() in supported builds | Eric Blake | 1 | -4/+2 |
2017-06-02 | virtio: add virtqueue_alloc_element tracepoint | Paolo Bonzini | 1 | -0/+1 |
2017-05-18 | migration: migration.h was not needed | Juan Quintela | 1 | -1/+0 |
2017-05-18 | virtio: allow broken device to notify guest | Greg Kurz | 1 | -2/+2 |
2017-03-22 | virtio: always use handle_aio_output if registered | Paolo Bonzini | 1 | -1/+12 |
2017-03-15 | virtio: validate address space cache during init | Jason Wang | 1 | -6/+27 |
2017-03-15 | virtio: destroy region cache during reset | Jason Wang | 1 | -15/+30 |
2017-03-15 | virtio: guard against NULL pfn | Jason Wang | 1 | -0/+26 |
2017-03-02 | virtio: add missing region cache init in virtio_load() | Stefan Hajnoczi | 1 | -6/+19 |
2017-03-02 | virtio: invalidate memory in vring_set_avail_event() | Stefan Hajnoczi | 1 | -0/+1 |
2017-03-02 | virtio: guard vring access when setting notification | Cornelia Huck | 1 | -0/+4 |
2017-03-02 | virtio: check for vring setup in virtio_queue_empty | Paolo Bonzini | 1 | -1/+1 |
2017-02-17 | virtio: Fix no interrupt when not creating msi controller | Michael S. Tsirkin | 1 | -3/+8 |
2017-02-17 | virtio: use VRingMemoryRegionCaches for avail and used rings | Paolo Bonzini | 1 | -36/+96 |
2017-02-17 | virtio: check for vring setup in virtio_queue_update_used_idx | Paolo Bonzini | 1 | -1/+3 |
2017-02-17 | virtio: use VRingMemoryRegionCaches for descriptor ring | Paolo Bonzini | 1 | -14/+12 |
2017-02-17 | virtio: add MemoryListener to cache ring translations | Paolo Bonzini | 1 | -3/+102 |
2017-02-17 | virtio: use MemoryRegionCache to access descriptors | Paolo Bonzini | 1 | -41/+39 |
2017-02-17 | virtio: use address_space_map/unmap to access descriptors | Paolo Bonzini | 1 | -28/+75 |
2017-02-17 | virtio: Report real progress in VQ aio poll handler | Fam Zheng | 1 | -6/+9 |
2017-02-01 | virtio: make virtio_should_notify static | Paolo Bonzini | 1 | -1/+1 |
2017-01-24 | migration: extend VMStateInfo | Jianjun Duan | 1 | -4/+11 |
2017-01-20 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -5/+5 |
2017-01-20 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170120-v2' into sta... | Peter Maydell | 1 | -0/+5 |
2017-01-20 | virtio-ccw: fix ring sizing | Michael S. Tsirkin | 1 | -0/+5 |
2017-01-19 | virtio: fix up max size checks | Michael S. Tsirkin | 1 | -20/+13 |
2017-01-18 | virtio: disable notifications again after poll succeeded | Stefan Hajnoczi | 1 | -0/+3 |
2017-01-18 | Revert "virtio: turn vq->notification into a nested counter" | Stefan Hajnoczi | 1 | -12/+6 |
2017-01-16 | event_notifier: cleanups around event_notifier_set_handler | Paolo Bonzini | 1 | -5/+5 |
2017-01-10 | virtio: Introduce virtqueue_drop_all procedure | Yuri Benditovich | 1 | -0/+38 |
2017-01-10 | net: Add virtio queue interface to update used index from vring state | Yuri Benditovich | 1 | -0/+5 |
2017-01-10 | virtio: fix vq->inuse recalc after migr | Halil Pasic | 1 | -3/+5 |
2017-01-10 | virtio: convert to use DMA api | Jason Wang | 1 | -20/+37 |
2017-01-03 | virtio: disable virtqueue notifications during polling | Stefan Hajnoczi | 1 | -0/+18 |
2017-01-03 | virtio: turn vq->notification into a nested counter | Stefan Hajnoczi | 1 | -6/+12 |
2017-01-03 | virtio: poll virtqueues for new buffers | Stefan Hajnoczi | 1 | -1/+15 |
2017-01-03 | aio: add AioPollFn and io_poll() interface | Stefan Hajnoczi | 1 | -2/+2 |
2016-11-18 | virtio: set ISR on dataplane notifications | Paolo Bonzini | 1 | -8/+28 |
2016-11-18 | virtio: access ISR atomically | Paolo Bonzini | 1 | -5/+17 |
2016-11-18 | virtio: introduce grab/release_ioeventfd to fix vhost | Paolo Bonzini | 1 | -0/+16 |
2016-11-15 | virtio: drop virtio_queue_get_ring_{size,addr}() | Greg Kurz | 1 | -11/+0 |
2016-11-15 | virtio: allow per-device-class legacy features | Michael S. Tsirkin | 1 | -0/+2 |
2016-11-15 | virtio: make virtqueue_alloc_element static | Ladi Prosek | 1 | -1/+1 |