aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)Author
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2018-01-22s390x/kvm: provide stfle.81Christian Borntraeger
2018-01-22s390x/kvm: Handle bpb featureChristian Borntraeger
2018-01-22s390x/tcg: fixup TEST PROTECTIONDavid Hildenbrand
2018-01-22s390x/tcg: implement TEST PROTECTIONDavid Hildenbrand
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson
2017-12-14s390x: change the QEMU cpu model to a stripped down z12David Hildenbrand
2017-12-14s390x/tcg: we already implement the Set-Program-Parameter facilityDavid Hildenbrand
2017-12-14s390x/tcg: implement extract-CPU-time facilityDavid Hildenbrand
2017-12-14s390x/tcg: Implement SIGNAL ADAPTER instructionDavid Hildenbrand
2017-12-14s390x/tcg: Implement STORE CHANNEL PATH STATUSDavid Hildenbrand
2017-12-14s390x/tcg: wire up SET CHANNEL MONITORDavid Hildenbrand
2017-12-14s390x/tcg: wire up SET ADDRESS LIMITDavid Hildenbrand
2017-12-14s390x/tcg: implement Interlocked-Access Facility 2David Hildenbrand
2017-12-14s390x/tcg: ASI/ASGI/ALSI/ALSGI are atomic with Interlocked-acccess facility 1David Hildenbrand
2017-12-14s390x/tcg: wire up STORE CHANNEL REPORT WORDDavid Hildenbrand
2017-12-14s390x/tcg: indicate value of TODPR in STCKEDavid Hildenbrand
2017-12-14s390x/tcg: implement SET CLOCK PROGRAMMABLE FIELDDavid Hildenbrand
2017-12-14s390x/tcg: fix and cleanup mcck injectionDavid Hildenbrand
2017-12-14s390x/kvm: factor out build_channel_report_mcic() into cpu.hDavid Hildenbrand
2017-12-14s390x/tcg: drop potential_page_fault()David Hildenbrand
2017-12-14s390x/tcg: drop program_interrupt()David Hildenbrand
2017-12-14s390x/tcg: use s390_program_interrupt() in STSIDavid Hildenbrand
2017-12-14s390x/tcg: use s390_program_interrupt() in SACFDavid Hildenbrand
2017-12-14s390x/tcg: use s390_program_interrupt() in per_check_exception()David Hildenbrand
2017-12-14s390x/tcg: use s390_program_interrupt() in DIAGDavid Hildenbrand
2017-12-14s390x/tcg: use s390_program_interrupt() in SCLP Service CallDavid Hildenbrand
2017-12-14s390x/tcg: io instructions don't need potential_page_fault()David Hildenbrand
2017-12-14s390x/tcg: don't exit the cpu loop in s390_cpu_virt_mem_rw()David Hildenbrand
2017-12-14s390x: handle exceptions during s390_cpu_virt_mem_rw() correctly (TCG)David Hildenbrand
2017-12-14s390x/diag: pass the retaddr into handle_diag_308()David Hildenbrand
2017-12-14s390x/pci: pass the retaddr to all PCI instructionsDavid Hildenbrand
2017-12-14s390x/ioinst: pass the retaddr to all IO instructionsDavid Hildenbrand
2017-12-14s390x/tcg: rip out dead tpi codeDavid Hildenbrand
2017-12-14s390x/tcg: get rid of runtime_exception()David Hildenbrand
2017-12-14s390x/tcg: introduce and use s390_program_interrupt()David Hildenbrand
2017-12-14target/s390x: nuke DPRINTF in helper.cCornelia Huck
2017-12-14s390x/migration: use zero flag parameterChristian Borntraeger
2017-11-20s390x/tcg: fix DIAG 308 with > 1 VCPU (MTTCG)David Hildenbrand
2017-11-20s390x: fix storing CPU status (again)David Hildenbrand
2017-11-09target/s390x: Finish implementing RISBGNRichard Henderson
2017-10-30s390x/kvm: use cpu model for gscb on compat machinesChristian Borntraeger
2017-10-30target/s390x: change CPU type name to "s390x-cpu"David Hildenbrand
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell