• Bibo Mao's avatar
    LoongArch: KVM: Invalidate guest steal time address on vCPU reset · 4956e07f
    Bibo Mao authored
    If ParaVirt steal time feature is enabled, there is a percpu gpa address
    passed from guest vCPU and host modifies guest memory space with this gpa
    address. When vCPU is reset normally, it will notify host and invalidate
    gpa address.
    
    However if VM is crashed and VMM reboots VM forcely, the vCPU reboot
    notification callback will not be called in VM. Host needs invalidate
    the gpa address, else host will modify guest memory during VM reboots.
    Here it is invalidated from the vCPU KVM_REG_LOONGARCH_VCPU_RESET ioctl
    interface.
    
    Also funciton kvm_reset_timer() is removed at vCPU reset stage, since SW
    emulated timer is only used in vCPU block state. When a vCPU is removed
    from the block waiting queue, kvm_restore_timer() is called and SW timer
    is cancelled. And the timer register is also cleared at VMM when a vCPU
    is reset.
    Signed-off-by: default avatarBibo Mao <maobibo@loongson.cn>
    Signed-off-by: default avatarHuacai Chen <chenhuacai@loongson.cn>
    4956e07f
timer.c 4.93 KB