summaryrefslogtreecommitdiffstats
path: root/target/s390x/kvm.c
Commit message (Expand)AuthorAgeFilesLines
* s390x/kvm: Set default cpu model for all machine classesDavid Hildenbrand2019-10-211-2/+8
* s390/kvm: split kvm mem slots at 4TBChristian Borntraeger2019-09-301-5/+4Star
* s390: do not call memory_region_allocate_system_memory() multiple timesIgor Mammedov2019-09-301-0/+11
* s390x/kvm: Officially require at least kernel 3.15Thomas Huth2019-09-231-0/+7
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* hw/s390x: Replace global smp variables with machine smp propertiesLike Xu2019-07-051-4/+6
* KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon2019-06-211-0/+10
* s390x: Use uint64_t for vector registersDavid Hildenbrand2019-06-071-8/+8
* s390x/cpumodel: add Deflate-conversion facilityChristian Borntraeger2019-05-211-0/+6
* s390x/cpumodel: enhanced sort facilityChristian Borntraeger2019-05-211-0/+6
* s390x/cpumodel: msa9 facilityChristian Borntraeger2019-05-211-0/+6
* s390x/kvm: Configure page size after memory has actually been initializedDavid Hildenbrand2019-04-251-21/+14Star
* s390x/kvm: Report warnings with warn_report(), not error_printf()Markus Armbruster2019-04-181-1/+1
* s390x/kvm: add tracepoint to ioeventfd interfaceCornelia Huck2019-02-181-0/+2
* s390x: always provide pci supportCornelia Huck2019-02-181-3/+1Star
* s390x: Fix the confusing contributions-after-2012 license statementsThomas Huth2019-02-181-11/+8Star
* s390x: remove direct reference to mem_path global from s390x codeIgor Mammedov2019-02-041-2/+3
* s390x/kvm: enable AP instruction interpretation for guestTony Krowiak2018-10-121-0/+19
* s390x: move tcg_s390_program_interrupt() into TCG code and mark it noreturnDavid Hildenbrand2018-10-041-1/+3
* s390x: Fence huge pages prior to 3.1Janosch Frank2018-10-041-0/+6
* s390x: Enable KVM huge page backing supportJanosch Frank2018-08-201-2/+33
* s390x/kvm: add etoken facilityChristian Borntraeger2018-08-201-0/+11
* s390x/kvm: indicate alignment in legacy_s390_alloc()David Hildenbrand2018-07-021-0/+3
* s390x/kvm: legacy_s390_alloc() only supports one allocationDavid Hildenbrand2018-07-021-2/+10
* s390x/kvm: pass values instead of pointers to kvm_s390_set_clock_*()David Hildenbrand2018-07-021-6/+6
* target: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-05-311-1/+0Star
* s390x: refactor reset/reipl handlingDavid Hildenbrand2018-05-141-1/+1
* s390x/kvm: cleanup calls to cpu_synchronize_state()David Hildenbrand2018-04-301-19/+1Star
* s390x/kvm: call cpu_synchronize_state() on every kvm_arch_handle_exit()David Hildenbrand2018-04-091-0/+2
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+0Star
* s390x: remove s390_get_memslot_countCornelia Huck2018-02-261-5/+0Star
* qmp: expose s390-specific CPU infoViktor Mihajlovski2018-02-261-4/+4
* s390x/cpu: expose the guest crash informationChristian Borntraeger2018-02-261-8/+7Star
* mem: add share parameter to memory-backend-ramMarcel Apfelbaum2018-02-191-2/+2
* Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell2018-02-091-1/+1
|\
| * Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster2018-02-091-1/+0Star
| * Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* | s390x/cpumodel: model PTFF subfunctions for Multiple-epoch facilityDavid Hildenbrand2018-02-091-0/+8
* | s390x: fix size + content of STSI blocksDavid Hildenbrand2018-02-091-1/+1
* | s390x/flic: factor out injection of floating interruptsDavid Hildenbrand2018-02-091-63/+5Star
|/
* s390x/kvm: Handle bpb featureChristian Borntraeger2018-01-221-0/+14
* maint: Fix macros with broken 'do/while(0); ' usageEric Blake2018-01-161-1/+1
* s390x/kvm: factor out build_channel_report_mcic() into cpu.hDavid Hildenbrand2017-12-141-23/+2Star
* s390x/diag: pass the retaddr into handle_diag_308()David Hildenbrand2017-12-141-1/+1
* s390x/pci: pass the retaddr to all PCI instructionsDavid Hildenbrand2017-12-141-7/+7
* s390x/ioinst: pass the retaddr to all IO instructionsDavid Hildenbrand2017-12-141-13/+14
* s390x/migration: use zero flag parameterChristian Borntraeger2017-12-141-8/+8
* s390x/kvm: use cpu model for gscb on compat machinesChristian Borntraeger2017-10-301-1/+1