| To: | kvm@vger.kernel.org, linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH v2 17/18] KVM/MIPS32: Do not call vcpu_load when injecting interrupts. |
| From: | Sanjay Lal <sanjayl@kymasys.com> |
| Date: | Wed, 21 Nov 2012 18:34:15 -0800 |
| Cc: | Sanjay Lal <sanjayl@kymasys.com> |
| In-reply-to: | <1353551656-23579-1-git-send-email-sanjayl@kymasys.com> |
| 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> |
| References: | <1353551656-23579-1-git-send-email-sanjayl@kymasys.com> |
| 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 be70035..ecd96ce 100644
--- a/virt/kvm/kvm_main.c
+++ b/virt/kvm/kvm_main.c
@@ -1880,7 +1880,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
|
| Previous by Date: | [PATCH v2 04/18] KVM/MIPS32: MIPS arch specific APIs for KVM, Sanjay Lal |
|---|---|
| Next by Date: | [PATCH v2 15/18] MIPS: Pull in MIPS fix: fix endless loop when processing signals for kernel tasks., Sanjay Lal |
| Previous by Thread: | [PATCH v2 04/18] KVM/MIPS32: MIPS arch specific APIs for KVM, Sanjay Lal |
| Next by Thread: | [PATCH v2 15/18] MIPS: Pull in MIPS fix: fix endless loop when processing signals for kernel tasks., Sanjay Lal |
| Indexes: | [Date] [Thread] [Top] [All Lists] |