summaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-12trace: [tcg] Include TCG-tracing header on all targetsLluĂ­s Vilanova1-0/+2
2014-07-14s390x/kvm: synchronize guest floating point registersJason J. Herne1-0/+23
2014-06-24target-s390x: Remove unused ld_code6() functionPeter Maydell1-5/+0
2014-06-23qapi event: convert GUEST_PANICKEDWenchao Xia1-6/+3
2014-06-10s390x/kvm: inject via flicCornelia Huck2-1/+19
2014-06-10s390x: cleanup interrupt injectionCornelia Huck4-105/+85
2014-06-10s390x/kvm: add alternative injection interfaceCornelia Huck2-0/+88
2014-06-10s390x: consolidate floating interruptsCornelia Huck3-29/+52
2014-06-10s390x/kvm: Log unmanageable program interruptionsThomas Huth1-0/+6
2014-06-10s390x/kvm: Log unmanageable external interruptionsThomas Huth1-6/+29
2014-06-10s390x/kvm: enable/reset cmma via vm attributesDominik Dingel3-0/+72
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini5-6/+5
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini1-14/+0
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson7-12/+7
2014-05-20s390x/kvm: hw debugging support via guest PER facilityDavid Hildenbrand3-3/+156
2014-05-20s390x/kvm: software breakpoint supportDavid Hildenbrand1-3/+22
2014-05-20s390x: remove duplicate definitions of DIAG 501David Hildenbrand1-8/+12
2014-05-20s390x/virtio-ccw: wire up irq routing and irqfdsCornelia Huck1-0/+10
2014-05-13kvm: reset state from the CPU's reset methodPaolo Bonzini3-2/+13
2014-05-13kvm: make one_reg helpers available for everyoneCornelia Huck1-29/+0
2014-05-07s390x/helper: Added format control bit to MMU translationThomas Huth2-18/+56
2014-05-07s390x/helper: Fixed real-to-absolute address translationThomas Huth1-3/+15