summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ide: Split non-qdev code off ide_init2()Markus Armbruster2010-06-048-18/+34
* ide: Change ide_init_drive() to require valid dinfo argumentMarkus Armbruster2010-06-041-22/+25
* ide: Split ide_init1() off ide_init2()Markus Armbruster2010-06-041-15/+17
* ide: Remove redundant IDEState member confMarkus Armbruster2010-06-043-14/+9
* ide: Remove useless IDEDeviceInfo members unit, driveMarkus Armbruster2010-06-041-2/+0
* usb: Remove unused usb_device_add() parameter is_hotplugMarkus Armbruster2010-06-041-3/+3
* blockdev: Belatedly remove driveoptsMarkus Armbruster2010-06-042-2/+0
* blockdev: Belatedly remove MAX_DRIVESMarkus Armbruster2010-06-042-3/+0
* qemu-io: Fix error messagesKevin Wolf2010-06-041-2/+2
* Cleanup: virtio-blk.c: Be more consistent using BDRV_SECTOR_SIZE insteadJes Sorensen2010-06-041-3/+4
* Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512Jes Sorensen2010-06-041-9/+11
* Cleanup: Be consistent and use BDRV_SECTOR_SIZE instead of 512Jes Sorensen2010-06-041-6/+7
* Cleanup: bdrv_open() no need to shift total_size just to shift back.Jes Sorensen2010-06-041-2/+2
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-06-0312-118/+414
|\
| * block: Add missing bdrv_delete() for SG_IO BlockDriver in find_image_format()Nicholas A. Bellinger2010-05-281-1/+3
| * qcow2: Fix corruption after error in update_refcountKevin Wolf2010-05-281-0/+4
| * qcow2: Fix corruption after refblock allocationKevin Wolf2010-05-281-2/+9
| * qcow2: Return right error code in write_refcount_block_entriesKevin Wolf2010-05-281-12/+15
| * qcow2: Change l2_load to return 0/-errnoKevin Wolf2010-05-281-16/+22
| * qcow2: Allow qcow2_get_cluster_offset to return errorsKevin Wolf2010-05-283-19/+37
| * block.h: Make BDRV_SECTOR_SIZE 64 bit safeJes Sorensen2010-05-281-1/+1
| * posix-aio-compat: Expand tabs that have crept inStefan Hajnoczi2010-05-281-29/+29
| * drive: allow rerror, werror and readonly for if=noneGerd Hoffmann2010-05-281-3/+3
| * add support for protocol driver create_optionsMORITA Kazutaka2010-05-285-26/+86
| * qemu-io: Add multiwrite commandKevin Wolf2010-05-281-0/+192
| * block: Fix multiwrite with overlapping requestsKevin Wolf2010-05-281-1/+1
| * qcow2: Fix error handling in l2_allocateKevin Wolf2010-05-281-10/+13
| * qcow2: Clear L2 table cache after write errorKevin Wolf2010-05-281-0/+1
* | migration: respect exit status with exec:Anthony Liguori2010-06-034-8/+28
* | tcg-i386: fix a typoAurelien Jarno2010-06-031-1/+1
* | tcg-i386: declare tcg_out_tlb_load() inlineAurelien Jarno2010-06-021-3/+4
* | tcg-i386: Remove some ifdefs in qemu_ld/st.Richard Henderson2010-06-021-47/+38
* | tcg-i386: Split out tlb load function.Richard Henderson2010-06-021-106/+97
* | tcg-i386: Swap order of TLB hit and miss paths.Richard Henderson2010-06-021-92/+80
* | tcg-i386: Split out TLB Hit path from qemu_ld/st.Richard Henderson2010-06-021-95/+102
* | tcg-i386: Tidy data16 prefixes.Richard Henderson2010-06-021-10/+18
* | sparc64: fix umul and smul insnsIgor V. Kovalenko2010-06-021-26/+29
* | sparc64: fix udiv and sdiv insnsIgor V. Kovalenko2010-06-021-2/+2
* | sparc64: improve ldf and stf insnsIgor V. Kovalenko2010-06-021-0/+28
* | sparc64: use symbolic name for MMU index v1Igor V. Kovalenko2010-06-021-12/+16
* | sparc64: fix ldxfsr insnIgor V. Kovalenko2010-06-021-1/+5
* | sparc64: fix 32bit load sign extensionIgor V. Kovalenko2010-06-021-1/+1
* | sparc64: fix missing address masking v1Igor V. Kovalenko2010-06-022-2/+52
* | sparc64: fix tag access register on mmu trapsIgor V. Kovalenko2010-06-021-0/+5
* | vnc: add missing target for vnc-encodings-*.oCorentin Chary2010-06-011-3/+3
* | vnc: tight: don't forget the third colorCorentin Chary2010-06-011-0/+1
* | vnc: tight: don't forget last pixel in tight_encode_indexed_rectCorentin Chary2010-06-011-5/+4
* | Monitor: Drop QMP documentation from codeLuiz Capitulino2010-06-019-368/+0
* | QMP: Introduce commands documentationJan Kiszka2010-06-015-4/+1376
* | monitor: Reorder info documentationJan Kiszka2010-06-011-90/+96
OpenPOWER on IntegriCloud