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
/
mips
/
kvm.c
Age
Commit message (
Expand
)
Author
2024-04-23
KVM: remove kvm_arch_cpu_check_are_resettable
Paolo Bonzini
2024-03-12
target/mips: 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-08-22
mips: Report an error when KVM_VM_MIPS_VZ is unavailable
Akihiko Odaki
2023-08-22
kvm: Introduce kvm_arch_get_default_type hook
Akihiko Odaki
2023-01-13
mips: Remove support for trap and emulate KVM
Paolo Bonzini
2022-10-10
kvm: allow target-specific accelerator properties
Paolo Bonzini
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-02-16
sev/i386: Don't allow a system reset under an SEV-ES guest
Tom Lendacky
2021-01-14
target/mips: Introduce ase_msa_available() helper
Philippe Mathieu-Daudé
2021-01-14
target/mips: Extract FPU helpers to 'fpu_helper.h'
Philippe Mathieu-Daudé
2020-12-13
target/mips: Include "exec/memattrs.h" in 'internal.h'
Philippe Mathieu-Daudé
2020-12-13
target/mips/kvm: Remove unused headers
Philippe Mathieu-Daudé
2020-12-13
target/mips/kvm: Assert unreachable code is not used
Philippe Mathieu-Daudé
2020-06-27
hw/mips: Implement the kvm_type() hook in MachineClass
Huacai Chen
2020-06-01
target/mips: Add more CP0 register for save/restore
Huacai Chen
2019-12-17
kvm: introduce kvm_kernel_irqchip_* functions
Paolo Bonzini
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-06-21
KVM: Introduce kvm_arch_destroy_vcpu()
Liran Alon
2017-09-21
mips: introduce internal.h and cleanup cpu.h
Philippe Mathieu-Daudé
2017-09-19
target/mips: Convert VM clock update prints to warn_report
Alistair Francis
2017-09-19
Convert single line fprintf(.../n) to warn_report()
Alistair Francis
2017-07-04
vcpu_dirty: share the same field in CPUState for all accelerators
Sergio Andres Gomez Del Real
2017-03-03
KVM: do not use sigtimedwait to catch SIGBUS
Paolo Bonzini
2017-03-03
KVM: remove kvm_arch_on_sigbus
Paolo Bonzini
2017-01-16
stubs: remove stubs/kvm.c
Paolo Bonzini
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth