aboutsummaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-03target-s390x: fix and optimize slb* and slbg* computation of carry/borrow flagTorbjorn Granlund1-14/+4
2015-02-03target-s390x: support OC and NC in the EX instructionPaolo Bonzini1-0/+8
2015-02-03target-s390x: Mark check_privileged() as !CONFIG_USER_ONLYPeter Maydell1-1/+3
2015-02-03target-s390: Implement ECAGRichard Henderson2-0/+9
2015-02-03target-s390: Implement LURA, LURAG, STURGRichard Henderson4-0/+55
2015-02-03target-s390: Fix STURARichard Henderson1-1/+1
2015-02-03target-s390: Fix STIDPRichard Henderson2-1/+9
2015-02-03target-s390: Implement EPSWRichard Henderson2-0/+20
2015-02-03target-s390: Implement SAM specification exceptionRichard Henderson2-8/+31
2015-02-03s390x/kvm: unknown DIAGNOSE code should give a specification exceptionChristian Borntraeger1-1/+1
2015-02-03s390x/kvm: Fix diag-308 register decodingThomas Huth1-1/+1
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell1-2/+0
2015-01-12kvm: extend kvm_irqchip_add_msi_route to work on s390Frank Blaschka1-0/+26
2015-01-12s390: implement pci instructionsFrank Blaschka1-0/+153
2015-01-12s390: Add PCI bus supportFrank Blaschka2-0/+53
2015-01-12s390x/kvm: avoid syscalls by syncing registers with kvm_runDavid Hildenbrand1-22/+50
2015-01-12s390x/kvm: sync register support helper functionDavid Hildenbrand1-10/+12
2015-01-12s390x/css: Clean up unnecessary CONFIG_USER_ONLY wrappersThomas Huth1-81/+0
2015-01-03gen-icount: check cflags instead of use_icount globalPaolo Bonzini1-1/+1
2014-12-16qemu-log: add log category for MMU infoAntony Pavlov1-2/+2
2014-12-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+1
2014-12-15valgrind/s390x: avoid false positives on KVM_SET_FPU ioctlChristian Borntraeger1-1/+1
2014-12-15KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checksEric Auger1-1/+0
2014-12-10target-s390x: fix possible out of bounds readzhanghailiang1-3/+3
2014-11-26s390x/kvm: Fix compile errorChristian Borntraeger1-2/+2
2014-11-23memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov1-1/+1
2014-11-05s390x/kvm: Fix warning from sparseThomas Huth1-1/+1
2014-11-05s390x/kvm: Fix opcode decoding for eb instruction handlerFrank Blaschka1-4/+4