aboutsummaryrefslogtreecommitdiff
path: root/hw/xen_disk.c
AgeCommit message (Expand)Author
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-17xen_disk: treat "aio" as "raw"Stefano Stabellini
2011-07-17xen_disk: cope with missing xenstore "params" nodeStefano Stabellini
2011-05-18hw/xen_disk: Remove unused local variableStefan Weil
2011-05-08xen: Support new libxc calls from xen unstable.Anthony PERARD
2011-05-08xen: Replace some tab-indents with spaces (clean-up).Anthony PERARD
2011-04-07hw/xen_disk: ioreq not finished on errorFeiran Zheng
2011-03-15hw/xen_disk: aio_inflight not released in handling ioreq when nr_segments==0Feiran Zheng
2010-12-17Remove NULL checks for bdrv_new return valueKevin Wolf
2010-11-24qemu and qemu-xen: support empty write barriers in xen_diskStefano Stabellini
2010-08-24Rearrange block headersBlue Swirl
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl
2010-04-23Replace calls of old bdrv_openKevin Wolf
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei
2009-11-09Configurable block format whitelistMarkus Armbruster
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-07-27kill drives_tableGerd Hoffmann
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-06-13xen_disk: move sanity check to the correct placeGerd Hoffmann
2009-04-25Fix compilation when x86_64 is definedBlue Swirl
2009-04-23Use a more natural orderblueswir1
2009-04-22xen: add block device backend driver. (Gerd Hoffmann)aliguori