Re: [PATCH v11 1/6] KVM: Add architecture-specific TLB flush implementations

2014-10-15 Thread Alexander Graf
On 23.09.14 02:54, Mario Smarduch wrote: Add support to declare architecture specific TLB flush function, for now ARMv7. Signed-off-by: Mario Smarduch m.smard...@samsung.com --- include/linux/kvm_host.h |1 + virt/kvm/Kconfig |3 +++ virt/kvm/kvm_main.c |4

[PATCH v11 1/6] KVM: Add architecture-specific TLB flush implementations

2014-09-22 Thread Mario Smarduch
Add support to declare architecture specific TLB flush function, for now ARMv7. Signed-off-by: Mario Smarduch m.smard...@samsung.com --- include/linux/kvm_host.h |1 + virt/kvm/Kconfig |3 +++ virt/kvm/kvm_main.c |4 3 files changed, 8 insertions(+) diff --git