aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)Author
2019-09-23s390x/tcg: MVZ: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVN: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVCIN: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: NC: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: XC: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: OC: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVCLU: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVC: Fault-safe handling on destructive overlapsDavid Hildenbrand
2019-09-23s390x/tcg: MVCS/MVCP: Use access_memmove()David Hildenbrand
2019-09-23s390x/tcg: Fault-safe memmoveDavid Hildenbrand
2019-09-23s390x/tcg: Fault-safe memsetDavid Hildenbrand
2019-09-23s390x/tcg: Always use MMU_USER_IDX for CONFIG_USER_ONLYDavid Hildenbrand
2019-09-23s390x/tcg: MVST: Fix storing back the addresses to registersDavid Hildenbrand
2019-09-23s390x/tcg: MVST: Check for specification exceptionsDavid Hildenbrand
2019-09-23s390x/tcg: MVCS/MVCP: Properly wrap the lengthDavid Hildenbrand
2019-09-23s390x/tcg: MVCOS: Lengths are 32 bit in 24/31-bit modeDavid Hildenbrand
2019-09-23s390x/tcg: MVCS/MVCP: Check for special operation exceptionsDavid Hildenbrand
2019-09-23s390x/tcg: MVCLU/MVCLE: Process max 4k bytes at a timeDavid Hildenbrand
2019-09-23s390x/tcg: MVPG: Properly wrap the addressesDavid Hildenbrand
2019-09-23s390x/tcg: MVPG: Check for specification exceptionsDavid Hildenbrand
2019-09-23s390x/tcg: MVC: Use is_destructive_overlap()David Hildenbrand
2019-09-23s390x/tcg: MVC: Increment the length onceDavid Hildenbrand
2019-09-23s390x/tcg: MVCL: Process max 4k bytes at a timeDavid Hildenbrand
2019-09-23s390x/tcg: MVCL: Detect destructive overlapsDavid Hildenbrand
2019-09-23s390x/tcg: MVCL: Zero out unused bits of addressDavid Hildenbrand
2019-09-23s390x/tcg: Reset exception_index to -1 instead of 0David Hildenbrand
2019-09-03s390x/tcg: Pass a size to probe_write() in do_csst()David Hildenbrand
2019-09-03tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand
2019-09-03s390x/tcg: Fix length calculation in probe_write_access()David Hildenbrand
2019-09-03s390x/tcg: Use guest_addr_valid() instead of h2g_valid() in probe_write_access()David Hildenbrand
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen
2019-08-22s390x/mmu: Factor out storage key handlingDavid Hildenbrand
2019-08-22s390x/mmu: Better storage key reference and change bit handlingDavid Hildenbrand
2019-08-22s390x/tcg: Flush the TLB of all CPUs on SSKE and RRBEDavid Hildenbrand
2019-08-22s390x/tcg: Rework MMU selection for instruction fetchesDavid Hildenbrand
2019-08-22s390x/mmu: ASC selection in s390_cpu_get_phys_page_debug()David Hildenbrand
2019-08-22s390x/mmu: Trace the right value if setting/getting the storage key failsDavid Hildenbrand
2019-08-22s390x/tcg: Fix VERIM with 32/64 bit elementsDavid Hildenbrand
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster
2019-08-19targets (various): use softfloat-helpers.h where we canAlex Bennée
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-16s390x/cpumodel: change internal name of vxpdeh to match descriptionChristian Borntraeger
2019-07-16s390x/cpumodel: also change name of vxbehChristian Borntraeger
2019-07-16s390x/cpumodel: remove esort from the default modelChristian Borntraeger
2019-07-09s390x/tcg: move fallthrough annotationCornelia Huck