summary refs log tree commit diff stats
path: root/target/mips/kvm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini2024-04-231-5/+0
* target/mips: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé2024-03-121-18/+9
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-2/+2
* mips: Report an error when KVM_VM_MIPS_VZ is unavailableAkihiko Odaki2023-08-221-0/+1
* kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki2023-08-221-1/+1
* mips: Remove support for trap and emulate KVMPaolo Bonzini2023-01-131-10/+1
* kvm: allow target-specific accelerator propertiesPaolo Bonzini2022-10-101-0/+4
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-2/+2
* sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky2021-02-161-0/+5
* target/mips: Introduce ase_msa_available() helperPhilippe Mathieu-Daudé2021-01-141-6/+6
* target/mips: Extract FPU helpers to 'fpu_helper.h'Philippe Mathieu-Daudé2021-01-141-0/+1
* target/mips: Include "exec/memattrs.h" in 'internal.h'Philippe Mathieu-Daudé2020-12-131-1/+0
* target/mips/kvm: Remove unused headersPhilippe Mathieu-Daudé2020-12-131-2/+0
* target/mips/kvm: Assert unreachable code is not usedPhilippe Mathieu-Daudé2020-12-131-6/+2
* hw/mips: Implement the kvm_type() hook in MachineClassHuacai Chen2020-06-271-0/+26
* target/mips: Add more CP0 register for save/restoreHuacai Chen2020-06-011-0/+212
* kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini2019-12-171-1/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon2019-06-211-0/+5
* mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé2017-09-211-0/+1
* target/mips: Convert VM clock update prints to warn_reportAlistair Francis2017-09-191-3/+3
* Convert single line fprintf(.../n) to warn_report()Alistair Francis2017-09-191-2/+2
* vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real2017-07-041-2/+2
* KVM: do not use sigtimedwait to catch SIGBUSPaolo Bonzini2017-03-031-6/+0
* KVM: remove kvm_arch_on_sigbusPaolo Bonzini2017-03-031-6/+0
* stubs: remove stubs/kvm.cPaolo Bonzini2017-01-161-0/+5
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+1060