Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 340e01248478ba8b78a6d4d1809b1eff > files > 595

kvm-83-270.el5_11.src.rpm

From c0c4239dd0113c54036f217931772d9ddef7db2e Mon Sep 17 00:00:00 2001
From: Eduardo Habkost <ehabkost@redhat.com>
Date: Thu, 17 Sep 2009 14:06:03 -0300
Subject: [PATCH 21/38] make static update_vbios_real_tpr()

RH-Author: Juan Quintela <quintela@redhat.com>
Message-id: <7f62225dcfe01342d5fcb887724b8f58140dc53a.1249487147.git.quintela@redhat.com>
Patchwork-id: 3188
O-Subject: [PATCH 23/38] make static update_vbios_real_tpr()
Bugzilla: 515749
RH-Acked-by: Eduardo Habkost <ehabkost@redhat.com>
RH-Acked-by: Luiz Capitulino <lcapitulino@redhat.com>
RH-Acked-by: Kevin Wolf <kwolf@redhat.com>
RH-Acked-by: Markus Armbruster <armbru@redhat.com>

Once there, C89 prototypes have been with us for a long time

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

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

diff --git a/qemu/kvm-tpr-opt.c b/qemu/kvm-tpr-opt.c
index bdaf899..41585bb 100644
--- a/qemu/kvm-tpr-opt.c
+++ b/qemu/kvm-tpr-opt.c
@@ -117,7 +117,7 @@ static uint32_t vapic_phys;
 static uint32_t bios_enabled;
 static uint32_t vbios_desc_phys;
 
-void update_vbios_real_tpr()
+static void update_vbios_real_tpr(void)
 {
     cpu_physical_memory_rw(vbios_desc_phys, (void *)&vapic_bios, sizeof vapic_bios, 0);
     vapic_bios.real_tpr = real_tpr;
-- 
1.6.3.rc4.29.g8146