Age | Commit message (Expand) | Author |
2014-06-29 | virtio-blk: use virtio wrappers to access headers | Rusty Russell |
2014-06-29 | virtio-blk: implement per-device migration calls | Greg Kurz |
2014-06-29 | virtio: introduce device specific migration calls | Greg Kurz |
2014-06-27 | virtio-blk: Rename complete_request_early to complete_request_vring | Fam Zheng |
2014-06-27 | virtio-blk: Unify {non-,}dataplane's request handlings | Fam Zheng |
2014-06-27 | virtio-blk: Schedule BH in the right context | Fam Zheng |
2014-06-27 | virtio-blk: Export request handling functions to dataplane | Fam Zheng |
2014-06-27 | virtio-blk: Make request completion function virtual | Fam Zheng |
2014-06-27 | virtio-blk: Fix and clean up the in_sg and out_sg check | Fam Zheng |
2014-06-27 | virtio-blk: Fill in VirtIOBlockReq.out in dataplane code | Fam Zheng |
2014-06-27 | virtio-blk: Convert VirtIOBlockReq.out to structrue | Fam Zheng |
2014-06-27 | virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdr | Fam Zheng |
2014-06-27 | virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReq | Fam Zheng |
2014-06-27 | virtio-blk: Drop VirtIOBlockRequest.read | Fam Zheng |
2014-06-27 | virtio-blk: Drop bounce buffer from dataplane code | Fam Zheng |
2014-06-27 | virtio-blk: Convert VirtIOBlockReq.elem to pointer | Fam Zheng |
2014-06-27 | virtio-blk: Move VirtIOBlockReq to header | Fam Zheng |
2014-06-23 | qapi: adjust existing defines | Wenchao Xia |
2014-06-21 | block: m25p80: Support read only bdrvs. | Peter Crosthwaite |
2014-06-21 | block: m25p80: sync_page(): Deindent function body. | Peter Crosthwaite |
2014-06-19 | hw/block/pflash_cfi01: Report correct size info for parallel configs | Peter Maydell |
2014-06-16 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2014-06-16 | block: Drop superfluous conditionals around g_free() | Markus Armbruster |
2014-06-16 | savevm: Remove all the unneeded version_minimum_id_old (x86) | Juan Quintela |
2014-06-09 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2014-06-05 | hw: use ld_p/st_p instead of ld_raw/st_raw | Paolo Bonzini |
2014-06-04 | dataplane: Support VIRTIO_BLK_T_SCSI_CMD | Fam Zheng |
2014-06-04 | virtio-blk: Factor out virtio_blk_handle_scsi_req from virtio_blk_handle_scsi | Fam Zheng |
2014-06-04 | virtio-blk: Allow config-wce in dataplane | Fam Zheng |
2014-06-04 | dataplane: implement async flush | Stefan Hajnoczi |
2014-06-04 | dataplane: delete IOQueue since it is no longer used | Stefan Hajnoczi |
2014-06-04 | dataplane: use the QEMU block layer for I/O | Stefan Hajnoczi |
2014-05-28 | block: Replace in_use with operation blocker | Fam Zheng |
2014-05-15 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i... | Peter Maydell |
2014-05-14 | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela |
2014-05-13 | savevm: Remove all the unneeded version_minimum_id_old (arm) | Juan Quintela |
2014-05-07 | xen_disk: add discard support | Olaf Hering |
2014-04-22 | block: Add errp to bdrv_new() | Kevin Wolf |
2014-04-04 | dataplane: replace iothread object_add() with embedded instance | Stefan Hajnoczi |
2014-03-31 | nvme: Permit zero-length block devices | Andreas Färber |
2014-03-19 | dataplane: fix implicit IOThread refcount | Stefan Hajnoczi |
2014-03-13 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2014-03-13 | dataplane: replace internal thread with IOThread | Stefan Hajnoczi |
2014-03-12 | block/m25p80: Remove FROM_SSI_SLAVE() usages | Peter Crosthwaite |
2014-03-09 | Add a 'name' parameter to qemu_thread_create | Dr. David Alan Gilbert |
2014-02-25 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2014-02-21 | block: Add reference parameter to bdrv_open() | Max Reitz |
2014-02-21 | block: Change BDS parameter of bdrv_open() to ** | Max Reitz |
2014-02-20 | xen_disk: fix io accounting | Olaf Hering |
2014-02-14 | qdev: Remove hex8/32/64 property types | Paolo Bonzini |