aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-14s390x/css: unrestrict cssidsHalil Pasic7-36/+22
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/tcg: drop potential_page_fault()David Hildenbrand1-7/+2
2017-12-14s390x/tcg: drop program_interrupt()David Hildenbrand2-18/+5
2017-12-14s390x/tcg: use s390_program_interrupt() in STSIDavid Hildenbrand2-2/+1
2017-12-14s390x/tcg: use s390_program_interrupt() in SACFDavid Hildenbrand1-1/+1
2017-12-14s390x/tcg: use s390_program_interrupt() in per_check_exception()David Hildenbrand2-4/+1
2017-12-14s390x/tcg: use s390_program_interrupt() in DIAGDavid Hildenbrand2-4/+1
2017-12-14s390x/tcg: use s390_program_interrupt() in SCLP Service CallDavid Hildenbrand2-4/+2
2017-12-14s390x/tcg: io instructions don't need potential_page_fault()David Hildenbrand1-10/+0
2017-12-14s390x/tcg: don't exit the cpu loop in s390_cpu_virt_mem_rw()David Hildenbrand1-3/+6
2017-12-14s390x: handle exceptions during s390_cpu_virt_mem_rw() correctly (TCG)David Hildenbrand4-3/+39
2017-12-14s390x/diag: pass the retaddr into handle_diag_308()David Hildenbrand4-10/+11
2017-12-14s390x/pci: pass the retaddr to all PCI instructionsDavid Hildenbrand3-54/+59
2017-12-14s390x/ioinst: pass the retaddr to all IO instructionsDavid Hildenbrand5-69/+75
2017-12-14s390x/tcg: rip out dead tpi codeDavid Hildenbrand4-34/+0
2017-12-14s390x/tcg: get rid of runtime_exception()David Hildenbrand4-26/+8
2017-12-14s390x/tcg: introduce and use s390_program_interrupt()David Hildenbrand6-35/+30
2017-12-14target/s390x: nuke DPRINTF in helper.cCornelia Huck1-18/+0
2017-12-14s390x: introduce 2.12 compat machineCornelia Huck2-1/+19
2017-12-14pc-bios/s390-ccw.img: update imageCornelia Huck1-0/+0
2017-12-14pc-bios/s390-ccw: zero out bss sectionChristian Borntraeger1-3/+27
2017-12-14s390x/migration: use zero flag parameterChristian Borntraeger1-8/+8
2017-12-14Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20171214' into s...Peter Maydell7-112/+5
2017-12-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171213'...Peter Maydell46-828/+1833
2017-12-14Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20171213.0' i...Peter Maydell2-2/+8
2017-12-14tests: test-hmp: print command execution resultVadim Galitsyn1-2/+5
2017-12-14hmp-commands: Remove the deprecated usb_add and usb_delThomas Huth6-110/+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 Francis2-6/+31
2017-12-13xilinx_spips: Update the QSPI Mod ID reset valueAlistair Francis1-0/+1
2017-12-13MAINTAINERS: replace the unavailable email addressZhaoshenglong1-1/+1
2017-12-13hw/display/tc6393xb: limit irq handler index to TC6393XB_GPIOSPrasad J Pandit1-0/+1
2017-12-13nvic: Make systick bankedPeter Maydell2-14/+80
2017-12-13nvic: Make nvic_sysreg_ns_ops work with any MemoryRegionPeter Maydell1-3/+7
2017-12-13target/arm: Extend PAR format determinationEdgar E. Iglesias1-4/+29
2017-12-13target/arm: Remove fsr argument from get_phys_addr() and arm_tlb_fill()Peter Maydell3-34/+16
2017-12-13target/arm: Ignore fsr from get_phys_addr() in do_ats_write()Peter Maydell1-6/+10
2017-12-13target/arm: Use ARMMMUFaultInfo in deliver_fault()Peter Maydell1-57/+22
2017-12-13target/arm: Convert get_phys_addr_pmsav8() to not return FSC valuesPeter Maydell1-11/+18
2017-12-13target/arm: Convert get_phys_addr_pmsav7() to not return FSC valuesPeter Maydell1-4/+7
2017-12-13target/arm: Convert get_phys_addr_pmsav5() to not return FSC valuesPeter Maydell1-7/+13
2017-12-13target/arm: Convert get_phys_addr_lpae() to not return FSC valuesPeter Maydell1-23/+18
2017-12-13target/arm: Convert get_phys_addr_v6() to not return FSC valuesPeter Maydell1-18/+22