summaryrefslogtreecommitdiff
path: root/target/s390x/kvm.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-30s390x/kvm: cleanup calls to cpu_synchronize_state()David Hildenbrand1-19/+1
2018-04-09s390x/kvm: call cpu_synchronize_state() on every kvm_arch_handle_exit()David Hildenbrand1-0/+2
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+0
2018-02-26s390x: remove s390_get_memslot_countCornelia Huck1-5/+0
2018-02-26qmp: expose s390-specific CPU infoViktor Mihajlovski1-4/+4
2018-02-26s390x/cpu: expose the guest crash informationChristian Borntraeger1-8/+7
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum1-2/+2
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell1-1/+1
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09s390x/cpumodel: model PTFF subfunctions for Multiple-epoch facilityDavid Hildenbrand1-0/+8
2018-02-09s390x: fix size + content of STSI blocksDavid Hildenbrand1-1/+1
2018-02-09s390x/flic: factor out injection of floating interruptsDavid Hildenbrand1-63/+5
2018-01-22s390x/kvm: Handle bpb featureChristian Borntraeger1-0/+14
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake1-1/+1
2017-12-14s390x/kvm: factor out build_channel_report_mcic() into cpu.hDavid Hildenbrand1-23/+2
2017-12-14s390x/diag: pass the retaddr into handle_diag_308()David Hildenbrand1-1/+1
2017-12-14s390x/pci: pass the retaddr to all PCI instructionsDavid Hildenbrand1-7/+7
2017-12-14s390x/ioinst: pass the retaddr to all IO instructionsDavid Hildenbrand1-13/+14
2017-12-14s390x/migration: use zero flag parameterChristian Borntraeger1-8/+8
2017-10-30s390x/kvm: use cpu model for gscb on compat machinesChristian Borntraeger1-1/+1
2017-10-20s390x/kvm: factor out actual handling of STOP interruptsDavid Hildenbrand1-7/+1
2017-10-20s390x/kvm: factor out SIGP code into sigp.cDavid Hildenbrand1-343/+6
2017-10-20s390x/kvm: drop two debug printsDavid Hildenbrand1-2/+0
2017-10-20s390x/kvm: factor out storing of adtl CPU statusDavid Hildenbrand1-29/+1
2017-10-20s390x/kvm: factor out storing of CPU statusDavid Hildenbrand1-66/+3
2017-10-20s390x/kvm: generalize SIGP stop and restart interrupt injectionDavid Hildenbrand1-12/+21
2017-10-20s390x/kvm: pass ipb directly into handle_sigp()David Hildenbrand1-3/+3
2017-10-20target/s390x: factor out handling of WAIT PSW into s390_handle_wait()David Hildenbrand1-13/+1
2017-10-06s390/kvm: Support for get/set of extended TOD-Clock for guestCollin L. Walling1-1/+32
2017-10-06s390x/kvm: fix and cleanup storing CPU statusDavid Hildenbrand1-20/+42
2017-10-06s390x: use generic cpu_model parsingIgor Mammedov1-0/+3
2017-09-22s390x/ais: for 2.10 stable: disable ais facilityChristian Borntraeger1-2/+7
2017-09-19s390x: move s390_virtio_hypercall() to s390-virtio-hcall.hDavid Hildenbrand1-0/+1
2017-09-19s390x/pci: fixup ind_offset of msix routing entryYi Min Zhao1-3/+1
2017-09-19s390x/pci: remove idx from msix msg dataYi Min Zhao1-3/+7
2017-09-19Convert remaining error_report() to warn_report()Alistair Francis1-2/+2
2017-08-30s390x/kvm: move KVM declarations and stubs to separate filesDavid Hildenbrand1-0/+1
2017-08-30target/s390x: introduce internal.hDavid Hildenbrand1-0/+1
2017-08-30s390x/kvm: drop KVMState parameter from kvm_s390_set_mem_limit()David Hildenbrand1-6/+6
2017-08-30s390x/kvm: drop KVMState parameter from s390_get_memslot_count()David Hildenbrand1-2/+2
2017-08-30s390x/pci: fence off instructions for non-pciCornelia Huck1-13/+41
2017-08-30s390x/pci: do not advertise pci on non-pci buildsCornelia Huck1-1/+3
2017-07-25target/s390x: Rework program_interrupt() and related functionsThomas Huth1-8/+8
2017-07-25s390x/kvm: better comment regarding zPCI feature availabilityDavid Hildenbrand1-1/+1
2017-07-25target/s390x: introduce (test|set)_be_bitDavid Hildenbrand1-12/+2
2017-07-25target/s390x: indicate query subfunction in s390_fill_feat_blockDavid Hildenbrand1-13/+0
2017-07-14s390x/kvm: enable guarded storageFan Zhang1-10/+61
2017-07-14s390x/kvm: Enable KSS facility for nested virtualizationFarhan Ali1-0/+1
2017-07-14s390x/cpumodel: we are always in zarchitecture modeJason J. Herne1-27/+11