summary refs log tree commit diff stats
path: root/target/loongarch/kvm/kvm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini2024-04-231-5/+0
* Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2024-03-121-29/+12
|\
| * target/loongarch: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé2024-03-121-29/+12
* | migration: remove migration.h referencesSteve Sistare2024-03-111-1/+0
|/
* target/loongarch/kvm: Enable LSX/LASX extensionSong Gao2024-01-251-7/+38
* target/loongarch: Set cpuid CSR register only once with kvm modeBibo Mao2024-01-251-3/+6
* hw/loongarch/virt: Set iocsr address space per-board rather than percpuBibo Mao2024-01-111-1/+1
* target/loongarch: Implement set vcpu intr for kvmTianrui Zhao2024-01-111-0/+15
* target/loongarch: Implement kvm_arch_handle_exitTianrui Zhao2024-01-111-1/+23
* target/loongarch: Implement kvm_arch_init_vcpuTianrui Zhao2024-01-111-0/+23
* target/loongarch: Implement kvm_arch_init functionTianrui Zhao2024-01-111-0/+1
* target/loongarch: Implement kvm get/set registersTianrui Zhao2024-01-111-2/+578
* target/loongarch: Define some kvm_arch interfacesTianrui Zhao2024-01-111-0/+131