aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-18qdev: Move bus properties to a separate globalPaolo Bonzini
2012-06-18qdev: Push "type" property up to ObjectPaolo Bonzini
2012-06-18arm_l2x0: Rename "type" property to "cache-type"Andreas Färber
2012-06-18m48t59: Rename "type" property to "model"Paolo Bonzini
2012-06-18qom: Assert that public types have a non-NULL parent fieldPaolo Bonzini
2012-06-18qom: Drop type_register_static_alias() macroPaolo Bonzini
2012-06-18qom: Make Object a typePaolo Bonzini
2012-06-18qom: Add class_base_initPaolo Bonzini
2012-06-18qom: Add object_child_foreach()Paolo Bonzini
2012-06-18qom: Introduce object_property_is_{child,link}()Andreas Färber
2012-06-18qom: Add object_class_get_parent()Paolo Bonzini
2012-06-15audio/winwave: Fix typomalc
2012-06-15build: install qmp-commands.txtBruce Rogers
2012-06-15Add rate limiting of RTC_CHANGE, BALLOON_CHANGE & WATCHDOG eventsDaniel P. Berrange
2012-06-15Add event notification for guest balloon changesDaniel P. Berrange
2012-06-15Fix some more license versions (GPL2+ instead of GPL2)Stefan Weil
2012-06-15monitor: Fix memory leak with readline completionStefan Weil
2012-06-15qmp: do not include monitor.h from qapi-types-core.hPaolo Bonzini
2012-06-15qmp: include monitor.h when neededPaolo Bonzini
2012-06-15kvm: add missing include filesPaolo Bonzini
2012-06-15qemu-iotests: add 036 autoclear feature bit testStefan Hajnoczi
2012-06-15qemu-iotests: add qcow2.py set-feature-bit commandStefan Hajnoczi
2012-06-15fdc-test: introduced qtest read_without_mediaPavel Hrdina
2012-06-15fdc: fix implied seek while there is no media in drivePavel Hrdina
2012-06-15qcow2: fix autoclear image header updateStefan Hajnoczi
2012-06-15xen: Don't peek behind the BlockDriverState abstractionMarkus Armbruster
2012-06-15xen: Don't change -drive if=xen device name during machine initMarkus Armbruster
2012-06-15block: Replace bdrv_get_format() by bdrv_get_format_name()Markus Armbruster
2012-06-15qemu-img: document qed format on qemu-img man pageStefan Hajnoczi
2012-06-15qemu-iotests: COW with many AIO requests on the same clusterKevin Wolf
2012-06-15qemu-iotests: Some backing file COW testsKevin Wolf
2012-06-15qcow2: Fix avail_sectors in cluster allocation codeKevin Wolf
2012-06-15qcow2: Simplify calculation for COW area at the endKevin Wolf
2012-06-15qcow2: always operate caches in writeback modePaolo Bonzini
2012-06-15ide: support enable/disable write cachePaolo Bonzini
2012-06-15block: always open drivers in writeback modePaolo Bonzini
2012-06-15block: add bdrv_set_enable_write_cachePaolo Bonzini
2012-06-15block: copy enable_write_cache in bdrv_appendPaolo Bonzini
2012-06-15savevm: flush after saving vm statePaolo Bonzini
2012-06-15block: flush in writethrough mode after writesPaolo Bonzini
2012-06-15qemu-iotests: start vms in qtest modePaolo Bonzini
2012-06-15qemu-iotests: fill streaming test image with dataPaolo Bonzini
2012-06-15scsi-disk: Don't peek behind the BlockDriverState abstractionMarkus Armbruster
2012-06-15block: New bdrv_get_flags()Markus Armbruster
2012-06-15Prevent disk data loss when closing qemuPavel Dovgaluk
2012-06-15block: Simplify how drive_init() computes default IDMarkus Armbruster
2012-06-15sheepdog: add coroutine_fn markers to coroutine functionsMORITA Kazutaka
2012-06-15rbd: hook up cache optionsJosh Durgin
2012-06-15qcow2: Support for fixing refcount inconsistenciesKevin Wolf
2012-06-15qemu-img check: Print fixed clusters and recheckKevin Wolf