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

2012-11-19 Thread Christoffer Dall
g; linux-arm-ker...@lists.infradead.org; >> kvm...@lists.cs.columbia.edu >> Cc: Marcelo Tosatti >> Subject: [kvmarm] [PATCH v3 06/14] KVM: ARM: Memory virtualization setup >> >> This commit introduces the framework for guest memory management >> through the use of 2nd stage transla

RE: [kvmarm] [PATCH v3 06/14] KVM: ARM: Memory virtualization setup

2012-11-19 Thread Sundaram, Senthilkumar
PM > To: kvm@vger.kernel.org; linux-arm-ker...@lists.infradead.org; > kvm...@lists.cs.columbia.edu > Cc: Marcelo Tosatti > Subject: [kvmarm] [PATCH v3 06/14] KVM: ARM: Memory virtualization setup > > This commit introduces the framework for guest memory management > through the use

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

2012-10-21 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