summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-17ide: move transfer_start after variable modificationAlexander Graf1-4/+4
2010-12-17ide: Split out BMDMA code from ATA coreAlexander Graf7-298/+446
2010-12-17ide: fix whitespace gap in ide_exec_cmdAlexander Graf1-367/+367
2010-12-17ide: split ide command interpretation offAlexander Graf2-6/+16
2010-12-17qemu-img.c: Clean up handling of image size in img_create()Jes Sorensen1-6/+17
2010-12-17Introduce strtosz_suffix()Jes Sorensen2-3/+21
2010-12-17block: Fix the use of protocols in backing filesStefan Hajnoczi1-3/+11
2010-12-17block: Introduce path_has_protocol() functionStefan Hajnoczi1-28/+36
2010-12-17blockdev: check dinfo ptr before usingRyan Harper1-2/+4
2010-12-17Merge remote branch 'arm/for-anthony' into stagingAnthony Liguori6-42/+312
2010-12-17Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori9-107/+1344
2010-12-17Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori2-49/+39
2010-12-17Merge remote branch 'jvrao/for-anthony' into stagingAnthony Liguori7-12/+80
2010-12-17Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori13-122/+195
2010-12-14qemu-img: Fail creation if backing format is invalidStefan Hajnoczi1-10/+12
2010-12-14qemu-img: Free option parameter lists in img_create()Stefan Hajnoczi1-2/+2
2010-12-14qemu-option: Fix parse_option_parameters() documentation typoStefan Hajnoczi1-2/+2
2010-12-14qemu-option: Don't reinvent append_option_parameters()Stefan Hajnoczi1-8/+1
2010-12-14qemu-img: Deprecate obsolete -6 and -e optionsJes Sorensen2-32/+22
2010-12-14ceph/rbd block driver for qemu-kvmChristian Brunner4-0/+1183
2010-12-14Make error handling more consistent in img_create() and img_resize()Jes Sorensen1-6/+12
2010-12-14Fail if detecting an unknown optionJes Sorensen1-0/+8
2010-12-14Fix formatting and missing braces in qemu-img.cJes Sorensen1-26/+51
2010-12-14Consolidate printing of block driver optionsJes Sorensen1-9/+37
2010-12-14img_convert(): Only try to free bs[] entries if bs is valid.Jes Sorensen1-5/+8
2010-12-14Use qemu_mallocz() instead of calloc() in img_convert()Jes Sorensen1-6/+2
2010-12-14Add missing tracing to qemu_mallocz()Jes Sorensen1-1/+4
2010-12-14block: Make bdrv_create_file() ':' handling consistentStefan Hajnoczi1-1/+1
2010-12-12Watchdog: disable watchdog timer when hard-rebooting a guest.Richard W.M. Jones2-5/+20
2010-12-11Pass boot device list to firmware.Gleb Natapov3-0/+63
2010-12-11Add notifier that will be called when machine is fully created.Gleb Natapov2-0/+17
2010-12-11Add bootindex for option roms.Gleb Natapov12-24/+60
2010-12-11Change fw_cfg_add_file() to get full file path as a parameter.Gleb Natapov3-16/+20
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov17-2/+119
2010-12-11Add get_fw_dev_path callback to scsi bus.Gleb Natapov1-0/+23
2010-12-11Add get_fw_dev_path callback for usb bus.Gleb Natapov1-0/+42
2010-12-11Record which USBDevice USBPort belongs too.Gleb Natapov6-6/+8
2010-12-11Add get_fw_dev_path callback for pci bus.Gleb Natapov1-23/+85
2010-12-11Add get_fw_dev_path callback for system bus.Gleb Natapov3-0/+36
2010-12-11Add get_fw_dev_path callback to IDE bus.Gleb Natapov1-0/+13
2010-12-11Store IDE bus id in IDEBus structure for easy access.Gleb Natapov6-9/+11
2010-12-11Add get_fw_dev_path callback to ISA bus in qdev.Gleb Natapov1-0/+16
2010-12-11Keep track of ISA ports ISA device is using in qdev.Gleb Natapov13-0/+57
2010-12-11Introduce new BusInfo callback get_fw_dev_path.Gleb Natapov1-0/+7
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov11-0/+16
2010-12-11monitor: implement x86 info mem for PAE and long modesBlue Swirl1-12/+164
2010-12-11monitor: implement x86 info tlb for PAE and long modesBlue Swirl1-11/+140
2010-12-11wdt_i6300esb: register a reset functionBernhard Kohl1-18/+21
2010-12-11isa-bus.c: use hw_error instead of fprintfTristan Gingold1-7/+4
2010-12-11usb_ohci: Always use little endianAlexander Graf3-11/+2