aboutsummaryrefslogtreecommitdiffstats
path: root/hw/xen_disk.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-17Remove NULL checks for bdrv_new return valueKevin Wolf1-11/+6
2010-11-24qemu and qemu-xen: support empty write barriers in xen_diskStefano Stabellini1-2/+10
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl1-3/+1
2010-04-23Replace calls of old bdrv_openKevin Wolf1-1/+1
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei1-1/+1
2009-11-09Configurable block format whitelistMarkus Armbruster1-1/+2
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-20/+20
2009-07-27kill drives_tableGerd Hoffmann1-7/+7
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-13xen_disk: move sanity check to the correct placeGerd Hoffmann1-4/+5
2009-04-25Fix compilation when x86_64 is definedBlue Swirl1-6/+12
2009-04-23Use a more natural orderblueswir11-2/+2
2009-04-22xen: add block device backend driver. (Gerd Hoffmann)aliguori1-0/+779