aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)AuthorFilesLines
2019-09-03s390x/tcg: Pass a size to probe_write() in do_csst()David Hildenbrand1-3/+1
2019-09-03tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand1-7/+0
2019-09-03s390x/tcg: Fix length calculation in probe_write_access()David Hildenbrand1-1/+1
2019-09-03s390x/tcg: Use guest_addr_valid() instead of h2g_valid() in probe_write_access()David Hildenbrand1-1/+1
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen2-8/+8
2019-08-22s390x/mmu: Factor out storage key handlingDavid Hildenbrand1-44/+71
2019-08-22s390x/mmu: Better storage key reference and change bit handlingDavid Hildenbrand1-5/+19
2019-08-22s390x/tcg: Flush the TLB of all CPUs on SSKE and RRBEDavid Hildenbrand1-0/+10
2019-08-22s390x/tcg: Rework MMU selection for instruction fetchesDavid Hildenbrand2-23/+22
2019-08-22s390x/mmu: ASC selection in s390_cpu_get_phys_page_debug()David Hildenbrand1-0/+5
2019-08-22s390x/mmu: Trace the right value if setting/getting the storage key failsDavid Hildenbrand1-2/+4
2019-08-22s390x/tcg: Fix VERIM with 32/64 bit elementsDavid Hildenbrand1-1/+1
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2-2/+2
2019-08-19targets (various): use softfloat-helpers.h where we canAlex Bennée1-1/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster3-2/+3
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster4-3/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster1-1/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-07-16s390x/cpumodel: change internal name of vxpdeh to match descriptionChristian Borntraeger2-3/+3
2019-07-16s390x/cpumodel: also change name of vxbehChristian Borntraeger1-1/+1
2019-07-16s390x/cpumodel: remove esort from the default modelChristian Borntraeger1-1/+0
2019-07-09s390x/tcg: move fallthrough annotationCornelia Huck1-1/+1
2019-07-09s390: cpumodel: fix description for the new vector facilityChristian Borntraeger1-1/+1
2019-07-08s390x/cpumodel: Set up CPU model for AQIC interceptionPierre Morel3-0/+3
2019-07-05hw/s390x: Replace global smp variables with machine smp propertiesLike Xu3-4/+14
2019-07-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell3-3/+3
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster1-1/+1
2019-07-02qapi: Split machine.json off misc.jsonMarkus Armbruster2-2/+2
2019-06-24Merge tag 's390x-tcg-2019-06-21' into s390-next-stagingCornelia Huck4-702/+401
2019-06-21s390x/cpumodel: Prepend KDSA features with "KDSA"David Hildenbrand2-30/+30
2019-06-21s390x/cpumodel: Rework CPU feature definitionDavid Hildenbrand3-687/+386
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon1-0/+10
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster3-3/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2-0/+2
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster8-3/+9
2019-06-10cpu: Remove CPU_COMMONRichard Henderson1-2/+0
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson1-0/+1
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson1-4/+5
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson1-1/+0
2019-06-10target/s390x: Use env_cpu, env_archcpuRichard Henderson12-74/+56
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson3-15/+13
2019-06-10cpu: Define ArchCPURichard Henderson1-0/+1
2019-06-10cpu: Define CPUArchState with typedefRichard Henderson1-4/+4
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson2-10/+18
2019-06-07s390x/tcg: Use tcg_gen_gvec_bitsel for VECTOR SELECTRichard Henderson1-32/+6
2019-06-07s390x: Bump the "qemu" CPU model up to a stripped-down z13David Hildenbrand2-6/+9
2019-06-07s390x/tcg: We support the Vector FacilityDavid Hildenbrand1-0/+1
2019-06-07s390x/tcg: Allow linux-user to use vector instructionsDavid Hildenbrand1-0/+3