From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark McLoughlin Subject: [PATCH 17/18] kvm: qemu: fix update_vbios_real_tpr declaration Date: Thu, 15 Jan 2009 13:47:41 +0000 Message-ID: <1232027262-21487-17-git-send-email-markmc@redhat.com> References: <1232027262-21487-1-git-send-email-markmc@redhat.com> <1232027262-21487-2-git-send-email-markmc@redhat.com> <1232027262-21487-3-git-send-email-markmc@redhat.com> <1232027262-21487-4-git-send-email-markmc@redhat.com> <1232027262-21487-5-git-send-email-markmc@redhat.com> <1232027262-21487-6-git-send-email-markmc@redhat.com> <1232027262-21487-7-git-send-email-markmc@redhat.com> <1232027262-21487-8-git-send-email-markmc@redhat.com> <1232027262-21487-9-git-send-email-markmc@redhat.com> <1232027262-21487-10-git-send-email-markmc@redhat.com> <1232027262-21487-11-git-send-email-markmc@redhat.com> <1232027262-21487-12-git-send-email-markmc@redhat.com> <1232027262-21487-13-git-send-email-markmc@redhat.com> <1232027262-21487-14-git-send-email-markmc@redhat.com> <1232027262-21487-15-git-send-email-markmc@redhat.com> <1232027262-21487-16-git-send-email-markmc@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org, Mark McLoughlin To: avi@redhat.com Return-path: Received: from mail17.svc.cra.dublin.eircom.net ([159.134.118.216]:31848 "HELO mail17.svc.cra.dublin.eircom.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1759515AbZAONrp (ORCPT ); Thu, 15 Jan 2009 08:47:45 -0500 In-Reply-To: <1232027262-21487-16-git-send-email-markmc@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: =46ixes: qemu/kvm-tpr-opt.c:119: warning: function declaration isn=E2=80=99t a= prototype Signed-off-by: Mark McLoughlin --- 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 3aaa8a4..85fbbbc 100644 --- a/qemu/kvm-tpr-opt.c +++ b/qemu/kvm-tpr-opt.c @@ -115,7 +115,7 @@ static uint32_t vapic_phys; static int bios_enabled; static uint32_t vbios_desc_phys; =20 -void update_vbios_real_tpr() +static void update_vbios_real_tpr(void) { cpu_physical_memory_rw(vbios_desc_phys, (void *)&vapic_bios, sizeo= f vapic_bios, 0); vapic_bios.real_tpr =3D real_tpr; --=20 1.6.0.6