summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana19-25/+62
2012-06-19Add PIIX4 properties to control PM system states.Gleb Natapov8-11/+32
2012-06-19make: automatically include dependencies in recursive subdir rules (v2)Anthony Liguori7-6/+8
2012-06-19configure: fix -enable-debug with newer toolchainsAvi Kivity1-2/+1
2012-06-18Merge remote-tracking branch 'afaerber-or/qom-next-2' into stagingAnthony Liguori41-503/+869
2012-06-18Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori12-9/+204
2012-06-18Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori45-243/+2531
2012-06-18Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori17-66/+61
2012-06-18Merge remote-tracking branch 'sweil/for-anthony' into stagingAnthony Liguori10-16/+23
2012-06-18qom: Push error reporting to object_property_find()Paolo Bonzini4-17/+13
2012-06-18qdev: Remove qdev_prop_exists()Paolo Bonzini6-9/+12
2012-06-18qbus: Initialize in standard wayAnthony Liguori1-32/+48
2012-06-18qbus: Make child devices linksAnthony Liguori15-83/+159
2012-06-18qdev: Connect busses with their parent devicesAnthony Liguori2-0/+7
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori27-142/+299
2012-06-18qdev: Move SysBus initialization to sysbus.cPaolo Bonzini2-24/+23
2012-06-18qdev: Use wrapper for qdev_get_pathAnthony Liguori7-17/+33
2012-06-18qdev: Remove qdev_prop_set_defaultsPaolo Bonzini3-26/+23
2012-06-18qdev: Clean up global propertiesPaolo Bonzini2-2/+1
2012-06-18qdev: Move bus properties to abstract superclassesPaolo Bonzini14-84/+74
2012-06-18qdev: Move bus properties to a separate globalPaolo Bonzini9-47/+66
2012-06-18qdev: Push "type" property up to ObjectPaolo Bonzini2-6/+11
2012-06-18arm_l2x0: Rename "type" property to "cache-type"Andreas Färber1-1/+1
2012-06-18m48t59: Rename "type" property to "model"Paolo Bonzini1-18/+22
2012-06-18qom: Assert that public types have a non-NULL parent fieldPaolo Bonzini1-4/+10
2012-06-18qom: Drop type_register_static_alias() macroPaolo Bonzini1-2/+0
2012-06-18qom: Make Object a typePaolo Bonzini2-30/+31
2012-06-18qom: Add class_base_initPaolo Bonzini2-2/+17
2012-06-18qom: Add object_child_foreach()Paolo Bonzini2-0/+31
2012-06-18qom: Introduce object_property_is_{child,link}()Andreas Färber1-5/+15
2012-06-18qom: Add object_class_get_parent()Paolo Bonzini2-0/+21
2012-06-15audio/winwave: Fix typomalc1-1/+1
2012-06-15build: install qmp-commands.txtBruce Rogers1-0/+1
2012-06-15Add rate limiting of RTC_CHANGE, BALLOON_CHANGE & WATCHDOG eventsDaniel P. Berrange2-6/+157
2012-06-15Add event notification for guest balloon changesDaniel P. Berrange6-0/+41
2012-06-15Fix some more license versions (GPL2+ instead of GPL2)Stefan Weil5-10/+10
2012-06-15monitor: Fix memory leak with readline completionStefan Weil1-0/+3
2012-06-15qmp: do not include monitor.h from qapi-types-core.hPaolo Bonzini1-3/+1
2012-06-15qmp: include monitor.h when neededPaolo Bonzini2-0/+2
2012-06-15kvm: add missing include filesPaolo Bonzini1-0/+2
2012-06-15qemu-iotests: add 036 autoclear feature bit testStefan Hajnoczi3-0/+121
2012-06-15qemu-iotests: add qcow2.py set-feature-bit commandStefan Hajnoczi1-0/+23
2012-06-15fdc-test: introduced qtest read_without_mediaPavel Hrdina1-0/+66
2012-06-15fdc: fix implied seek while there is no media in drivePavel Hrdina1-0/+4
2012-06-15qcow2: fix autoclear image header updateStefan Hajnoczi1-8/+9
2012-06-15xen: Don't peek behind the BlockDriverState abstractionMarkus Armbruster2-5/+4
2012-06-15xen: Don't change -drive if=xen device name during machine initMarkus Armbruster1-5/+4
2012-06-15block: Replace bdrv_get_format() by bdrv_get_format_name()Markus Armbruster3-11/+7
2012-06-15qemu-img: document qed format on qemu-img man pageStefan Hajnoczi1-0/+23
2012-06-15qemu-iotests: COW with many AIO requests on the same clusterKevin Wolf3-0/+1043