Avi Kivity wrote:
> Dong, Eddie wrote:
>> Avi:
>> I noticed the current MMU data structure is defined as per VCPU
>> such as:
>>
>> struct kvm_vcpu {
>> .
>> struct list_head free_pages;
>> struct kvm_mmu_page page_header_buf[KVM_NUM_MMU_PAGES];
>> . }
>>
>>
Dong, Eddie wrote:
> Avi:
> I noticed the current MMU data structure is defined as per VCPU
> such as:
>
> struct kvm_vcpu {
> .
> struct list_head free_pages;
> struct kvm_mmu_page page_header_buf[KVM_NUM_MMU_PAGES];
> .
> }
>
> This is a hot topics
Avi:
I noticed the current MMU data structure is defined as per VCPU
such as:
struct kvm_vcpu {
.
struct list_head free_pages;
struct kvm_mmu_page page_header_buf[KVM_NUM_MMU_PAGES];
.
}
This is a hot topics in Xen development time: whether