| Commit message (Expand) | Author | Age | Files | Lines |
* | block: Add options QDict to bdrv_open() prototype | Kevin Wolf | 2013-03-15 | 1 | -1/+1 |
* | hw: include hw header files with full paths | Paolo Bonzini | 2013-03-01 | 1 | -3/+3 |
* | xen_disk: implement BLKIF_OP_FLUSH_DISKCACHE, remove BLKIF_OP_WRITE_BARRIER | Stefano Stabellini | 2013-01-14 | 1 | -5/+4 |
* | xen_disk: add persistent grant support to xen_disk backend | Roger Pau Monne | 2013-01-14 | 1 | -17/+154 |
* | xen_disk: fix memory leak | Roger Pau Monne | 2013-01-14 | 1 | -2/+26 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | janitor: do not include qemu-char everywhere | Paolo Bonzini | 2012-12-19 | 1 | -1/+0 |
* | xen: Reorganize includes of Xen headers. | Anthony PERARD | 2012-06-21 | 1 | -5/+1 |
* | xen: Don't peek behind the BlockDriverState abstraction | Markus Armbruster | 2012-06-15 | 1 | -2/+1 |
* | qemu/xendisk: set maximum number of grants to be used | Jan Beulich | 2012-06-11 | 1 | -0/+14 |
* | xen_disk: properly update stats in ioreq_release() | Jan Beulich | 2012-05-17 | 1 | -4/+8 |
* | xen_disk: use bdrv_aio_flush instead of bdrv_flush | Stefano Stabellini | 2012-05-17 | 1 | -4/+18 |
* | xen_disk: remove syncwrite option | Stefano Stabellini | 2012-05-17 | 1 | -7/+1 |
* | xen: handle backend deletion from xenstore | Stefano Stabellini | 2012-04-13 | 1 | -0/+4 |
* | Merge remote-tracking branch 'sstabellini/disk_io' into staging | Anthony Liguori | 2012-03-28 | 1 | -5/+5 |
|\ |
|
| * | xen_disk: when using AIO flush after the operation is completed | Stefano Stabellini | 2012-03-23 | 1 | -3/+3 |
| * | xen_disk: open disk with BDRV_O_NOCACHE | BDRV_O_CACHE_WB | BDRV_O_NATIVE_AIO | Stefano Stabellini | 2012-03-23 | 1 | -2/+2 |
* | | xen_disk: detach the blkdev before bdrv_delete | Stefano Stabellini | 2012-03-27 | 1 | -0/+1 |
|/ |
|
* | prepare for future GPLv2+ relicensing | Paolo Bonzini | 2012-01-13 | 1 | -0/+3 |
* | xen_disk: remove dead code | Paolo Bonzini | 2011-12-05 | 1 | -84/+2 |
* | xen_disk: Always set feature-barrier = 1 | Kevin Wolf | 2011-10-21 | 1 | -3/+2 |
* | Introduce a new 'connected' xendev op called when Connected. | John Haxby | 2011-09-09 | 1 | -1/+1 |
* | block: Attach non-qdev devices as well | Markus Armbruster | 2011-09-06 | 1 | -0/+1 |
* | block: explicit I/O accounting | Christoph Hellwig | 2011-08-25 | 1 | -0/+5 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-20 | 1 | -12/+12 |
* | xen_disk: treat "aio" as "raw" | Stefano Stabellini | 2011-07-17 | 1 | -0/+3 |
* | xen_disk: cope with missing xenstore "params" node | Stefano Stabellini | 2011-07-17 | 1 | -7/+27 |
* | hw/xen_disk: Remove unused local variable | Stefan Weil | 2011-05-18 | 1 | -3/+1 |
* | xen: Support new libxc calls from xen unstable. | Anthony PERARD | 2011-05-08 | 1 | -2/+2 |
* | xen: Replace some tab-indents with spaces (clean-up). | Anthony PERARD | 2011-05-08 | 1 | -227/+265 |
* | hw/xen_disk: ioreq not finished on error | Feiran Zheng | 2011-04-07 | 1 | -2/+8 |
* | hw/xen_disk: aio_inflight not released in handling ioreq when nr_segments==0 | Feiran Zheng | 2011-03-15 | 1 | -1/+1 |
* | Remove NULL checks for bdrv_new return value | Kevin Wolf | 2010-12-17 | 1 | -11/+6 |
* | qemu and qemu-xen: support empty write barriers in xen_disk | Stefano Stabellini | 2010-11-24 | 1 | -2/+10 |
* | Rearrange block headers | Blue Swirl | 2010-08-24 | 1 | -0/+1 |
* | Remove dead assignments in various common files, spotted by clang analyzer | Blue Swirl | 2010-04-25 | 1 | -3/+1 |
* | Replace calls of old bdrv_open | Kevin Wolf | 2010-04-23 | 1 | -1/+1 |
* | Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone... | Naphtali Sprei | 2010-01-20 | 1 | -1/+1 |
* | Configurable block format whitelist | Markus Armbruster | 2009-11-09 | 1 | -1/+2 |
* | Fix sys-queue.h conflict for good | Blue Swirl | 2009-09-12 | 1 | -20/+20 |
* | kill drives_table | Gerd Hoffmann | 2009-07-27 | 1 | -7/+7 |
* | Update to a hopefully more future proof FSF address | Blue Swirl | 2009-07-16 | 1 | -2/+1 |
* | xen_disk: move sanity check to the correct place | Gerd Hoffmann | 2009-06-13 | 1 | -4/+5 |
* | Fix compilation when x86_64 is defined | Blue Swirl | 2009-04-25 | 1 | -6/+12 |
* | Use a more natural order | blueswir1 | 2009-04-23 | 1 | -2/+2 |
* | xen: add block device backend driver. (Gerd Hoffmann) | aliguori | 2009-04-22 | 1 | -0/+779 |