Sophie

Sophie

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

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

From bb173892f673dece9115f1b9d6b2858aa0c16830 Mon Sep 17 00:00:00 2001
From: Juan Quintela <quintela@redhat.com>
Date: Fri, 18 Dec 2009 15:10:53 -0200
Subject: [PATCH 01/16] removing debugging printf leftover

RH-Author: Juan Quintela <quintela@redhat.com>
Message-id: <1261149053-23156-1-git-send-email-quintela@redhat.com>
Patchwork-id: 5804
O-Subject: [PATCH] removing debugging printf leftover
Bugzilla: 530533
RH-Acked-by: Dor Laor <dlaor@redhat.com>
RH-Acked-by: Avi Kivity <avi@redhat.com>
RH-Acked-by: Markus Armbruster <armbru@redhat.com>

bugzilla:530533

Patch is safe.  This printf shouldn't never got there.

Upstream status: already removed as part of commit:

commit 8a43b1ea7fd02a8e9a5c5ef58017b1bd059663bb
Author: Chris Lalancette <clalance@redhat.com>
Date:   Mon May 25 16:38:23 2009 +0200

    Allow monitor interaction when using migrate -exec

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

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

diff --git a/qemu/savevm.c b/qemu/savevm.c
index 66aaf99..90e3172 100644
--- a/qemu/savevm.c
+++ b/qemu/savevm.c
@@ -251,7 +251,6 @@ QEMUFile *qemu_popen(FILE *popen_file, const char *mode)
     } else {
         s->file = qemu_fopen_ops(s, popen_put_buffer, NULL, popen_close, NULL, NULL);
     }
-    fprintf(stderr, "qemu_popen: returning result of qemu_fopen_ops\n");
     return s->file;
 }
 
-- 
1.6.3.rc4.29.g8146