aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/kvm/kvm.c
AgeCommit message (Expand)Author
2024-10-03kvm: Allow kvm_arch_get/put_registers to accept Error**Julia Suvorova
2024-06-24gdbstub: move enums into separate headerAlex Bennée
2024-04-30target/s390x/cpu_models: Make kvm_s390_apply_cpu_model() return booleanZhao Liu
2024-04-30target/s390x/cpu_models: Make kvm_s390_get_host_cpu_model() return booleanZhao Liu
2024-04-23KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini
2024-02-06target/s390x: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-11-07hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU*Philippe Mathieu-Daudé
2023-11-07hw/s390x/css: Have css_do_sic() take S390CPU instead of CPUS390XStatePhilippe Mathieu-Daudé
2023-10-20target/s390x/kvm: Simplify the GPRs, ACRs, CRs and prefix synchronization codeThomas Huth
2023-10-20target/s390x/kvm: Turn KVM_CAP_SYNC_REGS into a hard requirementThomas Huth
2023-10-20target/s390x/cpu topology: activate CPU topologyPierre Morel
2023-10-20s390x/cpu topology: interception of PTF instructionPierre Morel
2023-10-20s390x/cpu topology: resetting the Topology-Change-ReportPierre Morel
2023-10-20target/s390x/cpu topology: handle STSI(15) and build the SYSIBPierre Morel
2023-09-12target/s390x: AP-passthrough for PV guestsSteffen Eiden
2023-09-12target/s390x/kvm: Refactor AP functionalitiesSteffen Eiden
2023-08-24sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpointAnton Johansson
2023-08-24Merge tag 'pull-target-arm-20230824' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-08-23s390x: Convert DPRINTF to trace eventsCédric Le Goater
2023-08-22kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki
2023-07-10hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/Philippe Mathieu-Daudé
2022-10-26Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi
2022-10-26s390x: Add protected dump capJanosch Frank
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster
2022-10-10kvm: allow target-specific accelerator propertiesPaolo Bonzini
2022-09-26s390x/pci: enable for load/store interpretationMatthew Rosato
2022-06-03target/s390x: kvm: Honor storage keys during emulationJanis Schoetterl-Glausch
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2021-12-17s390: kvm: adjust diag318 resets to retain dataCollin Walling
2021-07-07target/s390x: move kvm files into kvm/Cho, Yu-Chen