aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-17Remove NULL checks for bdrv_new return valueKevin Wolf
2010-12-17qemu.img.c: Use error_report() instead of own error() implementationJes Sorensen
2010-12-17bdrv_img_create() use proper errno return valuesJes Sorensen
2010-12-17Prevent creating an image with the same filename as backing fileJes Sorensen
2010-12-17Introduce do_snapshot_blkdev() and monitor command to handle it.Jes Sorensen
2010-12-17qemu-img.c: Re-factor img_create()Jes Sorensen
2010-12-17qemu-img: Call error_set_prognameKevin Wolf
2010-12-17ide: honor ncq for atapiAlexander Graf
2010-12-17ahci: set SATA Mode SelectSebastian Herbszt
2010-12-17config: add ahci for pci capable machinesAlexander Graf
2010-12-17config: move ide core and pci to pci.makAlexander Graf
2010-12-17ahci: add ahci emulationAlexander Graf
2010-12-17pci: add ich9 pci idAlexander Graf
2010-12-17pci: add storage class for sataAlexander Graf
2010-12-17ide: add ncq identify data for ahci sata drivesRoland Elek
2010-12-17ide: move transfer_start after variable modificationAlexander Graf
2010-12-17ide: Split out BMDMA code from ATA coreAlexander Graf
2010-12-17ide: fix whitespace gap in ide_exec_cmdAlexander Graf
2010-12-17ide: split ide command interpretation offAlexander Graf
2010-12-17qemu-img.c: Clean up handling of image size in img_create()Jes Sorensen
2010-12-17Introduce strtosz_suffix()Jes Sorensen
2010-12-17block: Fix the use of protocols in backing filesStefan Hajnoczi
2010-12-17block: Introduce path_has_protocol() functionStefan Hajnoczi
2010-12-17blockdev: check dinfo ptr before usingRyan Harper
2010-12-17Merge remote branch 'arm/for-anthony' into stagingAnthony Liguori
2010-12-17Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-12-17Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori
2010-12-17Merge remote branch 'jvrao/for-anthony' into stagingAnthony Liguori
2010-12-17Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-12-14qemu-img: Fail creation if backing format is invalidStefan Hajnoczi
2010-12-14qemu-img: Free option parameter lists in img_create()Stefan Hajnoczi
2010-12-14qemu-option: Fix parse_option_parameters() documentation typoStefan Hajnoczi
2010-12-14qemu-option: Don't reinvent append_option_parameters()Stefan Hajnoczi
2010-12-14qemu-img: Deprecate obsolete -6 and -e optionsJes Sorensen
2010-12-14ceph/rbd block driver for qemu-kvmChristian Brunner
2010-12-14Make error handling more consistent in img_create() and img_resize()Jes Sorensen
2010-12-14Fail if detecting an unknown optionJes Sorensen
2010-12-14Fix formatting and missing braces in qemu-img.cJes Sorensen
2010-12-14Consolidate printing of block driver optionsJes Sorensen
2010-12-14img_convert(): Only try to free bs[] entries if bs is valid.Jes Sorensen
2010-12-14Use qemu_mallocz() instead of calloc() in img_convert()Jes Sorensen
2010-12-14Add missing tracing to qemu_mallocz()Jes Sorensen
2010-12-14block: Make bdrv_create_file() ':' handling consistentStefan Hajnoczi
2010-12-12Watchdog: disable watchdog timer when hard-rebooting a guest.Richard W.M. Jones
2010-12-11Pass boot device list to firmware.Gleb Natapov
2010-12-11Add notifier that will be called when machine is fully created.Gleb Natapov
2010-12-11Add bootindex for option roms.Gleb Natapov
2010-12-11Change fw_cfg_add_file() to get full file path as a parameter.Gleb Natapov
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov
2010-12-11Add get_fw_dev_path callback to scsi bus.Gleb Natapov