aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2014-01-22dataplane: fix shadowed return valueStefan Hajnoczi
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias
2014-01-14Microblaze: Convert Microblaze-pic handling to GPIOsAlistair Francis
2014-01-10Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2014-01-10Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2014-01-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2014-01-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori
2014-01-09Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2014-01-08hw: arm_gic: Introduce gic_set_priority functionChristoffer Dall
2014-01-08arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall
2014-01-08arm/xilinx_zynq: Always instantiate the GEMsPeter Crosthwaite
2014-01-08char/cadence_uart: Implement Tx flow controlPeter Crosthwaite
2014-01-08char/cadence_uart: Delete redundant rx rst logicPeter Crosthwaite
2014-01-08char/cadence_uart: Use the TX fifo for transmissionPeter Crosthwaite
2014-01-08char/cadence_uart: Fix can_receive logicPeter Crosthwaite
2014-01-08char/cadence_uart: Remove TX timer & add TX FIFO statePeter Crosthwaite
2014-01-08char/cadence_uart: Define Missing SR/ISR fieldsPeter Crosthwaite
2014-01-08char/cadence_uart: Simplify status generationPeter Crosthwaite
2014-01-08char/cadence_uart: s/r_fifo/rx_fifoPeter Crosthwaite
2014-01-08char/cadence_uart: Fix reset.Peter Crosthwaite
2014-01-08char/cadence_uart: Add missing uart_update_statePeter Crosthwaite
2014-01-08char/cadence_uart: Mark struct fields as public/privatePeter Crosthwaite
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite
2014-01-06hw: Remove assert_no_error usagesPeter Crosthwaite
2014-01-06qdev: Delete dead codePeter Crosthwaite
2014-01-01mainstone: Fix duplicate array values for key 'space'Stefan Weil
2014-01-01pxa27x: Add 'const' attribute to keyboard mapsStefan Weil
2013-12-24ioapic: QOM'ify ioapicxiaoqiang zhao
2013-12-24ioapic: Cleanup for QOM'ificationxiaoqiang zhao
2013-12-24icc_bus: QOM'ify ICCxiaoqiang zhao
2013-12-24apic: QOM'ify APICxiaoqiang zhao
2013-12-24apic: Cleanup for QOM'ificationxiaoqiang zhao
2013-12-24qdev: Drop misleading qbus_free() functionStefan Hajnoczi
2013-12-24hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster
2013-12-23virtio: add back call to virtio_bus_device_unpluggedPaolo Bonzini
2013-12-23piix: fix 32bit pci holeGerd Hoffmann
2013-12-23target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan
2013-12-23exynos4210: Use macro ARRAY_SIZE where possibleStefan Weil
2013-12-23misc: Use macro ARRAY_SIZE where possibleStefan Weil
2013-12-23hw/arm/highbank: Simplify code (memory region in device state)Stefan Weil
2013-12-23qdev: switch reset to post-orderPaolo Bonzini
2013-12-23qdev: allow both pre- and post-order vists in qdev walking functionsPaolo Bonzini
2013-12-23pci: clean up resetting of IRQsPaolo Bonzini
2013-12-23pci: do not export pci_bus_resetPaolo Bonzini
2013-12-23ACPI/DSDT-CPU: cleanup bogus commentIgor Mammedov
2013-12-23ACPI: Q35 DSDT: fix CPU hotplug GPE0.2 handlerIgor Mammedov
2013-12-23acpi: ich9: allow guest to clear SCI rised by GPEIgor Mammedov
2013-12-23acpi: factor out common pm_update_sci() into acpi coreIgor Mammedov
2013-12-23acpi: piix4: remove not needed GPE0 maskIgor Mammedov