aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-11Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-01-10' into st...Peter Maydell3-10/+16
2018-01-11Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell23-591/+743
2018-01-10nbd: rename nbd_option and nbd_opt_replyVladimir Sementsov-Ogievskiy2-10/+10
2018-01-10spapr: Correct compatibility mode setting for hotplugged CPUsDavid Gibson2-1/+10
2018-01-10hw/ppc: Remove the deprecated spapr-pci-vfio-host-bridge deviceThomas Huth3-53/+0
2018-01-10Update dtc to fix compilation problem on Mac OS 10.6John Arbuckle1-0/+0
2018-01-10target/ppc: more use of the PPC_*() macrosCédric Le Goater3-28/+40
2018-01-10ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistencyCédric Le Goater8-71/+67
2018-01-10hw/ide: Emulate SiI3112 SATA controllerBALATON Zoltan5-0/+381
2018-01-10spapr_pci: use warn_report()Greg Kurz2-4/+4
2018-01-10ppc4xx_i2c: Implement basic I2C functionsBALATON Zoltan2-30/+171
2018-01-10sm501: Add some more unimplemented registersBALATON Zoltan1-0/+17
2018-01-10sm501: Add panel hardware cursor registers also to read functionBALATON Zoltan1-0/+13
2018-01-10pseries: Update SLOF firmware image to qemu-slof-20171214Alexey Kardashevskiy3-1/+1
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-Ayland2-18/+19
2018-01-09sun4u: split IOMMU device out from apb.c to sun4u_iommu.cMark Cave-Ayland6-329/+403
2018-01-09apb: QOMify IOMMUMark Cave-Ayland3-22/+70
2018-01-09sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland7-20/+1
2018-01-09sun4m: move IOMMU declarations from sun4m.h to sun4m_iommu.hMark Cave-Ayland5-21/+54
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-Ayland2-0/+2
2018-01-09apb: replace OBIO interrupt numbers in pci_pbmA_map_irq() with constantsMark Cave-Ayland2-2/+4
2018-01-09ebus: wire up OBIO interrupts to APB pbm via qdev GPIOsMark Cave-Ayland3-26/+33
2018-01-09apb: remove busA property from PBMPCIBridge stateMark Cave-Ayland2-19/+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-Ayland3-66/+68
2018-01-09apb: move the two secondary PCI bridges objects into APBStateMark Cave-Ayland3-12/+12
2018-01-09apb: use gpios to wire up the apb device to the SPARC CPU IRQsMark Cave-Ayland5-10/+18
2018-01-09apb: return APBState from pci_apb_init() rather than PCIBusMark Cave-Ayland3-9/+11
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-Ayland3-20/+16
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-Ayland2-85/+86
2018-01-09target/sparc: remove MemoryRegionSection check code from sparc_cpu_get_phys_p...Jean-Christophe Dubois1-6/+0
2018-01-09nbd/server: add additional assert to nbd_export_putVladimir Sementsov-Ogievskiy1-0/+6
2018-01-09Merge remote-tracking branch 'remotes/xtensa/tags/20180109-xtensa' into stagingPeter Maydell22-2164/+45935
2018-01-09target/xtensa: implement disassemblerMax Filippov5-0/+145
2018-01-09target/xtensa: implement const16Max Filippov1-0/+14
2018-01-09target/xtensa: implement GPIO32Max Filippov2-0/+54
2018-01-09target/xtensa: implement salt/saltuMax Filippov1-0/+18
2018-01-09target/xtensa: add internal/noop SRs and opcodesMax Filippov2-0/+35
2018-01-09target/xtensa: drop DisasContext::litbaseMax Filippov1-22/+5
2018-01-09target/xtensa: tests: fix memctl SR testMax Filippov1-1/+1
2018-01-09target/xtensa: use libisa for instruction decodingMax Filippov3-2144/+124
2018-01-09Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-01-08' into st...Peter Maydell3-3/+78