aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-01-11hw/intc/arm_gicv3: Make reserved register addresses RAZ/WIPeter Maydell3-5/+29
2018-01-11hw/sd/pxa2xx_mmci: add read/write() trace eventsPhilippe Mathieu-Daudé2-28/+54
2018-01-11hw/timer/pxa2xx_timer: replace hw_error() -> qemu_log_mask()Philippe Mathieu-Daudé1-2/+15
2018-01-11imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register fileAndrey Smirnov1-1/+1
2018-01-11imx_fec: Fix a typo in imx_enet_receive()Andrey Smirnov1-1/+1
2018-01-11imx_fec: Use correct length for packet sizeAndrey Smirnov1-1/+1
2018-01-11imx_fec: Add support for multiple Tx DMA ringsAndrey Smirnov1-19/+114
2018-01-11imx_fec: Emulate SHIFT16 in ENETx_RACCAndrey Smirnov1-0/+23
2018-01-11imx_fec: Use MIN instead of explicit ternary operatorAndrey Smirnov1-1/+1
2018-01-11imx_fec: Use ENET_FTRL to determine truncation lengthAndrey Smirnov1-2/+2
2018-01-11imx_fec: Move Tx frame buffer away from the stackAndrey Smirnov1-11/+11
2018-01-11imx_fec: Change queue flushing heuristicsAndrey Smirnov1-6/+6
2018-01-11imx_fec: Refactor imx_eth_enable_rx()Andrey Smirnov1-4/+4
2018-01-11imx_fec: Do not link to netdevAndrey Smirnov2-2/+1
2018-01-11Virt: ACPI: fix qemu assert due to re-assigned table data addressZhaoshenglong1-7/+11
2018-01-09sun4u_iommu: add trace event for IOMMU translationsMark Cave-Ayland2-0/+3
2018-01-09sun4u_iommu: convert from IOMMU_DPRINTF to trace-eventsMark Cave-Ayland2-14/+7
2018-01-09sun4u_iommu: update to reflect IOMMU is no longer part of the APB deviceMark Cave-Ayland1-17/+18
2018-01-09sun4u: split IOMMU device out from apb.c to sun4u_iommu.cMark Cave-Ayland4-273/+352
2018-01-09apb: QOMify IOMMUMark Cave-Ayland2-21/+63
2018-01-09sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland6-6/+1
2018-01-09sun4m: move IOMMU declarations from sun4m.h to sun4m_iommu.hMark Cave-Ayland3-0/+3
2018-01-09sun4m: move sun4m_iommu.c from hw/dma to hw/sparcMark Cave-Ayland5-17/+17
2018-01-09sun4u: switch from EBUS_DPRINTF() macro to trace-eventsMark Cave-Ayland2-10/+5
2018-01-09sparc64: introduce trace-events for hw/sparc64Mark Cave-Ayland1-0/+1
2018-01-09apb: replace OBIO interrupt numbers in pci_pbmA_map_irq() with constantsMark Cave-Ayland1-2/+2
2018-01-09ebus: wire up OBIO interrupts to APB pbm via qdev GPIOsMark Cave-Ayland2-25/+26
2018-01-09apb: remove busA property from PBMPCIBridge stateMark Cave-Ayland1-16/+13
2018-01-09apb: split pci_pbm_map_irq() into separate functions for bus A and bus BMark Cave-Ayland1-25/+20
2018-01-09apb: remove pci_apb_init() and instantiate APB device using qdevMark Cave-Ayland2-64/+66
2018-01-09apb: move the two secondary PCI bridges objects into APBStateMark Cave-Ayland2-10/+9
2018-01-09apb: use gpios to wire up the apb device to the SPARC CPU IRQsMark Cave-Ayland3-8/+12
2018-01-09apb: return APBState from pci_apb_init() rather than PCIBusMark Cave-Ayland2-6/+8
2018-01-09apb: APB QOMify tidy-upMark Cave-Ayland1-9/+8
2018-01-09sun4u: move initialisation of all ISABus devices into ebus_realize()Mark Cave-Ayland1-32/+46
2018-01-09sun4u: remove pci_ebus_init() functionMark Cave-Ayland2-18/+15
2018-01-09sun4u: move ISABus inside of EBusStateMark Cave-Ayland1-2/+5
2018-01-09sun4u: ebus QOMify tidy-upMark Cave-Ayland1-7/+12
2018-01-09apb: move QOM macros and typedefs from apb.c to apb.hMark Cave-Ayland1-85/+0
2018-01-08Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell9-108/+119
2018-01-08Merge remote-tracking branch 'remotes/elmarco/tags/dump-pull-request' into st...Peter Maydell1-0/+3
2018-01-08Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-52/+390
2018-01-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-hvf' into sta...Peter Maydell1-0/+12
2018-01-089pfs: deprecate handle backendGreg Kurz1-0/+2
2018-01-08fsdev: improve error handling of backend initGreg Kurz5-13/+14
2018-01-08fsdev: improve error handling of backend opts parsingGreg Kurz3-18/+33
2018-01-089pfs: make pdu_marshal() and pdu_unmarshal() static functionsGreg Kurz2-4/+2
2018-01-089pfs: fix error path in pdu_submit()Greg Kurz1-4/+2
2018-01-089pfs: fix type in *_parse_opts declarationsGreg Kurz3-3/+3
2018-01-089pfs: handle: fix type definitionGreg Kurz1-24/+24