summaryrefslogtreecommitdiff
path: root/target-s390x/helper.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-10s390x/cpu: Add error handling to cpu creationMatthew Rosato1-2/+39
2016-01-29s390: Clean up includesPeter Maydell1-0/+1
2016-01-27s390x: s390_cpu_get_phys_page_debug has to return -1David Hildenbrand1-2/+3
2016-01-13s390x: remove s390-virtio devicesPierre Morel1-1/+1
2015-12-17qemu-log: introduce qemu_log_separatePaolo Bonzini1-1/+1
2015-06-17target-s390x: PER: add Breaking-Event-Address registerAurelien Jarno1-0/+1
2015-06-17target-s390x: PER storage-alteration event supportAurelien Jarno1-0/+75
2015-06-17target-s390x: basic PER event handlingAurelien Jarno1-19/+35
2015-06-05target-s390x: support non current ASC in s390_cpu_handle_mmu_faultAurelien Jarno1-1/+1
2015-05-27s390x: Common access to floating point registersEric Farman1-1/+1
2015-04-30s390x/mmu: Use access type definitions instead of magic valuesThomas Huth1-1/+1
2015-03-10s390x: add function to deliver restart irqsDavid Hildenbrand1-7/+28
2015-02-18s390x/helper: Remove s390_cpu_physical_memory_mapThomas Huth1-25/+0
2015-02-18s390x/mmu: Skip exceptions properly when translating addresses for debugThomas Huth1-5/+3
2015-02-18s390x/mmu: Move mmu_translate() and friends to separate fileThomas Huth1-322/+1
2014-12-16qemu-log: add log category for MMU infoAntony Pavlov1-2/+2
2014-12-10target-s390x: fix possible out of bounds readzhanghailiang1-3/+3
2014-10-10s390x/kvm: proper use of the cpu states OPERATING and STOPPEDDavid Hildenbrand1-12/+7
2014-09-25target-s390x: Use cpu_exec_interrupt qom hookRichard Henderson1-0/+13
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini1-0/+1
2014-05-20s390x/kvm: hw debugging support via guest PER facilityDavid Hildenbrand1-0/+12
2014-05-07s390x/helper: Added format control bit to MMU translationThomas Huth1-18/+52
2014-05-07s390x/helper: Fixed real-to-absolute address translationThomas Huth1-3/+15
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