summaryrefslogtreecommitdiffstats
path: root/target-s390x/helper.c
Commit message (Expand)AuthorAgeFilesLines
* target-s390x: PER: add Breaking-Event-Address registerAurelien Jarno2015-06-171-0/+1
* target-s390x: PER storage-alteration event supportAurelien Jarno2015-06-171-0/+75
* target-s390x: basic PER event handlingAurelien Jarno2015-06-171-19/+35
* target-s390x: support non current ASC in s390_cpu_handle_mmu_faultAurelien Jarno2015-06-051-1/+1
* s390x: Common access to floating point registersEric Farman2015-05-271-1/+1
* s390x/mmu: Use access type definitions instead of magic valuesThomas Huth2015-04-301-1/+1
* s390x: add function to deliver restart irqsDavid Hildenbrand2015-03-101-7/+28
* s390x/helper: Remove s390_cpu_physical_memory_mapThomas Huth2015-02-181-25/+0
* s390x/mmu: Skip exceptions properly when translating addresses for debugThomas Huth2015-02-181-5/+3
* s390x/mmu: Move mmu_translate() and friends to separate fileThomas Huth2015-02-181-322/+1
* qemu-log: add log category for MMU infoAntony Pavlov2014-12-161-2/+2
* target-s390x: fix possible out of bounds readzhanghailiang2014-12-101-3/+3
* s390x/kvm: proper use of the cpu states OPERATING and STOPPEDDavid Hildenbrand2014-10-101-12/+7
* target-s390x: Use cpu_exec_interrupt qom hookRichard Henderson2014-09-251-0/+13
* softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-051-0/+1
* s390x/kvm: hw debugging support via guest PER facilityDavid Hildenbrand2014-05-201-0/+12
* s390x/helper: Added format control bit to MMU translationThomas Huth2014-05-071-18/+52
* s390x/helper: Fixed real-to-absolute address translationThomas Huth2014-05-071-3/+15
* cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber2014-03-131-1/+1
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-131-9/+14
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-20/+19
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-131-8/+12
* target-s390x: Clean up ENV_GET_CPU() usageAndreas Färber2014-03-131-3/+3
* exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-2/+6
* exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-1/+2
* cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber2013-10-071-3/+0
* cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-231-2/+3
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-121-5/+7
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-2/+2
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-2/+5
* target-s390x: Move TCG initialization to S390CPU initfnAndreas Färber2013-02-161-7/+0
* target-s390x: Introduce QOM realizefn for S390CPUAndreas Färber2013-02-161-1/+3
* s390: Fix handling of iscs.Cornelia Huck2013-02-131-1/+4
* s390: Keep I/O interrupts enabled for all iscs.Cornelia Huck2013-02-131-19/+21
* target-s390x: Fix wrong comparison in interrupt handlingStefan Weil2013-02-041-1/+1
* s390x: silence warning from GCC on uninitialized valuesAnthony Liguori2013-02-041-1/+1
* target-s390x: Pass S390CPU to s390_{add, del}_running_cpu()Andreas Färber2013-02-011-2/+3
* target-s390x: Clean up cpu_inject_*() signaturesAndreas Färber2013-02-011-2/+4
* target-s390x: Fix debug outputAndreas Färber2013-02-011-1/+1
* target-s390x: Fix debug output (continued)Andreas Färber2013-02-011-2/+2
* s390: I/O interrupt and machine check injection.Cornelia Huck2013-01-291-0/+141
* s390: Add mapping helper functions.Cornelia Huck2013-01-291-0/+25
* s390: Lowcore mapping helper.Cornelia Huck2013-01-291-9/+25
* target-s390: Reorg exception handlingRichard Henderson2013-01-051-30/+28
* target-s390: Fix PSW_MASK handlingRichard Henderson2013-01-051-4/+5
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-4/+4
* target-s390x: Use CPU_LOG_INTRichard Henderson2012-09-271-3/+4
OpenPOWER on IntegriCloud