summaryrefslogtreecommitdiffstats
path: root/target-s390x
Commit message (Expand)AuthorAgeFilesLines
* fpu: move public header file to include/fpuPaolo Bonzini2012-12-191-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-194-7/+7
* misc: move include files to include/qemu/Paolo Bonzini2012-12-196-7/+7
* qom: move include files to include/qom/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-197-15/+15
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-7/+1
* TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
* TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
* TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin2012-12-081-2/+2
* TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-3/+3
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-4/+5
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-311-1/+3
* cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber2012-10-311-1/+1
* s390: sclp base supportHeinz Graalfs2012-10-293-60/+3
* s390: use sync regs for register transferChristian Borntraeger2012-10-291-20/+92
* target-s390x: rename helper flagsAurelien Jarno2012-10-281-38/+38
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-233-10/+10
* s390: avoid reaching into memory core internalsAvi Kivity2012-10-221-2/+1
* target-s390x: Tidy cpu_dump_stateRichard Henderson2012-09-271-12/+10
* target-s390x: Avoid double CPU_LOG_TB_CPURichard Henderson2012-09-271-1/+0
* target-s390x: Use CPU_LOG_INTRichard Henderson2012-09-272-4/+6
* target-s390x: Call tcg_gen_debug_insn_startRichard Henderson2012-09-271-4/+5
* target-s390x: avoid cpu_single_envBlue Swirl2012-09-151-173/+183
* target-s390x: switch to AREG0 free modeBlue Swirl2012-09-108-290/+238
* target-s390x: avoid AREG0 for misc helpersBlue Swirl2012-09-105-56/+60
* target-s390x: avoid AREG0 for condition code helpersBlue Swirl2012-09-104-20/+18
* target-s390x: avoid AREG0 for integer helpersBlue Swirl2012-09-104-20/+19
* target-s390x: avoid AREG0 for FPU helpersBlue Swirl2012-09-107-191/+257
* target-s390x: rename op_helper.c to misc_helper.cBlue Swirl2012-09-103-5/+5
* target-s390x: split memory access helpersBlue Swirl2012-09-103-1159/+1193
* target-s390x: split integer helpersBlue Swirl2012-09-103-171/+203
* target-s390x: split condition code helpersBlue Swirl2012-09-104-522/+557
* target-s390x: split FPU opsBlue Swirl2012-09-105-810/+847
* target-s390x: fix styleBlue Swirl2012-09-102-237/+297
* s390: provide interface for service interrupt/introduce interrupt.cChristian Borntraeger2012-08-154-16/+34
* s390: Fix error handling and condition code of service callChristian Borntraeger2012-08-152-11/+21
* s390: autodetect map privateChristian Borntraeger2012-07-101-0/+35
* Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl2012-06-241-0/+1
|\
| * s390: stop target cpu on sigp initial resetChristian Borntraeger2012-06-181-0/+1
* | qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl2012-06-211-1/+1
|/
* target-s390x: Pass S390CPU to s390_cpu_restart()Andreas Färber2012-06-111-2/+4
* s390-virtio: Let s390_cpu_addr2state() return S390CPUAndreas Färber2012-06-112-3/+5
* target-s390x: Let cpu_s390x_init() return S390CPUAndreas Färber2012-06-113-7/+7
* build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-1/+3
* build: move libobj-y variable to nested Makefile.objsPaolo Bonzini2012-06-071-1/+3
* build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2012-06-071-0/+1
* Kill off cpu_state_reset()Andreas Färber2012-06-041-8/+1
* S390: dont call system_shutdown on disabled waitChristian Borntraeger2012-05-011-0/+12
OpenPOWER on IntegriCloud