* [PATCH] Fix last 2 K&R prototyes
@ 2009-09-29 23:07 Juan Quintela
2009-09-30 15:28 ` Marcelo Tosatti
0 siblings, 1 reply; 2+ messages in thread
From: Juan Quintela @ 2009-09-29 23:07 UTC (permalink / raw)
To: kvm
Rest of cases are already fixed qemu-upstream
Signed-off-by: Juan Quintela <quintela@redhat.com>
---
hw/device-assignment.c | 2 +-
qemu-kvm.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/device-assignment.c b/hw/device-assignment.c
index 46e6471..17d68be 100644
--- a/hw/device-assignment.c
+++ b/hw/device-assignment.c
@@ -748,7 +748,7 @@ AssignedDevInfo *get_assigned_device(int pcibus, int slot)
/* The pci config space got updated. Check if irq numbers have changed
* for our devices
*/
-void assigned_dev_update_irqs()
+void assigned_dev_update_irqs(void)
{
AssignedDevInfo *adev;
diff --git a/qemu-kvm.c b/qemu-kvm.c
index 6da41d1..5a07156 100644
--- a/qemu-kvm.c
+++ b/qemu-kvm.c
@@ -2232,7 +2232,7 @@ int kvm_arch_init_irq_routing(void)
extern int no_hpet;
-static int kvm_create_context()
+static int kvm_create_context(void)
{
int r;
--
1.6.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-09-30 15:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-29 23:07 [PATCH] Fix last 2 K&R prototyes Juan Quintela
2009-09-30 15:28 ` Marcelo Tosatti
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.