summaryrefslogtreecommitdiffstats
path: root/target-s390x
Commit message (Expand)AuthorAgeFilesLines
* Typo, spelling and grammatical fixesPeter Maydell2013-04-121-4/+4
* target-s390: Fix SRNMTRichard Henderson2013-04-051-0/+1
* Fix typos and misspellingsPeter Maydell2013-03-221-1/+1
* s390: Fix cpu refactoring fallout.Cornelia Huck2013-03-171-2/+1
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-124-6/+10
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-122-5/+5
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-123-8/+12
* s390/css: Fix subchannel detectionChristian Borntraeger2013-03-082-2/+2
* s390: simplify kvm cpu initChristian Borntraeger2013-03-081-7/+2
* gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell2013-03-031-2/+2
* cpu: Introduce ENV_OFFSET macrosAndreas Färber2013-03-031-0/+1
* target-s390x: Use mulu2 for mlgr insnRichard Henderson2013-02-233-11/+1
* target-s390x: Drop unused cpu_s390x_close() prototypeAndreas Färber2013-02-161-1/+0
* cpu: Add CPUArchState pointer to CPUStateAndreas Färber2013-02-161-0/+2
* target-s390x: Move TCG initialization to S390CPU initfnAndreas Färber2013-02-162-7/+6
* target-s390x: Introduce QOM realizefn for S390CPUAndreas Färber2013-02-163-3/+19
* s390: Fix handling of iscs.Cornelia Huck2013-02-133-2/+8
* 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
* Merge remote-tracking branch 'agraf/s390-for-upstream' into stagingAnthony Liguori2013-02-015-26/+31
|\
| * target-s390x: Pass S390CPU to s390_{add, del}_running_cpu()Andreas Färber2013-02-014-15/+13
| * target-s390x: Clean up cpu_inject_*() signaturesAndreas Färber2013-02-013-8/+15
| * target-s390x: Fix debug outputAndreas Färber2013-02-011-1/+1
| * target-s390x: Fix debug output (continued)Andreas Färber2013-02-011-2/+2
* | target-s390x: Mark as unmigratableAndreas Färber2013-02-013-32/+10
|/
* s390: Use s390_cpu_physical_memory_map for tpi.Cornelia Huck2013-01-293-7/+23
* s390: Wire up channel I/O in kvm.Cornelia Huck2013-01-292-13/+237
* s390: Virtual channel subsystem support.Cornelia Huck2013-01-291-0/+62
* s390: Add channel I/O instructions.Cornelia Huck2013-01-293-0/+832
* s390: I/O interrupt and machine check injection.Cornelia Huck2013-01-292-1/+209
* s390: Channel I/O basic definitions.Cornelia Huck2013-01-294-1/+245
* s390: Add mapping helper functions.Cornelia Huck2013-01-292-0/+29
* s390: Lowcore mapping helper.Cornelia Huck2013-01-291-9/+25
* kvm: Create kvm_arch_vcpu_id() functionEduardo Habkost2013-01-271-0/+5
* s390: Add a hypercall registration interface.Cornelia Huck2013-01-183-3/+3
* target-s390x: Unregister reset callback on finalizationAndreas Färber2013-01-181-0/+10
* s390x: fix indentationAlexander Graf2013-01-181-5/+5
* s390: Add CPU reset handlerJens Freimann2013-01-182-3/+41
* s390x: Remove inline function ebcdic_put and related data from cpu.hStefan Weil2013-01-182-81/+81
* S390: Enable -cpu help and QMP query-cpu-definitionsViktor Mihajlovski2013-01-182-0/+29
* s390: new contributions GPLv2 or laterChristian Borntraeger2013-01-182-2/+9
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-151-1/+1
* target-s390: Use noreturn for exception and load_pswRichard Henderson2013-01-051-2/+2
* target-s390: Use TCG_CALL_NO_WG for misc helpersRichard Henderson2013-01-051-1/+1
* target-s390: Use TCG_CALL_NO_WG for integer helpersRichard Henderson2013-01-051-4/+4
* target-s390: Use TCG_CALL_NO_WG for floating-point helpersRichard Henderson2013-01-051-39/+39
* target-s390: Use TCG_CALL_NO_WG for memory helpersRichard Henderson2013-01-051-15/+15
* target-s390: Perform COMPARE AND SWAP inlineRichard Henderson2013-01-054-96/+124
* target-s390: Optimize get_addressRichard Henderson2013-01-051-26/+18
OpenPOWER on IntegriCloud