aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-12-15ppc/xics: introduce an icp_create() helperCédric Le Goater3-20/+24
2017-12-15spapr/rtas: do not reset the MSR in stop-self commandCédric Le Goater1-10/+0
2017-12-15spapr/rtas: fix reboot of a a SMP TCG guestCédric Le Goater1-0/+8
2017-12-15spapr/rtas: disable the decrementer interrupt when a CPU is unpluggedCédric Le Goater1-0/+11
2017-12-15e500: fix pci host bridge class/typeMichael Davidsaver1-5/+0
2017-12-15openpic: debug w/ info_report()Michael Davidsaver1-51/+51
2017-12-15nvram: add AT24Cx i2c eepromMichael Davidsaver2-0/+206
2017-12-15e500: name openpic and pci host bridgeMichael Davidsaver1-0/+4
2017-12-15spapr_cpu_core: instantiate CPUs separatelyGreg Kurz2-20/+10
2017-12-15spapr: Add pseries-2.12 machine typeDavid Gibson1-3/+23
2017-12-15ppc/xics: remove useless if conditionCédric Le Goater1-4/+2
2017-12-14s390x: change the QEMU cpu model to a stripped down z12David Hildenbrand1-0/+4
2017-12-14s390x/css: attach css bridgeCornelia Huck1-0/+2
2017-12-14s390x: deprecate s390-squash-mcss machine propHalil Pasic1-1/+6
2017-12-14s390x/css: unrestrict cssidsHalil Pasic6-28/+18
2017-12-14s390x/pci: search for subregion inside the BARsPierre Morel1-19/+25
2017-12-14s390x/pci: move the memory region write from pcistgPierre Morel1-10/+17
2017-12-14s390x/pci: move the memory region read from pcilgPierre Morel1-4/+11
2017-12-14s390x/pci: rework PCI STORE BLOCKPierre Morel3-25/+41
2017-12-14s390x/pci: rework PCI LOADPierre Morel1-11/+14
2017-12-14s390x/pci: rework PCI STOREPierre Morel2-16/+29
2017-12-14s390x/pci: factor out endianess conversionPierre Morel1-26/+32
2017-12-14s390x: handle exceptions during s390_cpu_virt_mem_rw() correctly (TCG)David Hildenbrand1-0/+7
2017-12-14s390x/pci: pass the retaddr to all PCI instructionsDavid Hildenbrand2-47/+52
2017-12-14s390x/tcg: rip out dead tpi codeDavid Hildenbrand1-6/+0
2017-12-14s390x: introduce 2.12 compat machineCornelia Huck1-1/+16
2017-12-14Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20171214' into s...Peter Maydell1-22/+0
2017-12-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171213'...Peter Maydell8-163/+1050
2017-12-14hmp-commands: Remove the deprecated usb_add and usb_delThomas Huth1-22/+0
2017-12-13xilinx_spips: Use memset instead of a for loop to zero registersAlistair Francis1-8/+3
2017-12-13xilinx_spips: Set all of the reset valuesAlistair Francis1-5/+30
2017-12-13xilinx_spips: Update the QSPI Mod ID reset valueAlistair Francis1-0/+1
2017-12-13hw/display/tc6393xb: limit irq handler index to TC6393XB_GPIOSPrasad J Pandit1-0/+1
2017-12-13nvic: Make systick bankedPeter Maydell1-13/+77
2017-12-13nvic: Make nvic_sysreg_ns_ops work with any MemoryRegionPeter Maydell1-3/+7
2017-12-13hw/intc/arm_gicv3_its: Implement full resetEric Auger1-1/+8
2017-12-13hw/intc/arm_gicv3_its: Implement a minimalist resetEric Auger1-0/+42
2017-12-13hw/intc/arm_gicv3_its: Don't call post_load on resetEric Auger2-6/+0
2017-12-13xlnx-zcu102: Add support for the ZynqMP QSPIFrancisco Iglesias2-0/+49
2017-12-13xilinx_spips: Add support for the ZynqMP Generic QSPIFrancisco Iglesias1-47/+532
2017-12-13xilinx_spips: Don't set TX FIFO UNDERFLOW at cmd doneFrancisco Iglesias1-3/+1
2017-12-13xilinx_spips: Add support for 4 byte addresses in the LQSPIFrancisco Iglesias1-1/+5
2017-12-13xilinx_spips: Add support for zero pumpingFrancisco Iglesias1-7/+40
2017-12-13xilinx_spips: Make tx/rx_data_bytes more generic and reusableFrancisco Iglesias1-27/+37
2017-12-13xilinx_spips: Add support for RX discard and RX drainFrancisco Iglesias1-18/+149
2017-12-13xilinx_spips: Update striping to be big-endian bit orderFrancisco Iglesias1-9/+10
2017-12-13xilinx_spips: Move FlashCMD, XilinxQSPIPS and XilinxSPIPSClassFrancisco Iglesias1-35/+0
2017-12-13m25p80: Add support for n25q512a11 and n25q512a13Francisco Iglesias1-0/+2
2017-12-13m25p80: Add support for BRRD/BRWR and BULK_ERASE (0x60)Francisco Iglesias1-0/+7
2017-12-13m25p80: Add support for SST READ ID 0x90/0xAB commandsFrancisco Iglesias1-0/+32