Re: [PATCH 02/20] KVM/MIPS32: Arch specific KVM data structures.

2012-11-04 Thread Avi Kivity
On 11/02/2012 07:11 PM, Sanjay Lal wrote: On Nov 1, 2012, at 11:04 AM, Avi Kivity wrote: On 10/31/2012 05:18 PM, Sanjay Lal wrote: + +/* Special address that contains the comm page, used for reducing # of traps */ +#define KVM_GUEST_COMMPAGE_ADDR 0x0 + +struct kvm_arch +{

Re: [PATCH 02/20] KVM/MIPS32: Arch specific KVM data structures.

2012-11-02 Thread Sanjay Lal
On Nov 1, 2012, at 11:04 AM, Avi Kivity wrote: On 10/31/2012 05:18 PM, Sanjay Lal wrote: + +/* Special address that contains the comm page, used for reducing # of traps */ +#define KVM_GUEST_COMMPAGE_ADDR 0x0 + +struct kvm_arch +{ +/* Guest GVA-HPA page table */ +ulong

Re: [PATCH 02/20] KVM/MIPS32: Arch specific KVM data structures.

2012-11-01 Thread Avi Kivity
On 10/31/2012 05:18 PM, Sanjay Lal wrote: Signed-off-by: Sanjay Lal sanj...@kymasys.com --- arch/mips/include/asm/kvm.h | 58 arch/mips/include/asm/kvm_host.h | 672 +++ 2 files changed, 730 insertions(+) create mode 100644

Re: [PATCH 02/20] KVM/MIPS32: Arch specific KVM data structures.

2012-11-01 Thread David Daney
On 11/01/2012 08:04 AM, Avi Kivity wrote: On 10/31/2012 05:18 PM, Sanjay Lal wrote: Signed-off-by: Sanjay Lal sanj...@kymasys.com --- arch/mips/include/asm/kvm.h | 58 arch/mips/include/asm/kvm_host.h | 672 +++ 2 files changed, 730

[PATCH 02/20] KVM/MIPS32: Arch specific KVM data structures.

2012-10-31 Thread Sanjay Lal
Signed-off-by: Sanjay Lal sanj...@kymasys.com --- arch/mips/include/asm/kvm.h | 58 arch/mips/include/asm/kvm_host.h | 672 +++ 2 files changed, 730 insertions(+) create mode 100644 arch/mips/include/asm/kvm.h create mode 100644