Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > media > main-src > by-pkgid > aadbe78a25743146bb784eee19f007c5 > files > 564

kvm-83-164.el5_5.9.src.rpm

From 4b52e103d80aac245e1b46dc80da4b59a1f8601c Mon Sep 17 00:00:00 2001
From: Eduardo Habkost <ehabkost@redhat.com>
Date: Thu, 17 Sep 2009 14:06:03 -0300
Subject: [PATCH 35/38] reason paramenter only exist in newer qemu's not ours

RH-Author: Juan Quintela <quintela@redhat.com>
Message-id: <5083492be77f361c539cda6c0dfbcf67a7127d7d.1249487147.git.quintela@redhat.com>
Patchwork-id: 3183
O-Subject: [PATCH 17/38] reason paramenter only exist in newer qemu's not ours
Bugzilla: 515749
RH-Acked-by: Kevin Wolf <kwolf@redhat.com>
RH-Acked-by: Luiz Capitulino <lcapitulino@redhat.com>
RH-Acked-by: Eduardo Habkost <ehabkost@redhat.com>
RH-Acked-by: Markus Armbruster <armbru@redhat.com>

Signed-off-by: Juan Quintela <quintela@redhat.com>
---
 qemu/hw/virtio-blk.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
 qemu/hw/virtio-blk.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qemu/hw/virtio-blk.c b/qemu/hw/virtio-blk.c
index 58d5e37..3addd73 100644
--- a/qemu/hw/virtio-blk.c
+++ b/qemu/hw/virtio-blk.c
@@ -236,7 +236,7 @@ static void virtio_blk_dma_restart_bh(void *opaque)
     }
 }
 
-static void virtio_blk_dma_restart_cb(void *opaque, int running, int reason)
+static void virtio_blk_dma_restart_cb(void *opaque, int running)
 {
     VirtIOBlock *s = opaque;
 
-- 
1.6.3.rc4.29.g8146