summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ide: Split out BMDMA code from ATA coreAlexander Graf2010-12-177-298/+446
* ide: fix whitespace gap in ide_exec_cmdAlexander Graf2010-12-171-367/+367
* ide: split ide command interpretation offAlexander Graf2010-12-172-6/+16
* qemu-img.c: Clean up handling of image size in img_create()Jes Sorensen2010-12-171-6/+17
* Introduce strtosz_suffix()Jes Sorensen2010-12-172-3/+21
* block: Fix the use of protocols in backing filesStefan Hajnoczi2010-12-171-3/+11
* block: Introduce path_has_protocol() functionStefan Hajnoczi2010-12-171-28/+36
* blockdev: check dinfo ptr before usingRyan Harper2010-12-171-2/+4
* Merge remote branch 'arm/for-anthony' into stagingAnthony Liguori2010-12-176-42/+312
|\
| * ARM: Implement VCVT to 16 bit integer using new softfloat routinesPeter Maydell2010-12-071-1/+1
| * softfloat: Add float/double to 16 bit integer conversion functionsPeter Maydell2010-12-072-0/+140
| * ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed pointPeter Maydell2010-12-071-1/+1
| * ARM: Return correct result for single<->double conversion of NaNPeter Maydell2010-12-071-2/+10
| * softfloat: Add float*_maybe_silence_nan() functionsPeter Maydell2010-12-072-0/+40
| * ARM: Return correct result for float-to-integer conversion of NaNPeter Maydell2010-12-071-0/+27
| * softfloat: Add float*_is_any_nan() functionsPeter Maydell2010-12-071-0/+10
| * ARM: Fix sense of to_integer bit in Neon VCVT float/int conversionPeter Maydell2010-12-071-4/+4
| * ARM: Fix decoding of Neon forms of VCVT between float and fixed pointPeter Maydell2010-12-071-2/+6
| * ARM: Fix decoding of VFP forms of VCVT between float and int/fixedPeter Maydell2010-12-071-7/+12
| * ARM: fix ldrexd/strexdPeter Maydell2010-12-072-4/+6
| * target-arm: Handle 'smc' as an undefined instructionAdam Lackorzynski2010-12-071-1/+8
| * target-arm: Fix mixup in decoding of saturating add and subJohan Bengtsson2010-12-071-2/+2
| * target-arm: Add support for PKHxx in thumb2Johan Bengtsson2010-12-071-18/+45
* | Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-12-179-107/+1344
|\ \
| * | qemu-img: Fail creation if backing format is invalidStefan Hajnoczi2010-12-141-10/+12
| * | qemu-img: Free option parameter lists in img_create()Stefan Hajnoczi2010-12-141-2/+2
| * | qemu-option: Fix parse_option_parameters() documentation typoStefan Hajnoczi2010-12-141-2/+2
| * | qemu-option: Don't reinvent append_option_parameters()Stefan Hajnoczi2010-12-141-8/+1Star
| * | qemu-img: Deprecate obsolete -6 and -e optionsJes Sorensen2010-12-142-32/+22Star
| * | ceph/rbd block driver for qemu-kvmChristian Brunner2010-12-144-0/+1183
| * | Make error handling more consistent in img_create() and img_resize()Jes Sorensen2010-12-141-6/+12
| * | Fail if detecting an unknown optionJes Sorensen2010-12-141-0/+8
| * | Fix formatting and missing braces in qemu-img.cJes Sorensen2010-12-141-26/+51
| * | Consolidate printing of block driver optionsJes Sorensen2010-12-141-9/+37
| * | img_convert(): Only try to free bs[] entries if bs is valid.Jes Sorensen2010-12-141-5/+8
| * | Use qemu_mallocz() instead of calloc() in img_convert()Jes Sorensen2010-12-141-6/+2Star
| * | Add missing tracing to qemu_mallocz()Jes Sorensen2010-12-141-1/+4
| * | block: Make bdrv_create_file() ':' handling consistentStefan Hajnoczi2010-12-141-1/+1
* | | Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori2010-12-172-49/+39Star
|\ \ \
| * | | correct migrate_set_speed's args_typeWen Congyang2010-12-061-1/+1
| * | | QMP: Simplify monitor_json_emitter()Luiz Capitulino2010-12-061-4/+2Star
| * | | QMP: Drop dead codeLuiz Capitulino2010-12-061-40/+34Star
| * | | QMP: Fix default response regressionLuiz Capitulino2010-12-061-4/+2Star
| | |/ | |/|
* | | Merge remote branch 'jvrao/for-anthony' into stagingAnthony Liguori2010-12-177-12/+80
|\ \ \
| * | | virtio-9p: fix build on !CONFIG_UTIMENSATHidetoshi Seto2010-12-033-2/+62
| * | | virtio-9p: Check the return value of llistxattr.Kusanagi Kouichi2010-12-031-0/+3
| * | | hw/virtio9p: Use appropriate debug print functions in TLINK pathHarsh Prateek Bora2010-12-031-2/+2
| * | | [virtio-9p] Add datasync to server side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)2010-12-033-8/+13
* | | | Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2010-12-1713-122/+195
|\ \ \ \ | |_|_|/ |/| | |
| * | | pci/aer: factor out common codeMichael S. Tsirkin2010-12-091-14/+13Star