summaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)Author
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber
2012-12-19cpu: Move kvm_run into CPUStateAndreas Färber
2012-12-19cpu: Move kvm_state field into CPUStateAndreas Färber
2012-12-19kvm: Pass CPUState to kvm_vcpu_ioctl()Andreas Färber
2012-12-19kvm: Pass CPUState to kvm_arch_*Andreas Färber
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19qom: move include files to include/qom/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
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