Age | Commit message (Expand) | Author |
2014-08-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-08-18 | memory: remove memory_region_destroy | Paolo Bonzini |
2014-08-15 | virtio-blk: Correct bug in support for flexible descriptor layout | Marc MarĂ |
2014-08-15 | dataplane: stop trying on notifier error | Cornelia Huck |
2014-08-15 | dataplane: fail notifier setting gracefully | Cornelia Huck |
2014-08-15 | dataplane: print why starting failed | Cornelia Huck |
2014-08-15 | xen_disk: fix possible null-ptr dereference | Gonglei (Arei) |
2014-07-15 | virtio-blk: dataplane: notify guest as a batch | Ming Lei |
2014-07-15 | virtio-blk: data-plane: fix save/set .complete_request in start | Ming Lei |
2014-07-14 | virtio-blk: Treat read/write beyond end as invalid | Markus Armbruster |
2014-07-14 | virtio-blk: Bypass error action and I/O accounting on invalid r/w | Markus Armbruster |
2014-07-14 | virtio-blk: Factor common checks out of virtio_blk_handle_read/write() | Markus Armbruster |
2014-07-14 | virtio-blk: embed VirtQueueElement in VirtIOBlockReq | Stefan Hajnoczi |
2014-07-14 | virtio-blk: avoid g_slice_new0() for VirtIOBlockReq and VirtQueueElement | Stefan Hajnoczi |
2014-07-14 | virtio-blk: avoid dataplane VirtIOBlockReq early free | Stefan Hajnoczi |
2014-07-07 | dataplane: submit I/O as a batch | Ming Lei |
2014-07-01 | virtio-blk: remove need for explicit x-data-plane=on option | Stefan Hajnoczi |
2014-07-01 | virtio-blk: replace x-iothread with iothread link property | Stefan Hajnoczi |
2014-07-01 | virtio-blk: move qdev properties into virtio-blk.c | Stefan Hajnoczi |
2014-07-01 | virtio-blk: drop virtio_blk_set_conf() | Stefan Hajnoczi |
2014-07-01 | dataplane: bail out on unsupported transport | Cornelia Huck |
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 |