Sophie

Sophie

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

kvm-83-270.el5_11.src.rpm

From b1fe1419e19a62b471f3c10902c358f33ef69cd7 Mon Sep 17 00:00:00 2001
From: Eduardo Habkost <ehabkost@redhat.com>
Date: Mon, 5 Oct 2009 14:32:42 -0300
Subject: [PATCH 3/4] test/vmexit: remove warning (undefined printf)

RH-Author: Juan Quintela <quintela@redhat.com>
Message-id: <685dab4fd7d2a60bc97322d5de3b797d6b8c3442.1253624292.git.quintela@redhat.com>
Patchwork-id: 3499
O-Subject: [PATCH 3/4] test/vmexit: remove warning (undefined printf)
Bugzilla: 515749
RH-Acked-by: Kevin Wolf <kwolf@redhat.com>
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
RH-Acked-by: Luiz Capitulino <lcapitulino@redhat.com>

commit a1043cb3b15aed76a79ae44c37a17427da9dce04
Author: Jan Kiszka <jan.kiszka@siemens.com>
Date:   Fri Feb 6 18:43:11 2009 +0100

    kvm: testsuite: Fix warnings

    This patch kills warnings in the test suite.

    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
---
 user/test/x86/vmexit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
 user/test/x86/vmexit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/user/test/x86/vmexit.c b/user/test/x86/vmexit.c
index 0662f34..bd57bfa 100644
--- a/user/test/x86/vmexit.c
+++ b/user/test/x86/vmexit.c
@@ -1,5 +1,5 @@
 
-#include "printf.h"
+#include "libcflat.h"
 
 static inline unsigned long long rdtsc()
 {
-- 
1.6.3.rc4.29.g8146