summaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-05s390x: Implement SAM{24,31,64}Alexander Graf2-3/+15
2014-11-05s390x: Fix sclp console inputAlexander Graf1-2/+0
2014-10-10s390x/migration: migrate CPU stateThomas Huth4-7/+82
2014-10-10s390x/kvm: synchronize the cpu state after SIGP (INITIAL) CPU RESETDavid Hildenbrand1-0/+2
2014-10-10s390x/kvm: reuse kvm_s390_reset_vcpu() to get rid of ifdefsDavid Hildenbrand3-12/+7
2014-10-10s390x/kvm: propagate s390 cpu state to kvmDavid Hildenbrand3-2/+49
2014-10-10s390x/kvm: proper use of the cpu states OPERATING and STOPPEDDavid Hildenbrand4-49/+73
2014-10-10s390x/kvm: introduce proper states for s390 cpusDavid Hildenbrand2-0/+57
2014-09-25target-s390x: Use cpu_exec_interrupt qom hookRichard Henderson3-0/+15
2014-09-23s390x/css: support format-0 ccwsCornelia Huck1-0/+10
2014-09-01s390x/gdb: coding style fixesDavid Hildenbrand1-2/+2
2014-09-01s390x/gdb: generate target.xml and handle fp/ac as coprocessorsDavid Hildenbrand4-60/+76
2014-09-01s390x/gdb: don't touch the cc if tcg is not enabledDavid Hildenbrand1-4/+10
2014-09-01sclp-s390: Add memory hotplug SCLPsMatthew Rosato2-0/+20
2014-09-01virtio-ccw: Include standby memory when calculating storage incrementMatthew Rosato1-0/+3
2014-09-01s390x/kvm: execute the first cpu reset on the vcpu threadDavid Hildenbrand1-0/+4
2014-09-01s390x/kvm: execute "system reset" cpu resets on the vcpu threadDavid Hildenbrand1-1/+1
2014-09-01s390x/kvm: execute sigp orders on the target vcpu threadDavid Hildenbrand1-7/+16
2014-09-01s390x/kvm: run guest triggered resets on the target vcpu threadDavid Hildenbrand2-22/+23