index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
s390x
/
kvm
/
kvm.c
Age
Commit message (
Expand
)
Author
2024-10-03
kvm: Allow kvm_arch_get/put_registers to accept Error**
Julia Suvorova
2024-06-24
gdbstub: move enums into separate header
Alex Bennée
2024-04-30
target/s390x/cpu_models: Make kvm_s390_apply_cpu_model() return boolean
Zhao Liu
2024-04-30
target/s390x/cpu_models: Make kvm_s390_get_host_cpu_model() return boolean
Zhao Liu
2024-04-23
KVM: remove kvm_arch_cpu_check_are_resettable
Paolo Bonzini
2024-02-06
target/s390x: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2023-11-07
hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU*
Philippe Mathieu-Daudé
2023-11-07
hw/s390x/css: Have css_do_sic() take S390CPU instead of CPUS390XState
Philippe Mathieu-Daudé
2023-10-20
target/s390x/kvm: Simplify the GPRs, ACRs, CRs and prefix synchronization code
Thomas Huth
2023-10-20
target/s390x/kvm: Turn KVM_CAP_SYNC_REGS into a hard requirement
Thomas Huth
2023-10-20
target/s390x/cpu topology: activate CPU topology
Pierre Morel
2023-10-20
s390x/cpu topology: interception of PTF instruction
Pierre Morel
2023-10-20
s390x/cpu topology: resetting the Topology-Change-Report
Pierre Morel
2023-10-20
target/s390x/cpu topology: handle STSI(15) and build the SYSIB
Pierre Morel
2023-09-12
target/s390x: AP-passthrough for PV guests
Steffen Eiden
2023-09-12
target/s390x/kvm: Refactor AP functionalities
Steffen Eiden
2023-08-24
sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpoint
Anton Johansson
2023-08-24
Merge tag 'pull-target-arm-20230824' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
2023-08-23
s390x: Convert DPRINTF to trace events
Cédric Le Goater
2023-08-22
kvm: Introduce kvm_arch_get_default_type hook
Akihiko Odaki
2023-07-10
hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/
Philippe Mathieu-Daudé
2022-10-26
Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...
Stefan Hajnoczi
2022-10-26
s390x: Add protected dump cap
Janosch Frank
2022-10-22
Drop useless casts from g_malloc() & friends to pointer
Markus Armbruster
2022-10-10
kvm: allow target-specific accelerator properties
Paolo Bonzini
2022-09-26
s390x/pci: enable for load/store interpretation
Matthew Rosato
2022-06-03
target/s390x: kvm: Honor storage keys during emulation
Janis Schoetterl-Glausch
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2021-12-17
s390: kvm: adjust diag318 resets to retain data
Collin Walling
2021-07-07
target/s390x: move kvm files into kvm/
Cho, Yu-Chen