aboutsummaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)Author
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-12-16exec: refactor cpu_restore_stateBlue Swirl
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin
2012-11-10disas: avoid using cpu_single_envBlue Swirl
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber
2012-10-29s390: sclp base supportHeinz Graalfs
2012-10-29s390: use sync regs for register transferChristian Borntraeger
2012-10-28target-s390x: rename helper flagsAurelien Jarno
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-22s390: avoid reaching into memory core internalsAvi Kivity
2012-09-27target-s390x: Tidy cpu_dump_stateRichard Henderson
2012-09-27target-s390x: Avoid double CPU_LOG_TB_CPURichard Henderson
2012-09-27target-s390x: Use CPU_LOG_INTRichard Henderson
2012-09-27target-s390x: Call tcg_gen_debug_insn_startRichard Henderson
2012-09-15target-s390x: avoid cpu_single_envBlue Swirl
2012-09-10target-s390x: switch to AREG0 free modeBlue Swirl
2012-09-10target-s390x: avoid AREG0 for misc helpersBlue Swirl
2012-09-10target-s390x: avoid AREG0 for condition code helpersBlue Swirl
2012-09-10target-s390x: avoid AREG0 for integer helpersBlue Swirl
2012-09-10target-s390x: avoid AREG0 for FPU helpersBlue Swirl
2012-09-10target-s390x: rename op_helper.c to misc_helper.cBlue Swirl
2012-09-10target-s390x: split memory access helpersBlue Swirl
2012-09-10target-s390x: split integer helpersBlue Swirl
2012-09-10target-s390x: split condition code helpersBlue Swirl
2012-09-10target-s390x: split FPU opsBlue Swirl
2012-09-10target-s390x: fix styleBlue Swirl
2012-08-15s390: provide interface for service interrupt/introduce interrupt.cChristian Borntraeger
2012-08-15s390: Fix error handling and condition code of service callChristian Borntraeger
2012-07-10s390: autodetect map privateChristian Borntraeger
2012-06-24Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl
2012-06-21qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl
2012-06-18s390: stop target cpu on sigp initial resetChristian Borntraeger
2012-06-11target-s390x: Pass S390CPU to s390_cpu_restart()Andreas Färber
2012-06-11s390-virtio: Let s390_cpu_addr2state() return S390CPUAndreas Färber
2012-06-11target-s390x: Let cpu_s390x_init() return S390CPUAndreas Färber
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini
2012-06-04Kill off cpu_state_reset()Andreas Färber
2012-05-01S390: dont call system_shutdown on disabled waitChristian Borntraeger
2012-05-01S390: support reboot for kvm on s390Jens Freimann
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-04-04target-s390x: Update s390x_{tod,cpu}_timer() to use S390CPUAndreas Färber
2012-04-04target-s390x: QOM'ify CPU initAndreas Färber
2012-04-04target-s390x: QOM'ify CPU resetAndreas Färber