aboutsummaryrefslogtreecommitdiff
path: root/target-s390x/helper.c
AgeCommit message (Expand)Author
2014-10-10s390x/kvm: proper use of the cpu states OPERATING and STOPPEDDavid Hildenbrand
2014-09-25target-s390x: Use cpu_exec_interrupt qom hookRichard Henderson
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-05-20s390x/kvm: hw debugging support via guest PER facilityDavid Hildenbrand
2014-05-07s390x/helper: Added format control bit to MMU translationThomas Huth
2014-05-07s390x/helper: Fixed real-to-absolute address translationThomas Huth
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber
2014-03-13target-s390x: Clean up ENV_GET_CPU() usageAndreas Färber
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-02-16target-s390x: Move TCG initialization to S390CPU initfnAndreas Färber
2013-02-16target-s390x: Introduce QOM realizefn for S390CPUAndreas Färber
2013-02-13s390: Fix handling of iscs.Cornelia Huck
2013-02-13s390: Keep I/O interrupts enabled for all iscs.Cornelia Huck
2013-02-04target-s390x: Fix wrong comparison in interrupt handlingStefan Weil
2013-02-04s390x: silence warning from GCC on uninitialized valuesAnthony Liguori
2013-02-01target-s390x: Pass S390CPU to s390_{add, del}_running_cpu()Andreas Färber
2013-02-01target-s390x: Clean up cpu_inject_*() signaturesAndreas Färber
2013-02-01target-s390x: Fix debug outputAndreas Färber
2013-02-01target-s390x: Fix debug output (continued)Andreas Färber
2013-01-29s390: I/O interrupt and machine check injection.Cornelia Huck
2013-01-29s390: Add mapping helper functions.Cornelia Huck
2013-01-29s390: Lowcore mapping helper.Cornelia Huck
2013-01-05target-s390: Reorg exception handlingRichard Henderson
2013-01-05target-s390: Fix PSW_MASK handlingRichard Henderson
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-09-27target-s390x: Use CPU_LOG_INTRichard Henderson
2012-09-10target-s390x: switch to AREG0 free modeBlue Swirl
2012-09-10target-s390x: fix styleBlue Swirl
2012-06-11target-s390x: Let cpu_s390x_init() return S390CPUAndreas Färber
2012-06-04Kill off cpu_state_reset()Andreas Färber
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
2012-04-04target-s390x: QOM'ify CPUAndreas Färber
2012-03-14target-s390x: Don't overuse CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-02-28target-s390x: Clean includesStefan Weil
2011-11-14s390x: Add shutdown for TCG s390-virtio machineAlexander Graf