summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-06-24Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl2-189/+149
2012-06-24Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl1-7/+20
2012-06-24Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Blue Swirl16-487/+569
2012-06-21fdc: use LOG_UNIMP loggingBlue Swirl1-13/+17
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-20hw/pxa2xx_pic: Convert coprocessor registers to new schemePeter Maydell1-22/+31
2012-06-20hw/pxa2xx.c: Convert CLKCFG and PWRMODE cp14 regsPeter Maydell1-100/+71
2012-06-20hw/pxa2xx: Convert cp14 perf registers to new schemePeter Maydell1-81/+61
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana15-20/+31
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 Liguori2-1/+2
2012-06-19arm_boot: Conditionalised DTB command line updatePeter A. G. Crosthwaite1-4/+6
2012-06-19cadence_ttc: changed master clock frequencyPeter A. G. Crosthwaite1-1/+1
2012-06-19cadence_gem: avoid stack-writing buffer-overrunJim Meyering1-1/+1
2012-06-19hw/a9mpcore: Fix compilation failure if physaddrs are 64 bitPeter Maydell1-1/+1
2012-06-19hw/omap.h: Drop broken MEM_VERBOSE tracingPeter Maydell1-95/+0
2012-06-19hw/armv7m_nvic: Make the NVIC a freestanding classPeter Maydell5-240/+371
2012-06-19hw/arm_gic: Move CPU interface memory region setup into arm_gic_initPeter Maydell2-14/+14
2012-06-19hw/arm_gic.c: Make NVIC interrupt numbering a runtime settingPeter Maydell1-8/+4
2012-06-19hw/arm_gic: Make CPU target registers RAZ/WI on uniprocessorPeter Maydell1-23/+33
2012-06-19hw/arm_gic: Add qdev property for GIC revisionPeter Maydell4-0/+15
2012-06-19hw/armv7m_nvic: Use MemoryRegions for NVIC specific registersPeter Maydell2-28/+79
2012-06-19hw/arm_gic: Move NVIC specific reset to armv7m_nvic_resetPeter Maydell2-10/+7
2012-06-19hw/arm_gic: Remove the special casing of NCPU for the NVICPeter Maydell2-23/+5
2012-06-19hw/arm_gic: Remove NVIC ifdefs from gic_state structPeter Maydell1-12/+3
2012-06-19arm_boot: Fix typos in commentAndreas Färber1-2/+2
2012-06-19ARM: Exynos4210 IRQ: Introduce new IRQ gate functionality.Evgeny Voevodin3-55/+57
2012-06-18Merge remote-tracking branch 'afaerber-or/qom-next-2' into stagingAnthony Liguori37-445/+706
2012-06-18Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-0/+5
2012-06-18Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori10-39/+56
2012-06-18Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori17-66/+61
2012-06-18s390x: fix s390 virtio aliasesAlexander Graf1-7/+20
2012-06-18qom: Push error reporting to object_property_find()Paolo Bonzini2-2/+2
2012-06-18qdev: Remove qdev_prop_exists()Paolo Bonzini4-8/+2
2012-06-18qbus: Initialize in standard wayAnthony Liguori1-32/+48
2012-06-18qbus: Make child devices linksAnthony Liguori14-81/+150
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 Liguori5-9/+25
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 Bonzini1-6/+0
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-15Add event notification for guest balloon changesDaniel P. Berrange1-0/+5
2012-06-15fdc: fix implied seek while there is no media in drivePavel Hrdina1-0/+4