]> git.ipfire.org Git - thirdparty/qemu.git/history - blockdev.c
Merge remote branch 'qemu-kvm/uq/master' into staging
[thirdparty/qemu.git] / blockdev.c
2011-02-01  Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-01  Anthony LiguoriMerge remote branch 'spice/spice.v29.pull' into staging
2011-02-01  Anthony LiguoriMerge remote branch 'spice/usb.5' into staging
2011-02-01  Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-31  Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-31  Markus Armbrusterblockdev: Fix drive_add for drives without media
2011-01-31  Markus Armbrusterblockdev: Replace drive_add()'s fmt, ... by optstr...
2011-01-31  Markus Armbrusterblockdev: Reject multiple definitions for the same...
2011-01-31  Markus Armbrusterblockdev: New drive_get_by_index()
2011-01-31  Markus Armbrusterblockdev: Factor drive_index_to_{bus,unit}_id out of...
2011-01-31  Markus Armbrusterblockdev: Make drive_add() take explicit type, index...
2011-01-31  Markus Armbrusterblockdev: Fix regression in -drive if=scsi,index=N
2011-01-31  Markus Armbrusterblockdev: Put BlockInterfaceType names and max_devs...
2011-01-31  Markus Armbrusterblockdev: New drive_get_next(), replacing qdev_init_bdrv()
2011-01-31  Christoph Hellwigblock: add block_resize monitor command
2011-01-24  Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-01-24  Markus Armbrusterblockdev: Fix drive_del not to crash when drive is...
2011-01-24  Markus Armbrusterblockdev: Make drive_init() use error_report()
2011-01-24  Markus Armbrusterblockdev: Fix error message for invalid -drive CHS
2011-01-24  Jes Sorensendo_snapshot_blkdev() error on missing snapshot_file...
2010-12-27  Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17  Jes SorensenIntroduce do_snapshot_blkdev() and monitor command...
2010-12-17  Ryan Harperblockdev: check dinfo ptr before using
2010-12-01  Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-11-30  Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-11-24  Ryan HarperImplement drive_del to decouple block removal from...
2010-11-16  Anthony LiguoriMerge remote branch 'spice/bugfix.2' into staging
2010-11-04  Kevin Wolfscsi-disk: Implement rerror option
2010-10-27  Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-08-23  Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-22  Gerd HoffmannQemuOpts: make most qemu_*_opts static
2010-07-30  Aurelien JarnoMerge branch 'for-anthony' of git://repo.or.cz/qemu...
2010-07-26  Blue SwirlFix -snapshot deleting images on disk change
2010-07-06  Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06  Markus Armbrusterblockdev: Clean up how readonly persists across virtual...
2010-07-06  Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06  Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-07-02  Markus Armbrusterblockdev: drive_get_by_id() is no longer used, remove
2010-07-02  Markus Armbrusterblockdev: Clean up automatic drive deletion
2010-07-02  Markus Armbrusterblockdev: New drive_get_by_blockdev()
2010-07-02  Markus Armbrusterblockdev: Remove drive_get_serial()
2010-07-01  Luiz CapitulinoMonitor: handle optional '-' arg as a bool
2010-06-22  Eduardo Habkostmonitor: allow device to be ejected if no disk is inserted
2010-06-15  Markus Armbrusterblockdev: Give drives internal linkage
2010-06-15  Markus Armbrustermonitor: Make "commit FOO" complain when FOO doesn...
2010-06-15  Markus Armbrusterblock: Decouple block device "commit all" from DriveInfo
2010-06-15  Markus Armbrusterblock: Move error actions from DriveInfo to BlockDriver...
2010-06-15  Markus ArmbrusterFix regression for "-drive file="
2010-06-14  Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-04  Luiz Capitulinoblock: Fix serial number assignment
2010-06-04  Markus Armbrusterblockdev: Collect block device code in new blockdev.c