aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-04block: call the snapshot handlers of the protocol driversMORITA Kazutaka
2010-06-04close all the block drivers before the qemu process exitsMORITA Kazutaka
2010-06-04block: Assume raw for drives without mediaKevin Wolf
2010-06-04Fix error message in drive_initKevin Wolf
2010-06-04scsi: Fix info qtree for scsi-disk.verMarkus Armbruster
2010-06-04scsi: Turn drive serial into a qdev property scsi-disk.serialMarkus Armbruster
2010-06-04ide: Fix info qtree for ide-drive.verMarkus Armbruster
2010-06-04ide: Turn drive serial into a qdev property ide-drive.serialMarkus Armbruster
2010-06-04qdev: Don't leak string property value on hot unplugMarkus Armbruster
2010-06-04qdev: New qdev_prop_set_string()Markus Armbruster
2010-06-04ide: Split non-qdev code off ide_init2()Markus Armbruster
2010-06-04ide: Change ide_init_drive() to require valid dinfo argumentMarkus Armbruster
2010-06-04ide: Split ide_init1() off ide_init2()Markus Armbruster
2010-06-04ide: Remove redundant IDEState member confMarkus Armbruster
2010-06-04ide: Remove useless IDEDeviceInfo members unit, driveMarkus Armbruster
2010-06-04usb: Remove unused usb_device_add() parameter is_hotplugMarkus Armbruster
2010-06-04blockdev: Belatedly remove driveoptsMarkus Armbruster
2010-06-04blockdev: Belatedly remove MAX_DRIVESMarkus Armbruster
2010-06-04qemu-io: Fix error messagesKevin Wolf
2010-06-04Cleanup: virtio-blk.c: Be more consistent using BDRV_SECTOR_SIZE insteadJes Sorensen
2010-06-04Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512Jes Sorensen
2010-06-04Cleanup: Be consistent and use BDRV_SECTOR_SIZE instead of 512Jes Sorensen
2010-06-04Cleanup: bdrv_open() no need to shift total_size just to shift back.Jes Sorensen
2010-06-03Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-06-03migration: respect exit status with exec:Anthony Liguori
2010-06-03tcg-i386: fix a typoAurelien Jarno
2010-06-02tcg-i386: declare tcg_out_tlb_load() inlineAurelien Jarno
2010-06-02tcg-i386: Remove some ifdefs in qemu_ld/st.Richard Henderson
2010-06-02tcg-i386: Split out tlb load function.Richard Henderson
2010-06-02tcg-i386: Swap order of TLB hit and miss paths.Richard Henderson
2010-06-02tcg-i386: Split out TLB Hit path from qemu_ld/st.Richard Henderson
2010-06-02tcg-i386: Tidy data16 prefixes.Richard Henderson
2010-06-02sparc64: fix umul and smul insnsIgor V. Kovalenko
2010-06-02sparc64: fix udiv and sdiv insnsIgor V. Kovalenko
2010-06-02sparc64: improve ldf and stf insnsIgor V. Kovalenko
2010-06-02sparc64: use symbolic name for MMU index v1Igor V. Kovalenko
2010-06-02sparc64: fix ldxfsr insnIgor V. Kovalenko
2010-06-02sparc64: fix 32bit load sign extensionIgor V. Kovalenko
2010-06-02sparc64: fix missing address masking v1Igor V. Kovalenko
2010-06-02sparc64: fix tag access register on mmu trapsIgor V. Kovalenko
2010-06-01vnc: add missing target for vnc-encodings-*.oCorentin Chary
2010-06-01vnc: tight: don't forget the third colorCorentin Chary
2010-06-01vnc: tight: don't forget last pixel in tight_encode_indexed_rectCorentin Chary
2010-06-01Monitor: Drop QMP documentation from codeLuiz Capitulino
2010-06-01QMP: Introduce commands documentationJan Kiszka
2010-06-01monitor: Reorder info documentationJan Kiszka
2010-06-01Merge remote branch 'mst/for_anthony' into HEADAnthony Liguori
2010-06-01vnc: move size-changed check into the vnc_desktop_resize function.Gerd Hoffmann
2010-06-01vnc: don't send invalid screen updates.Gerd Hoffmann
2010-06-01vnc: keep track of client desktop sizeGerd Hoffmann