summaryrefslogtreecommitdiff
path: root/target-s390x/helper.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber1-1/+1
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber1-9/+14
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber1-20/+19
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-8/+12
2014-03-13target-s390x: Clean up ENV_GET_CPU() usageAndreas Färber1-3/+3
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias1-2/+6
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+2
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber1-3/+0
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber1-2/+3
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber1-5/+7
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber1-2/+2
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-2/+5
2013-02-16target-s390x: Move TCG initialization to S390CPU initfnAndreas Färber1-7/+0
2013-02-16target-s390x: Introduce QOM realizefn for S390CPUAndreas Färber1-1/+3
2013-02-13s390: Fix handling of iscs.Cornelia Huck1-1/+4
2013-02-13s390: Keep I/O interrupts enabled for all iscs.Cornelia Huck1-19/+21
2013-02-04target-s390x: Fix wrong comparison in interrupt handlingStefan Weil1-1/+1
2013-02-04s390x: silence warning from GCC on uninitialized valuesAnthony Liguori1-1/+1
2013-02-01target-s390x: Pass S390CPU to s390_{add, del}_running_cpu()Andreas Färber1-2/+3
2013-02-01target-s390x: Clean up cpu_inject_*() signaturesAndreas Färber1-2/+4
2013-02-01target-s390x: Fix debug outputAndreas Färber1-1/+1
2013-02-01target-s390x: Fix debug output (continued)Andreas Färber1-2/+2
2013-01-29s390: I/O interrupt and machine check injection.Cornelia Huck1-0/+141
2013-01-29s390: Add mapping helper functions.Cornelia Huck1-0/+25
2013-01-29s390: Lowcore mapping helper.Cornelia Huck1-9/+25
2013-01-05target-s390: Reorg exception handlingRichard Henderson1-30/+28
2013-01-05target-s390: Fix PSW_MASK handlingRichard Henderson1-4/+5
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-4/+4
2012-09-27target-s390x: Use CPU_LOG_INTRichard Henderson1-3/+4
2012-09-10target-s390x: switch to AREG0 free modeBlue Swirl1-3/+3
2012-09-10target-s390x: fix styleBlue Swirl1-47/+49
2012-06-11target-s390x: Let cpu_s390x_init() return S390CPUAndreas Färber1-2/+2
2012-06-04Kill off cpu_state_reset()Andreas Färber1-8/+1
2012-04-04target-s390x: Update s390x_{tod,cpu}_timer() to use S390CPUAndreas Färber1-2/+4
2012-04-04target-s390x: QOM'ify CPU initAndreas Färber1-18/+3
2012-04-04target-s390x: QOM'ify CPU resetAndreas Färber1-10/+2
2012-04-04target-s390x: QOM'ify CPUAndreas Färber1-1/+3
2012-03-14target-s390x: Don't overuse CPUStateAndreas Färber1-19/+19
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-2/+2
2012-02-28target-s390x: Clean includesStefan Weil1-5/+0
2011-11-14s390x: Add shutdown for TCG s390-virtio machineAlexander Graf1-3/+12
2011-11-14s390x: update R and C bits in storage keyAlexander Graf1-0/+12
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-6/+6
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka1-1/+1
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-06-03target-s390x: Fix build for non-linux hostsStefan Weil1-5/+0