Searched hist:"47 b54e15bbe78722c62dfafc3e04deded820c05e" (Results 1 – 3 of 3) sorted by relevance
/qemu/target/loongarch/ |
H A D | machine.c | 47b54e15bbe78722c62dfafc3e04deded820c05e Mon Sep 30 06:40:40 UTC 2024 Bibo Mao <maobibo@loongson.cn> target/loongarch: Add steal time support on migration
With pv steal time supported, VM machine needs get physical address of each vcpu and notify new host during migration. Here two functions kvm_get_stealtime/kvm_set_stealtime, and guest steal time physical address is only updated on KVM_PUT_FULL_STATE stage.
Signed-off-by: Bibo Mao <maobibo@loongson.cn> Reviewed-by: Song Gao <gaosong@loongson.cn> Message-Id: <20240930064040.753929-1-maobibo@loongson.cn> Signed-off-by: Song Gao <gaosong@loongson.cn>
|
H A D | cpu.h | 47b54e15bbe78722c62dfafc3e04deded820c05e Mon Sep 30 06:40:40 UTC 2024 Bibo Mao <maobibo@loongson.cn> target/loongarch: Add steal time support on migration
With pv steal time supported, VM machine needs get physical address of each vcpu and notify new host during migration. Here two functions kvm_get_stealtime/kvm_set_stealtime, and guest steal time physical address is only updated on KVM_PUT_FULL_STATE stage.
Signed-off-by: Bibo Mao <maobibo@loongson.cn> Reviewed-by: Song Gao <gaosong@loongson.cn> Message-Id: <20240930064040.753929-1-maobibo@loongson.cn> Signed-off-by: Song Gao <gaosong@loongson.cn>
|
/qemu/target/loongarch/kvm/ |
H A D | kvm.c | 47b54e15bbe78722c62dfafc3e04deded820c05e Mon Sep 30 06:40:40 UTC 2024 Bibo Mao <maobibo@loongson.cn> target/loongarch: Add steal time support on migration
With pv steal time supported, VM machine needs get physical address of each vcpu and notify new host during migration. Here two functions kvm_get_stealtime/kvm_set_stealtime, and guest steal time physical address is only updated on KVM_PUT_FULL_STATE stage.
Signed-off-by: Bibo Mao <maobibo@loongson.cn> Reviewed-by: Song Gao <gaosong@loongson.cn> Message-Id: <20240930064040.753929-1-maobibo@loongson.cn> Signed-off-by: Song Gao <gaosong@loongson.cn>
|