summaryrefslogtreecommitdiffstats
path: root/target/s390x
Commit message (Expand)AuthorAgeFilesLines
* s390x/tcg: Pass a size to probe_write() in do_csst()David Hildenbrand2019-09-031-3/+1Star
* tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand2019-09-031-7/+0Star
* s390x/tcg: Fix length calculation in probe_write_access()David Hildenbrand2019-09-031-1/+1
* s390x/tcg: Use guest_addr_valid() instead of h2g_valid() in probe_write_access()David Hildenbrand2019-09-031-1/+1
* tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen2019-09-032-8/+8
* s390x/mmu: Factor out storage key handlingDavid Hildenbrand2019-08-221-44/+71
* s390x/mmu: Better storage key reference and change bit handlingDavid Hildenbrand2019-08-221-5/+19
* s390x/tcg: Flush the TLB of all CPUs on SSKE and RRBEDavid Hildenbrand2019-08-221-0/+10
* s390x/tcg: Rework MMU selection for instruction fetchesDavid Hildenbrand2019-08-222-23/+22Star
* s390x/mmu: ASC selection in s390_cpu_get_phys_page_debug()David Hildenbrand2019-08-221-0/+5
* s390x/mmu: Trace the right value if setting/getting the storage key failsDavid Hildenbrand2019-08-221-2/+4
* s390x/tcg: Fix VERIM with 32/64 bit elementsDavid Hildenbrand2019-08-221-1/+1
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-212-2/+2
* targets (various): use softfloat-helpers.h where we canAlex Bennée2019-08-191-1/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-163-2/+3
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-164-3/+1Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster2019-08-161-1/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* s390x/cpumodel: change internal name of vxpdeh to match descriptionChristian Borntraeger2019-07-162-3/+3
* s390x/cpumodel: also change name of vxbehChristian Borntraeger2019-07-161-1/+1
* s390x/cpumodel: remove esort from the default modelChristian Borntraeger2019-07-161-1/+0Star
* s390x/tcg: move fallthrough annotationCornelia Huck2019-07-091-1/+1
* s390: cpumodel: fix description for the new vector facilityChristian Borntraeger2019-07-091-1/+1
* s390x/cpumodel: Set up CPU model for AQIC interceptionPierre Morel2019-07-083-0/+3
* hw/s390x: Replace global smp variables with machine smp propertiesLike Xu2019-07-053-4/+14
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell2019-07-033-3/+3
|\
| * qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster2019-07-021-1/+1
| * qapi: Split machine.json off misc.jsonMarkus Armbruster2019-07-022-2/+2
* | Merge tag 's390x-tcg-2019-06-21' into s390-next-stagingCornelia Huck2019-06-244-702/+401Star
|\ \ | |/ |/|
| * s390x/cpumodel: Prepend KDSA features with "KDSA"David Hildenbrand2019-06-212-30/+30
| * s390x/cpumodel: Rework CPU feature definitionDavid Hildenbrand2019-06-213-687/+386Star
* | KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon2019-06-211-0/+10
|/
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-123-3/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-122-0/+2
* qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster2019-06-118-3/+9
* cpu: Remove CPU_COMMONRichard Henderson2019-06-101-2/+0Star
* cpu: Introduce CPUNegativeOffsetStateRichard Henderson2019-06-101-0/+1
* cpu: Introduce cpu_set_cpustate_pointersRichard Henderson2019-06-101-4/+5
* cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson2019-06-101-1/+0Star
* target/s390x: Use env_cpu, env_archcpuRichard Henderson2019-06-1012-74/+56Star
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-103-15/+13Star
* cpu: Define ArchCPURichard Henderson2019-06-101-0/+1
* cpu: Define CPUArchState with typedefRichard Henderson2019-06-101-4/+4
* tcg: Split out target/arch/cpu-param.hRichard Henderson2019-06-102-10/+18
* s390x/tcg: Use tcg_gen_gvec_bitsel for VECTOR SELECTRichard Henderson2019-06-071-32/+6Star
* s390x: Bump the "qemu" CPU model up to a stripped-down z13David Hildenbrand2019-06-072-6/+9
* s390x/tcg: We support the Vector FacilityDavid Hildenbrand2019-06-071-0/+1
* s390x/tcg: Allow linux-user to use vector instructionsDavid Hildenbrand2019-06-071-0/+3