aboutsummaryrefslogtreecommitdiff
path: root/target-s390x/helper.c
AgeCommit message (Expand)Author
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-10s390x/cpu: Add error handling to cpu creationMatthew Rosato
2016-01-29s390: Clean up includesPeter Maydell
2016-01-27s390x: s390_cpu_get_phys_page_debug has to return -1David Hildenbrand
2016-01-13s390x: remove s390-virtio devicesPierre Morel
2015-12-17qemu-log: introduce qemu_log_separatePaolo Bonzini
2015-06-17target-s390x: PER: add Breaking-Event-Address registerAurelien Jarno
2015-06-17target-s390x: PER storage-alteration event supportAurelien Jarno
2015-06-17target-s390x: basic PER event handlingAurelien Jarno
2015-06-05target-s390x: support non current ASC in s390_cpu_handle_mmu_faultAurelien Jarno
2015-05-27s390x: Common access to floating point registersEric Farman
2015-04-30s390x/mmu: Use access type definitions instead of magic valuesThomas Huth
2015-03-10s390x: add function to deliver restart irqsDavid Hildenbrand
2015-02-18s390x/helper: Remove s390_cpu_physical_memory_mapThomas Huth
2015-02-18s390x/mmu: Skip exceptions properly when translating addresses for debugThomas Huth
2015-02-18s390x/mmu: Move mmu_translate() and friends to separate fileThomas Huth
2014-12-16qemu-log: add log category for MMU infoAntony Pavlov
2014-12-10target-s390x: fix possible out of bounds readzhanghailiang
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