aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
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
2013-12-20spapr: limit numa memory regions by ram sizePaul Mackerras
2013-12-20spapr: make sure RMA is in first mode of first memory nodeAlexey Kardashevskiy
2013-12-20device_tree: s/qemu_devtree/qemu_fdt globallyPeter Crosthwaite
2013-12-20roms: Flush icache when writing roms to guest memoryAlexander Graf
2013-12-20spapr: tie spapr-nvram to -pflashPaolo Bonzini
2013-12-20PPC: Use default pci bus name for grackle and heathrowAlexander Graf
2013-12-20spapr-rtas: add ibm, (get|set)-system-parameterAlexey Kardashevskiy
2013-12-20spapr-rtas: replace return code constants with macrosAlexey Kardashevskiy
2013-12-17hw/arm: add cubieboard supportliguang
2013-12-17hw/arm: add allwinner a10 SoC supportliguang
2013-12-17hw/intc: add allwinner A10 interrupt controllerliguang
2013-12-17hw/timer: add allwinner a10 timerliguang
2013-12-17hw/arm/digic: add NOR ROM supportAntony Pavlov
2013-12-17hw/arm/digic: add UART supportAntony Pavlov
2013-12-17hw/arm/digic: add timer supportAntony Pavlov
2013-12-17hw/arm/digic: prepare DIGIC-based boards supportAntony Pavlov
2013-12-17hw/arm: add very initial support for Canon DIGIC SoCAntony Pavlov
2013-12-17hw/arm/boot: Add boot support for AArch64 processorMian M. Hamayun
2013-12-17hw/arm/boot: Allow easier swapping in of different loader codePeter Maydell
2013-12-17arm/highbank.c: Fix MPCore periphbase namePeter Crosthwaite
2013-12-17arm/xilinx_zynq: Implement CBAR initialisationPeter Crosthwaite
2013-12-17arm/xilinx_zynq: Use object_new() rather than cpu_arm_init()Peter Crosthwaite
2013-12-17arm/highbank: Fix CBAR initialisationPeter Crosthwaite
2013-12-17arm/highbank: Use object_new() rather than cpu_arm_init()Peter Crosthwaite
2013-12-17Fix NOR flash device ID readingRoy Franz
2013-12-17Fix CFI query responses for NOR flashRoy Franz
2013-12-17Add max device width parameter for NOR devicesRoy Franz
2013-12-17Set proper device-width for vexpress flashRoy Franz
2013-12-17return status for each NOR flash deviceRoy Franz
2013-12-17Add device-width property to pflash_cfi01Roy Franz
2013-12-17rename pflash_t member width to bank_widthRoy Franz
2013-12-16spice: stop server for qxl hard resetGerd Hoffmann
2013-12-13Merge remote-tracking branch 'bonzini/virtio' into stagingAnthony Liguori
2013-12-13Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-12-13Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2013-12-11pc: use macro for HPET typeMichael S. Tsirkin
2013-12-11hpet: fix build with CONFIG_HPET offMichael S. Tsirkin
2013-12-11hpet: enable to entitle more irq pins for hpetLiu Ping Fan