Re: [PATCH v4 06/14] KVM: ARM: Memory virtualization setup

2012-11-19 Thread Christoffer Dall
On Mon, Nov 19, 2012 at 9:53 AM, Will Deacon wrote: > On Sat, Nov 10, 2012 at 03:42:52PM +, Christoffer Dall wrote: >> This commit introduces the framework for guest memory management >> through the use of 2nd stage translation. Each VM has a pointer >> to a level-1 table (the pgd field in str

Re: [PATCH v4 06/14] KVM: ARM: Memory virtualization setup

2012-11-19 Thread Will Deacon
On Sat, Nov 10, 2012 at 03:42:52PM +, Christoffer Dall wrote: > This commit introduces the framework for guest memory management > through the use of 2nd stage translation. Each VM has a pointer > to a level-1 table (the pgd field in struct kvm_arch) which is > used for the 2nd stage translatio

[PATCH v4 06/14] KVM: ARM: Memory virtualization setup

2012-11-10 Thread Christoffer Dall
This commit introduces the framework for guest memory management through the use of 2nd stage translation. Each VM has a pointer to a level-1 table (the pgd field in struct kvm_arch) which is used for the 2nd stage translations. Entries are added when handling guest faults (later patch) and the tab