summaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini1-1/+3
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini1-1/+3
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini1-0/+1
2012-06-04Kill off cpu_state_reset()Andreas Färber1-8/+1
2012-05-01S390: dont call system_shutdown on disabled waitChristian Borntraeger1-0/+12
2012-05-01S390: support reboot for kvm on s390Jens Freimann1-2/+1
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-5/+3
2012-04-04target-s390x: Update s390x_{tod,cpu}_timer() to use S390CPUAndreas Färber2-4/+6
2012-04-04target-s390x: QOM'ify CPU initAndreas Färber3-18/+31
2012-04-04target-s390x: QOM'ify CPU resetAndreas Färber2-11/+14
2012-04-04target-s390x: QOM'ify CPUAndreas Färber4-1/+136
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-1/+1
2012-03-14target-s390x: Don't overuse CPUStateAndreas Färber5-133/+133
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-2/+2
2012-03-05Move helpers.h to helper.hLluís Vilanova3-3/+3