summaryrefslogtreecommitdiff
path: root/target-s390x/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2012-12-19kvm: Pass CPUState to kvm_vcpu_ioctl()Andreas Färber1-6/+6
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-3/+3
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber1-1/+3
2012-10-29s390: sclp base supportHeinz Graalfs1-12/+1
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-1/+1
2012-09-10target-s390x: switch to AREG0 free modeBlue Swirl1-10/+0
2012-09-10target-s390x: avoid AREG0 for FPU helpersBlue Swirl1-2/+12
2012-09-10target-s390x: rename op_helper.c to misc_helper.cBlue Swirl1-1/+1
2012-09-10target-s390x: split condition code helpersBlue Swirl1-0/+3
2012-09-10target-s390x: split FPU opsBlue Swirl1-0/+6
2012-08-15s390: provide interface for service interrupt/introduce interrupt.cChristian Borntraeger1-0/+3
2012-06-11s390-virtio: Let s390_cpu_addr2state() return S390CPUAndreas Färber1-1/+1
2012-06-11target-s390x: Let cpu_s390x_init() return S390CPUAndreas Färber1-4/+4
2012-04-04target-s390x: QOM'ify CPU initAndreas Färber1-0/+3
2012-04-04target-s390x: QOM'ify CPUAndreas Färber1-0/+2
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-1/+1
2012-03-14target-s390x: Don't overuse CPUStateAndreas Färber1-23/+23
2012-02-28target-s390x: Clean includesStefan Weil1-0/+3
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil1-4/+4
2011-11-14s390x: Add shutdown for TCG s390-virtio machineAlexander Graf1-0/+9
2011-11-14s390: Fix cpu shutdown for KVMChristian Borntraeger1-0/+2
2011-11-14s390x: update R and C bits in storage keyAlexander Graf1-0/+4
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-1/+1
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-1/+1
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl1-0/+11
2011-06-20Switch build system to accompanied kernel headersJan Kiszka1-10/+0
2011-05-20s390x: remove compatibility cc fieldAlexander Graf1-1/+0
2011-05-20s390x: Shift variables in CPUState for memset(0)Alexander Graf1-3/+4
2011-05-20s390x: keep hint on virtio managing sizeAlexander Graf1-0/+3
2011-05-20s390x: make kvm exported functions conditional on kvmAlexander Graf1-0/+17
2011-04-18s390x: Prepare cpu.h for emulationAlexander Graf1-44/+730
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl1-3/+3
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini1-1/+0
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini1-5/+0
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson1-0/+5
2010-03-07Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-12-05Add support for S390x system emulationAlexander Graf1-2/+151
2009-12-05S/390 CPU fake emulationAlexander Graf1-0/+122