summaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)AuthorFilesLines
2015-03-16Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150316' into stagingPeter Maydell2-35/+131
2015-03-16s390x: CPACF: Handle key wrap machine optionsTony Krowiak1-0/+51
2015-03-16s390x/kvm: make use of generic vm attribute checkDominik Dingel1-35/+7
2015-03-16s390x/kvm: Guest Migration TOD clock synchronizationJason J. Herne2-0/+73
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson1-3/+4
2015-03-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+1
2015-03-11kvm: add machine state to kvm_arch_initMarcel Apfelbaum1-1/+1
2015-03-11Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150310' into s...Peter Maydell6-71/+431
2015-03-10cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost1-1/+1
2015-03-10s390x/kvm: passing max memory size to acceleratorDominik Dingel2-0/+59
2015-03-10s390x/kvm: enable the new SIGP handling in user spaceDavid Hildenbrand1-0/+3
2015-03-10s390x/kvm: deliver SIGP RESTART directly if stoppedDavid Hildenbrand1-2/+11
2015-03-10s390x: add function to deliver restart irqsDavid Hildenbrand2-8/+32
2015-03-10s390x/kvm: SIGP START is only applicable when STOPPEDDavid Hildenbrand1-0/+5
2015-03-10s390x/kvm: implement handling of new SIGP ordersDavid Hildenbrand4-5/+218
2015-03-10s390x/kvm: trace all SIGP ordersDavid Hildenbrand1-1/+3
2015-03-10s390x/kvm: helper to set the SIGP status in SigpInfoDavid Hildenbrand1-3/+8
2015-03-10s390x/kvm: pass the SIGP instruction parameter to the SIGP handlerDavid Hildenbrand1-2/+6
2015-03-10s390x/kvm: more details for SIGP handler with one destination vcpuDavid Hildenbrand1-62/+91
2015-03-10s390x: introduce defines for SIGP condition codesDavid Hildenbrand3-10/+17
2015-03-10Remove superfluous '\n' around error_report()Gonglei1-1/+1
2015-02-18s390x/helper: Remove s390_cpu_physical_memory_mapThomas Huth2-29/+0
2015-02-18s390x/ioinst: Rework memory access in TPI instructionThomas Huth2-13/+8
2015-02-18s390x/ioinst: Rework memory access in CHSC instructionThomas Huth1-9/+13
2015-02-18s390x/ioinst: Rework memory access in STCRW instructionThomas Huth2-11/+10
2015-02-18s390x/ioinst: Rework memory access in TSCH instructionThomas Huth2-15/+21
2015-02-18s390x/ioinst: Set condition code in ioinst_handle_tsch() handlerThomas Huth3-12/+7
2015-02-18s390x/ioinst: Rework memory access in STSCH instructionThomas Huth1-14/+22
2015-02-18s390x/ioinst: Rework memory access in SSCH instructionThomas Huth1-11/+5
2015-02-18s390x/ioinst: Rework memory access in MSCH instructionThomas Huth1-13/+7
2015-02-18s390x/css: Make schib parameter of css_do_msch constThomas Huth1-1/+1
2015-02-18s390x/mmu: Add function for accessing guest memoryThomas Huth2-0/+113
2015-02-18s390x/kvm: Add function for injecting pgm access exceptionsThomas Huth3-6/+33
2015-02-18s390x/mmu: Clean up mmu_translate_asc()Thomas Huth1-24/+15
2015-02-18s390x/mmu: Check bit 52 in page table entryThomas Huth2-1/+5
2015-02-18s390x/mmu: Renaming related to the ASCE confusionThomas Huth1-6/+6
2015-02-18s390x/mmu: Add support for read-only regionsThomas Huth2-3/+5
2015-02-18s390x/mmu: Fix the exception codes for illegal table entriesThomas Huth1-2/+1
2015-02-18s390x/mmu: Fix exception types when checking the ASCEsThomas Huth1-3/+3
2015-02-18s390x/mmu: Fix translation exception code in lowcoreThomas Huth1-33/+15
2015-02-18s390x/mmu: Skip exceptions properly when translating addresses for debugThomas Huth4-40/+59
2015-02-18s390x/mmu: Check table length and offset fieldsThomas Huth2-0/+30
2015-02-18s390x/mmu: Fix the handling of the table levelsThomas Huth1-68/+47
2015-02-18s390x/mmu: Fix the check for the real-space designation bitThomas Huth1-7/+6
2015-02-18s390x/mmu: Move mmu_translate() and friends to separate fileThomas Huth4-323/+359
2015-02-13s390x/ipl: drop reipl parameters on resetsFan Zhang1-1/+2
2015-02-13s390x/ipl: support diagnose 308 subcodes 5 and 6Fan Zhang1-2/+31
2015-02-12tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson1-6/+3
2015-02-12tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson1-1/+1
2015-02-03Merge remote-tracking branch 'remotes/rth/tags/pull-tg-s390-20150203' into st...Peter Maydell6-25/+140