aboutsummaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)Author
2015-03-10Remove superfluous '\n' around error_report()Gonglei
2015-02-18s390x/helper: Remove s390_cpu_physical_memory_mapThomas Huth
2015-02-18s390x/ioinst: Rework memory access in TPI instructionThomas Huth
2015-02-18s390x/ioinst: Rework memory access in CHSC instructionThomas Huth
2015-02-18s390x/ioinst: Rework memory access in STCRW instructionThomas Huth
2015-02-18s390x/ioinst: Rework memory access in TSCH instructionThomas Huth
2015-02-18s390x/ioinst: Set condition code in ioinst_handle_tsch() handlerThomas Huth
2015-02-18s390x/ioinst: Rework memory access in STSCH instructionThomas Huth
2015-02-18s390x/ioinst: Rework memory access in SSCH instructionThomas Huth
2015-02-18s390x/ioinst: Rework memory access in MSCH instructionThomas Huth
2015-02-18s390x/css: Make schib parameter of css_do_msch constThomas Huth
2015-02-18s390x/mmu: Add function for accessing guest memoryThomas Huth
2015-02-18s390x/kvm: Add function for injecting pgm access exceptionsThomas Huth
2015-02-18s390x/mmu: Clean up mmu_translate_asc()Thomas Huth
2015-02-18s390x/mmu: Check bit 52 in page table entryThomas Huth
2015-02-18s390x/mmu: Renaming related to the ASCE confusionThomas Huth
2015-02-18s390x/mmu: Add support for read-only regionsThomas Huth
2015-02-18s390x/mmu: Fix the exception codes for illegal table entriesThomas Huth
2015-02-18s390x/mmu: Fix exception types when checking the ASCEsThomas Huth
2015-02-18s390x/mmu: Fix translation exception code in lowcoreThomas Huth
2015-02-18s390x/mmu: Skip exceptions properly when translating addresses for debugThomas Huth
2015-02-18s390x/mmu: Check table length and offset fieldsThomas Huth
2015-02-18s390x/mmu: Fix the handling of the table levelsThomas Huth
2015-02-18s390x/mmu: Fix the check for the real-space designation bitThomas Huth
2015-02-18s390x/mmu: Move mmu_translate() and friends to separate fileThomas Huth
2015-02-13s390x/ipl: drop reipl parameters on resetsFan Zhang
2015-02-13s390x/ipl: support diagnose 308 subcodes 5 and 6Fan Zhang
2015-02-12tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson
2015-02-12tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson
2015-02-03Merge remote-tracking branch 'remotes/rth/tags/pull-tg-s390-20150203' into st...Peter Maydell
2015-02-03target-s390x: fix and optimize slb* and slbg* computation of carry/borrow flagTorbjorn Granlund
2015-02-03target-s390x: support OC and NC in the EX instructionPaolo Bonzini
2015-02-03target-s390x: Mark check_privileged() as !CONFIG_USER_ONLYPeter Maydell
2015-02-03target-s390: Implement ECAGRichard Henderson
2015-02-03target-s390: Implement LURA, LURAG, STURGRichard Henderson
2015-02-03target-s390: Fix STURARichard Henderson
2015-02-03target-s390: Fix STIDPRichard Henderson
2015-02-03target-s390: Implement EPSWRichard Henderson
2015-02-03target-s390: Implement SAM specification exceptionRichard Henderson
2015-02-03s390x/kvm: unknown DIAGNOSE code should give a specification exceptionChristian Borntraeger
2015-02-03s390x/kvm: Fix diag-308 register decodingThomas Huth
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell
2015-01-12kvm: extend kvm_irqchip_add_msi_route to work on s390Frank Blaschka
2015-01-12s390: implement pci instructionsFrank Blaschka
2015-01-12s390: Add PCI bus supportFrank Blaschka
2015-01-12s390x/kvm: avoid syscalls by syncing registers with kvm_runDavid Hildenbrand
2015-01-12s390x/kvm: sync register support helper functionDavid Hildenbrand
2015-01-12s390x/css: Clean up unnecessary CONFIG_USER_ONLY wrappersThomas Huth
2015-01-03gen-icount: check cflags instead of use_icount globalPaolo Bonzini
2014-12-16qemu-log: add log category for MMU infoAntony Pavlov