summaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)AuthorFilesLines
2013-05-14osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini1-1/+1
2013-05-01Trivial grammar and spelling fixesStefan Weil1-1/+1
2013-04-30Wire up disabled wait a panicked event on s390Christian Borntraeger1-3/+14
2013-04-26Utilize selective runtime reg sync for hot code pathsJason J. Herne1-3/+12
2013-04-26Allow selective runtime register synchronizationJason J. Herne2-0/+84
2013-04-26s390x: use CONFIG_INT128 to detect __uint128_tGabriel Kerneis1-2/+1
2013-04-12Typo, spelling and grammatical fixesPeter Maydell1-4/+4
2013-04-05target-s390: Fix SRNMTRichard Henderson1-0/+1
2013-03-22Fix typos and misspellingsPeter Maydell1-1/+1
2013-03-17s390: Fix cpu refactoring fallout.Cornelia Huck1-2/+1
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber4-6/+10
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber2-5/+5
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber3-8/+12
2013-03-08s390/css: Fix subchannel detectionChristian Borntraeger2-2/+2
2013-03-08s390: simplify kvm cpu initChristian Borntraeger1-7/+2
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell1-2/+2
2013-03-03cpu: Introduce ENV_OFFSET macrosAndreas Färber1-0/+1
2013-02-23target-s390x: Use mulu2 for mlgr insnRichard Henderson3-11/+1
2013-02-16target-s390x: Drop unused cpu_s390x_close() prototypeAndreas Färber1-1/+0
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber1-0/+2
2013-02-16target-s390x: Move TCG initialization to S390CPU initfnAndreas Färber2-7/+6
2013-02-16target-s390x: Introduce QOM realizefn for S390CPUAndreas Färber3-3/+19
2013-02-13s390: Fix handling of iscs.Cornelia Huck3-2/+8
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-01Merge remote-tracking branch 'agraf/s390-for-upstream' into stagingAnthony Liguori5-26/+31
2013-02-01target-s390x: Pass S390CPU to s390_{add, del}_running_cpu()Andreas Färber4-15/+13
2013-02-01target-s390x: Clean up cpu_inject_*() signaturesAndreas Färber3-8/+15
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-02-01target-s390x: Mark as unmigratableAndreas Färber3-32/+10
2013-01-29s390: Use s390_cpu_physical_memory_map for tpi.Cornelia Huck3-7/+23
2013-01-29s390: Wire up channel I/O in kvm.Cornelia Huck2-13/+237
2013-01-29s390: Virtual channel subsystem support.Cornelia Huck1-0/+62
2013-01-29s390: Add channel I/O instructions.Cornelia Huck3-0/+832
2013-01-29s390: I/O interrupt and machine check injection.Cornelia Huck2-1/+209
2013-01-29s390: Channel I/O basic definitions.Cornelia Huck4-1/+245
2013-01-29s390: Add mapping helper functions.Cornelia Huck2-0/+29
2013-01-29s390: Lowcore mapping helper.Cornelia Huck1-9/+25
2013-01-27kvm: Create kvm_arch_vcpu_id() functionEduardo Habkost1-0/+5
2013-01-18s390: Add a hypercall registration interface.Cornelia Huck3-3/+3
2013-01-18target-s390x: Unregister reset callback on finalizationAndreas Färber1-0/+10
2013-01-18s390x: fix indentationAlexander Graf1-5/+5
2013-01-18s390: Add CPU reset handlerJens Freimann2-3/+41
2013-01-18s390x: Remove inline function ebcdic_put and related data from cpu.hStefan Weil2-81/+81
2013-01-18S390: Enable -cpu help and QMP query-cpu-definitionsViktor Mihajlovski2-0/+29
2013-01-18s390: new contributions GPLv2 or laterChristian Borntraeger2-2/+9
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber1-1/+1
2013-01-05target-s390: Use noreturn for exception and load_pswRichard Henderson1-2/+2