aboutsummaryrefslogtreecommitdiff
path: root/target/mips/kvm.c
AgeCommit message (Expand)Author
2024-04-23KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini
2024-03-12target/mips: 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-08-22mips: Report an error when KVM_VM_MIPS_VZ is unavailableAkihiko Odaki
2023-08-22kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki
2023-01-13mips: Remove support for trap and emulate KVMPaolo Bonzini
2022-10-10kvm: allow target-specific accelerator propertiesPaolo Bonzini
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky
2021-01-14target/mips: Introduce ase_msa_available() helperPhilippe Mathieu-Daudé
2021-01-14target/mips: Extract FPU helpers to 'fpu_helper.h'Philippe Mathieu-Daudé
2020-12-13target/mips: Include "exec/memattrs.h" in 'internal.h'Philippe Mathieu-Daudé
2020-12-13target/mips/kvm: Remove unused headersPhilippe Mathieu-Daudé
2020-12-13target/mips/kvm: Assert unreachable code is not usedPhilippe Mathieu-Daudé
2020-06-27hw/mips: Implement the kvm_type() hook in MachineClassHuacai Chen
2020-06-01target/mips: Add more CP0 register for save/restoreHuacai Chen
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon
2017-09-21mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé
2017-09-19target/mips: Convert VM clock update prints to warn_reportAlistair Francis
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis
2017-07-04vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real
2017-03-03KVM: do not use sigtimedwait to catch SIGBUSPaolo Bonzini
2017-03-03KVM: remove kvm_arch_on_sigbusPaolo Bonzini
2017-01-16stubs: remove stubs/kvm.cPaolo Bonzini
2016-12-20Move target-* CPU file into a target/ folderThomas Huth