summaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)AuthorFilesLines
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber12-32/+32
2012-12-19cpu: Move kvm_run into CPUStateAndreas Färber1-36/+41
2012-12-19cpu: Move kvm_state field into CPUStateAndreas Färber1-3/+2
2012-12-19kvm: Pass CPUState to kvm_vcpu_ioctl()Andreas Färber4-37/+42
2012-12-19kvm: Pass CPUState to kvm_arch_*Andreas Färber1-13/+25
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini4-7/+7
2012-12-19misc: move include files to include/qemu/Paolo Bonzini6-7/+7
2012-12-19qom: move include files to include/qom/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini7-15/+15
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini1-1/+1
2012-12-16exec: refactor cpu_restore_stateBlue Swirl1-7/+1
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin1-3/+3
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin1-1/+1
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin1-2/+2
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin1-3/+3
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin1-4/+5
2012-11-10disas: avoid using cpu_single_envBlue Swirl1-1/+1
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber1-1/+3
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber1-1/+1
2012-10-29s390: sclp base supportHeinz Graalfs3-60/+3
2012-10-29s390: use sync regs for register transferChristian Borntraeger1-20/+92
2012-10-28target-s390x: rename helper flagsAurelien Jarno1-38/+38
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity3-10/+10
2012-10-22s390: avoid reaching into memory core internalsAvi Kivity1-2/+1
2012-09-27target-s390x: Tidy cpu_dump_stateRichard Henderson1-12/+10
2012-09-27target-s390x: Avoid double CPU_LOG_TB_CPURichard Henderson1-1/+0
2012-09-27target-s390x: Use CPU_LOG_INTRichard Henderson2-4/+6
2012-09-27target-s390x: Call tcg_gen_debug_insn_startRichard Henderson1-4/+5
2012-09-15target-s390x: avoid cpu_single_envBlue Swirl1-173/+183
2012-09-10target-s390x: switch to AREG0 free modeBlue Swirl8-290/+238
2012-09-10target-s390x: avoid AREG0 for misc helpersBlue Swirl5-56/+60
2012-09-10target-s390x: avoid AREG0 for condition code helpersBlue Swirl4-20/+18
2012-09-10target-s390x: avoid AREG0 for integer helpersBlue Swirl4-20/+19
2012-09-10target-s390x: avoid AREG0 for FPU helpersBlue Swirl7-191/+257
2012-09-10target-s390x: rename op_helper.c to misc_helper.cBlue Swirl3-5/+5
2012-09-10target-s390x: split memory access helpersBlue Swirl3-1159/+1193
2012-09-10target-s390x: split integer helpersBlue Swirl3-171/+203
2012-09-10target-s390x: split condition code helpersBlue Swirl4-522/+557
2012-09-10target-s390x: split FPU opsBlue Swirl5-810/+847
2012-09-10target-s390x: fix styleBlue Swirl2-237/+297
2012-08-15s390: provide interface for service interrupt/introduce interrupt.cChristian Borntraeger4-16/+34
2012-08-15s390: Fix error handling and condition code of service callChristian Borntraeger2-11/+21
2012-07-10s390: autodetect map privateChristian Borntraeger1-0/+35
2012-06-24Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl1-0/+1
2012-06-21qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl1-1/+1
2012-06-18s390: stop target cpu on sigp initial resetChristian Borntraeger1-0/+1
2012-06-11target-s390x: Pass S390CPU to s390_cpu_restart()Andreas Färber1-2/+4
2012-06-11s390-virtio: Let s390_cpu_addr2state() return S390CPUAndreas Färber2-3/+5
2012-06-11target-s390x: Let cpu_s390x_init() return S390CPUAndreas Färber3-7/+7