summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-24ppc: Split off timebase helpersBlue Swirl3-135/+162
2012-06-24ppc: Cleanup MMU mergeBlue Swirl2-106/+35
2012-06-24ppc: Move MMU helpers from helper.c to mmu_helper.cBlue Swirl2-2475/+2471
2012-06-24ppc: Avoid a warning with the next patchBlue Swirl1-2/+2
2012-06-24ppc: Avoid AREG0 for MMU etc. helpersBlue Swirl5-133/+142
2012-06-24ppc: Split MMU etc. helpers from op_helper.cBlue Swirl3-854/+884
2012-06-24ppc: Avoid AREG0 for integer and vector helpersBlue Swirl4-191/+280
2012-06-24ppc: Split integer and vector opsBlue Swirl3-1500/+1540
2012-06-24ppc: Avoid AREG0 for FPU and SPE helpersBlue Swirl4-322/+346
2012-06-24ppc: Split FPU and SPE opsBlue Swirl3-1710/+1733
2012-06-24ppc: Move exception helpers from helper.c to excp_helper.cBlue Swirl3-746/+745
2012-06-24ppc: Fix coding style in helper.cBlue Swirl1-164/+230
2012-06-24ppc: Avoid AREG0 for exception helpersBlue Swirl5-76/+85
2012-06-24ppc: Split exception helpersBlue Swirl3-190/+220
2012-06-24ppc: Fix coding style in op_helper.cBlue Swirl1-520/+725
2012-06-24TCG: Fix compile breakage in tcg_dump_opsAlexander Graf2-2/+2
2012-06-21libcacard: build fixesBlue Swirl2-6/+7
2012-06-21qtest: add a fuzz test to fdc-testBlue Swirl1-0/+17
2012-06-21fdc: use LOG_UNIMP loggingBlue Swirl1-13/+17
2012-06-21qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl5-38/+58
2012-06-21qemu-log: add log category for unimplemented functionalityBlue Swirl2-0/+3
2012-06-21qemu-log: cleanupBlue Swirl8-113/+168
2012-06-21qemu-log: move logging to qemu-log.cBlue Swirl5-151/+170
2012-06-21xilinx_timer: Fixed deadlock issuePeter A. G. Crosthwaite1-1/+1
2012-06-21xilinx_timer: Removed include of qemu-timerPeter A. G. Crosthwaite1-1/+0
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