summaryrefslogtreecommitdiffstats
path: root/target/s390x/kvm.c
Commit message (Expand)AuthorAgeFilesLines
* s390x/kvm: Get rid of legacy_s390_alloc()David Hildenbrand2021-03-151-38/+5Star
* target/s390x/kvm: Simplify debug codePhilippe Mathieu-Daudé2021-03-041-2/+1Star
* sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky2021-02-161-0/+5
* s390x: Use strpadcpy for copying vm nameMiroslav Rezanina2021-01-211-7/+5Star
* s390/kvm: fix diag318 propagation and reset functionalityCollin Walling2020-11-181-5/+17
* s390x: pv: Fix diag318 PV fencingJanosch Frank2020-10-221-2/+1Star
* s390: guest support for diagnose 0x318Collin Walling2020-10-021-0/+39
* s390/sclp: add extended-length sccb support for kvm guestCollin Walling2020-10-021-0/+8
* s390x/kvm: help valgrind in several placesChristian Borntraeger2020-06-051-2/+2
* s390x: Add unpack facility feature to GA1Christian Borntraeger2020-04-291-0/+8
* s390x: protvirt: SCLP interpretationJanosch Frank2020-04-291-5/+20
* s390x: protvirt: Move STSI data over SIDADJanosch Frank2020-04-291-2/+9
* s390x: Add SIDA memory opsJanosch Frank2020-04-291-0/+26
* s390x: protvirt: KVM intercept changesJanosch Frank2020-04-291-0/+4
* s390x: protvirt: Support unpack facilityJanosch Frank2020-04-291-0/+5
* s390x: kvm: Fix number of cpu reports for stsi 3.2.2Janosch Frank2020-04-021-1/+16
* s390x: Add missing vcpu reset functionsJanosch Frank2020-02-261-8/+34
* target/s390x/kvm: Enable adapter interruption suppression againThomas Huth2020-01-271-3/+6
* kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini2019-12-171-1/+1
* s390x: kvm: Make kvm_sclp_service_call voidJanosch Frank2019-12-141-7/+5Star
* 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