* [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
* Re: [PATCH] Fix last 2 K&R prototyes
2009-09-29 23:07 [PATCH] Fix last 2 K&R prototyes Juan Quintela
@ 2009-09-30 15:28 ` Marcelo Tosatti
0 siblings, 0 replies; 2+ messages in thread
From: Marcelo Tosatti @ 2009-09-30 15:28 UTC (permalink / raw)
To: Juan Quintela; +Cc: kvm
On Wed, Sep 30, 2009 at 01:07:27AM +0200, Juan Quintela wrote:
> 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(-)
Applied, thanks.
^ permalink raw reply [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 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).