summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-01-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2-14/+11
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori73-153/+298
2014-01-09Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori7-19/+24
2014-01-08hw: arm_gic: Introduce gic_set_priority functionChristoffer Dall2-5/+11
2014-01-08arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall3-11/+11
2014-01-08arm/xilinx_zynq: Always instantiate the GEMsPeter Crosthwaite1-11/+6
2014-01-08char/cadence_uart: Implement Tx flow controlPeter Crosthwaite1-2/+29
2014-01-08char/cadence_uart: Delete redundant rx rst logicPeter Crosthwaite1-2/+0
2014-01-08char/cadence_uart: Use the TX fifo for transmissionPeter Crosthwaite1-1/+16
2014-01-08char/cadence_uart: Fix can_receive logicPeter Crosthwaite1-1/+9
2014-01-08char/cadence_uart: Remove TX timer & add TX FIFO statePeter Crosthwaite1-31/+13
2014-01-08char/cadence_uart: Define Missing SR/ISR fieldsPeter Crosthwaite1-0/+4
2014-01-08char/cadence_uart: Simplify status generationPeter Crosthwaite1-25/+8
2014-01-08char/cadence_uart: s/r_fifo/rx_fifoPeter Crosthwaite1-4/+4
2014-01-08char/cadence_uart: Fix reset.Peter Crosthwaite1-3/+4
2014-01-08char/cadence_uart: Add missing uart_update_statePeter Crosthwaite1-0/+1
2014-01-08char/cadence_uart: Mark struct fields as public/privatePeter Crosthwaite1-0/+2
2014-01-01mainstone: Fix duplicate array values for key 'space'Stefan Weil1-2/+11
2014-01-01pxa27x: Add 'const' attribute to keyboard mapsStefan Weil3-5/+5
2013-12-24ioapic: QOM'ify ioapicxiaoqiang zhao3-9/+19
2013-12-24ioapic: Cleanup for QOM'ificationxiaoqiang zhao3-4/+8
2013-12-24icc_bus: QOM'ify ICCxiaoqiang zhao2-14/+13
2013-12-24apic: QOM'ify APICxiaoqiang zhao4-7/+13
2013-12-24apic: Cleanup for QOM'ificationxiaoqiang zhao3-55/+55
2013-12-24qdev: Drop misleading qbus_free() functionStefan Hajnoczi2-7/+2
2013-12-24hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster10-0/+26
2013-12-23target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan2-14/+11
2013-12-23exynos4210: Use macro ARRAY_SIZE where possibleStefan Weil2-6/+3
2013-12-23misc: Use macro ARRAY_SIZE where possibleStefan Weil1-2/+2
2013-12-23hw/arm/highbank: Simplify code (memory region in device state)Stefan Weil1-4/+3
2013-12-23isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster10-10/+29
2013-12-23vt82c686: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster2-2/+5
2013-12-23piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster4-7/+20
2013-12-23ich9: Document why cannot_instantiate_with_device_add_yetMarkus Armbruster2-3/+10
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster13-4/+89
2013-12-23apic: Document why cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+5
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster28-33/+7
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster45-53/+53
2013-12-20spapr: limit numa memory regions by ram sizePaul Mackerras1-4/+16
2013-12-20spapr: make sure RMA is in first mode of first memory nodeAlexey Kardashevskiy1-6/+11
2013-12-20device_tree: s/qemu_devtree/qemu_fdt globallyPeter Crosthwaite10-213/+214
2013-12-20roms: Flush icache when writing roms to guest memoryAlexander Graf1-0/+7
2013-12-20spapr: tie spapr-nvram to -pflashPaolo Bonzini1-11/+3
2013-12-20PPC: Use default pci bus name for grackle and heathrowAlexander Graf2-3/+3
2013-12-20spapr-rtas: add ibm, (get|set)-system-parameterAlexey Kardashevskiy1-0/+47
2013-12-20spapr-rtas: replace return code constants with macrosAlexey Kardashevskiy6-67/+67
2013-12-17hw/arm: add cubieboard supportliguang2-1/+70
2013-12-17hw/arm: add allwinner a10 SoC supportliguang2-0/+104
2013-12-17hw/intc: add allwinner A10 interrupt controllerliguang2-0/+201
2013-12-17hw/timer: add allwinner a10 timerliguang2-0/+256