aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2018-01-11hw/xtensa/xtfpga: support noMMU coresMax Filippov
2018-01-11hw/xtensa/xtfpga: extract flash configurationMax Filippov
2018-01-11hw/xtensa: extract xtensa_create_memory_regionsMax Filippov
2018-01-11hw/xtensa/xtfpga: clean up function/structure namesMax Filippov
2018-01-11hw/xtensa/xtfpga: rewrite mini bootloaderMax Filippov
2018-01-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180111'...Peter Maydell
2018-01-11hw/intc/arm_gic: reserved register addresses are RAZ/WIPeter Maydell
2018-01-11hw/intc/arm_gicv3: Make reserved register addresses RAZ/WIPeter Maydell
2018-01-11hw/sd/pxa2xx_mmci: add read/write() trace eventsPhilippe Mathieu-Daudé
2018-01-11hw/timer/pxa2xx_timer: replace hw_error() -> qemu_log_mask()Philippe Mathieu-Daudé
2018-01-11imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register fileAndrey Smirnov
2018-01-11imx_fec: Fix a typo in imx_enet_receive()Andrey Smirnov
2018-01-11imx_fec: Use correct length for packet sizeAndrey Smirnov
2018-01-11imx_fec: Add support for multiple Tx DMA ringsAndrey Smirnov
2018-01-11imx_fec: Emulate SHIFT16 in ENETx_RACCAndrey Smirnov
2018-01-11imx_fec: Use MIN instead of explicit ternary operatorAndrey Smirnov
2018-01-11imx_fec: Use ENET_FTRL to determine truncation lengthAndrey Smirnov
2018-01-11imx_fec: Move Tx frame buffer away from the stackAndrey Smirnov
2018-01-11imx_fec: Change queue flushing heuristicsAndrey Smirnov
2018-01-11imx_fec: Refactor imx_eth_enable_rx()Andrey Smirnov
2018-01-11imx_fec: Do not link to netdevAndrey Smirnov
2018-01-11Virt: ACPI: fix qemu assert due to re-assigned table data addressZhaoshenglong
2018-01-11Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180111' int...Peter Maydell
2018-01-10spapr: Correct compatibility mode setting for hotplugged CPUsDavid Gibson
2018-01-10hw/ppc: Remove the deprecated spapr-pci-vfio-host-bridge deviceThomas Huth
2018-01-10target/ppc: more use of the PPC_*() macrosCédric Le Goater
2018-01-10ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistencyCédric Le Goater
2018-01-10hw/ide: Emulate SiI3112 SATA controllerBALATON Zoltan
2018-01-10spapr_pci: use warn_report()Greg Kurz
2018-01-10ppc4xx_i2c: Implement basic I2C functionsBALATON Zoltan
2018-01-10sm501: Add some more unimplemented registersBALATON Zoltan
2018-01-10sm501: Add panel hardware cursor registers also to read functionBALATON Zoltan
2018-01-09sun4u_iommu: add trace event for IOMMU translationsMark Cave-Ayland
2018-01-09sun4u_iommu: convert from IOMMU_DPRINTF to trace-eventsMark Cave-Ayland
2018-01-09sun4u_iommu: update to reflect IOMMU is no longer part of the APB deviceMark Cave-Ayland
2018-01-09sun4u: split IOMMU device out from apb.c to sun4u_iommu.cMark Cave-Ayland
2018-01-09apb: QOMify IOMMUMark Cave-Ayland
2018-01-09sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland
2018-01-09sun4m: move IOMMU declarations from sun4m.h to sun4m_iommu.hMark Cave-Ayland
2018-01-09sun4m: move sun4m_iommu.c from hw/dma to hw/sparcMark Cave-Ayland
2018-01-09sun4u: switch from EBUS_DPRINTF() macro to trace-eventsMark Cave-Ayland
2018-01-09sparc64: introduce trace-events for hw/sparc64Mark Cave-Ayland
2018-01-09apb: replace OBIO interrupt numbers in pci_pbmA_map_irq() with constantsMark Cave-Ayland
2018-01-09ebus: wire up OBIO interrupts to APB pbm via qdev GPIOsMark Cave-Ayland
2018-01-09apb: remove busA property from PBMPCIBridge stateMark Cave-Ayland
2018-01-09apb: split pci_pbm_map_irq() into separate functions for bus A and bus BMark Cave-Ayland
2018-01-09apb: remove pci_apb_init() and instantiate APB device using qdevMark Cave-Ayland
2018-01-09apb: move the two secondary PCI bridges objects into APBStateMark Cave-Ayland
2018-01-09apb: use gpios to wire up the apb device to the SPARC CPU IRQsMark Cave-Ayland
2018-01-09apb: return APBState from pci_apb_init() rather than PCIBusMark Cave-Ayland