aboutsummaryrefslogtreecommitdiff
path: root/target/mips/kvm.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-2/+2
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky1-0/+5
2021-01-14target/mips: Introduce ase_msa_available() helperPhilippe Mathieu-Daudé1-6/+6
2021-01-14target/mips: Extract FPU helpers to 'fpu_helper.h'Philippe Mathieu-Daudé1-0/+1
2020-12-13target/mips: Include "exec/memattrs.h" in 'internal.h'Philippe Mathieu-Daudé1-1/+0
2020-12-13target/mips/kvm: Remove unused headersPhilippe Mathieu-Daudé1-2/+0
2020-12-13target/mips/kvm: Assert unreachable code is not usedPhilippe Mathieu-Daudé1-6/+2
2020-06-27hw/mips: Implement the kvm_type() hook in MachineClassHuacai Chen1-0/+26
2020-06-01target/mips: Add more CP0 register for save/restoreHuacai Chen1-0/+212
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini1-1/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon1-0/+5
2017-09-21mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé1-0/+1
2017-09-19target/mips: Convert VM clock update prints to warn_reportAlistair Francis1-3/+3
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis1-2/+2
2017-07-04vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real1-2/+2
2017-03-03KVM: do not use sigtimedwait to catch SIGBUSPaolo Bonzini1-6/+0
2017-03-03KVM: remove kvm_arch_on_sigbusPaolo Bonzini1-6/+0
2017-01-16stubs: remove stubs/kvm.cPaolo Bonzini1-0/+5
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+1060