| To: | kvm@vger.kernel.org, linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH 19/20] KVM/MIPS32: Do not call vcpu_load when injecting interrupts. |
| From: | Sanjay Lal <sanjayl@kymasys.com> |
| Date: | Wed, 31 Oct 2012 11:21:07 -0400 |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: Sanjay Lal <sanjayl@kymasys.com>
---
virt/kvm/kvm_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
index e59bb63..1cc985a 100644
--- a/virt/kvm/kvm_main.c
+++ b/virt/kvm/kvm_main.c
@@ -1882,7 +1882,7 @@ static long kvm_vcpu_ioctl(struct file *filp,
if (vcpu->kvm->mm != current->mm)
return -EIO;
-#if defined(CONFIG_S390) || defined(CONFIG_PPC)
+#if defined(CONFIG_S390) || defined(CONFIG_PPC) || defined(CONFIG_MIPS)
/*
* Special cases: vcpu ioctls that are asynchronous to vcpu execution,
* so vcpu_load() would break it.
--
1.7.11.3
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 16/20] MIPS: ASM offsets for VCPU arch specific fields., Sanjay Lal |
|---|---|
| Next by Date: | [PATCH 17/20] MIPS: Pull in MIPS fix: fix endless loop when processing signals for kernel tasks., Sanjay Lal |
| Previous by Thread: | [PATCH 16/20] MIPS: ASM offsets for VCPU arch specific fields., Sanjay Lal |
| Next by Thread: | [PATCH 17/20] MIPS: Pull in MIPS fix: fix endless loop when processing signals for kernel tasks., Sanjay Lal |
| Indexes: | [Date] [Thread] [Top] [All Lists] |