Avi Kivity wrote:
> Dong, Eddie wrote:
>> Yes, We will provide other pathes for real SMP support. This one is
>> just for pre-movement. BTW, at bigening, our SMP work may start with
>> big lock (only one VCPU get accessing to shadow PT), and then
>> gradually move to fine lock, and we expect to sta
Dong, Eddie wrote:
> Yes, We will provide other pathes for real SMP support. This one is just
> for pre-movement.
> BTW, at bigening, our SMP work may start with big lock (only one VCPU
> get accessing to shadow PT), and then gradually move to fine lock, and
> we expect to start SMP debug next week
Avi Kivity wrote:
> Dong, Eddie wrote:
>> Move per VCPU mmu_memory_cache to be VM basis.
>>
>> Your opnion?
>>
>> Eddie
>>
>> diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h
>> index 0632d0b..77989b4 100644
>> --- a/drivers/kvm/kvm.h
>> +++ b/drivers/kvm/kvm.h
>> @@ -300,11 +300,6 @@ struct k
Dong, Eddie wrote:
> Move per VCPU mmu_memory_cache to be VM basis.
>
> Your opnion?
>
> Eddie
>
> diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h
> index 0632d0b..77989b4 100644
> --- a/drivers/kvm/kvm.h
> +++ b/drivers/kvm/kvm.h
> @@ -300,11 +300,6 @@ struct kvm_vcpu {
>
> struct kvm_
Move per VCPU mmu_memory_cache to be VM basis.
Your opnion?
Eddie
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h
index 0632d0b..77989b4 100644
--- a/drivers/kvm/kvm.h
+++ b/drivers/kvm/kvm.h
@@ -300,11 +300,6 @@ struct kvm_vcpu {
struct kvm_mmu mmu;
- struct kvm_mmu_memor