From: Gleb Natapov <gleb@redhat.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: [Qemu-devel] [PATCH 10/10] kvm-stub: fix compilation
Date: Wed, 28 Aug 2013 17:33:38 +0300 [thread overview]
Message-ID: <821c808bd1863efc2c1e977800ae77db633a185c.1377699174.git.gleb@redhat.com> (raw)
In-Reply-To: <cover.1377699173.git.gleb@redhat.com>
From: Paolo Bonzini <pbonzini@redhat.com>
Non-KVM targets fail compilation on the uq/master branch.
Fix the prototype of kvm_irqchip_add_irqfd_notifier to match
the one in kvm-all.c.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
---
kvm-stub.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kvm-stub.c b/kvm-stub.c
index 7b2233a..806b044 100644
--- a/kvm-stub.c
+++ b/kvm-stub.c
@@ -135,7 +135,8 @@ int kvm_irqchip_update_msi_route(KVMState *s, int virq, MSIMessage msg)
return -ENOSYS;
}
-int kvm_irqchip_add_irqfd_notifier(KVMState *s, EventNotifier *n, int virq)
+int kvm_irqchip_add_irqfd_notifier(KVMState *s, EventNotifier *n,
+ EventNotifier *rn, int virq)
{
return -ENOSYS;
}
--
1.7.10.4
prev parent reply other threads:[~2013-08-28 14:34 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-28 14:33 [Qemu-devel] [PATCH v3 00/10] [PULL] qemu-kvm.git uq/master queue Gleb Natapov
2013-08-28 14:33 ` [Qemu-devel] [PATCH 01/10] Initialize IA32_FEATURE_CONTROL MSR in reset and migration Gleb Natapov
2013-08-28 14:33 ` [Qemu-devel] [PATCH 02/10] target-i386: remove tabs from target-i386/cpu.h Gleb Natapov
2013-08-28 14:33 ` [Qemu-devel] [PATCH 03/10] kvm: migrate vPMU state Gleb Natapov
2013-08-28 14:33 ` [Qemu-devel] [PATCH 04/10] kvm: add KVM_IRQFD_FLAG_RESAMPLE support Gleb Natapov
2013-08-28 14:33 ` [Qemu-devel] [PATCH 05/10] kvm: x86: fix setting IA32_FEATURE_CONTROL with nested VMX disabled Gleb Natapov
2013-08-28 14:33 ` [Qemu-devel] [PATCH 06/10] kvm: Simplify kvm_handle_io Gleb Natapov
2013-08-28 14:33 ` [Qemu-devel] [PATCH 07/10] kvm-all.c: max_cpus should not exceed KVM vcpu limit Gleb Natapov
2013-08-28 14:33 ` [Qemu-devel] [PATCH 08/10] kvm: i386: fix LAPIC TSC deadline timer save/restore Gleb Natapov
2013-08-28 14:33 ` [Qemu-devel] [PATCH 09/10] kvm: shorten the parameter list for get_real_device() Gleb Natapov
2013-08-28 14:33 ` Gleb Natapov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=821c808bd1863efc2c1e977800ae77db633a185c.1377699174.git.gleb@redhat.com \
--to=gleb@redhat.com \
--cc=anthony@codemonkey.ws \
--cc=kvm@vger.kernel.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).