Rest of cases are already fixed qemu-upstream

Signed-off-by: Juan Quintela <[email protected]>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to