Re: [kvm-devel] SMP support of MMU

2007-05-29 Thread Dong, Eddie
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]; >> . } >> >>

Re: [kvm-devel] SMP support of MMU

2007-05-29 Thread Avi Kivity
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

[kvm-devel] SMP support of MMU

2007-05-29 Thread Dong, Eddie
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