Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 3160499aacb81f6735941eb4c372d87a > files > 601

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

From 947f7ddec84576c2fcf0b2de694d5c77df286f0f Mon Sep 17 00:00:00 2001
From: Uri Lublin <uril@redhat.com>
Date: Tue, 7 Apr 2009 16:26:00 +0300
Subject: [PATCH 01/11] qemu-tool: adding an empty implementation of term_printf_async

To be used for block-high-watermark-reached asynchronous
notification.

Signed-off-by: Uri Lublin <uril@redhat.com>
Message-Id: <1239110761-15858-2-git-send-email-uril@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com
RH-Upstream-status: pending
Acked-by: Eduardo Habkost <ehabkost@redhat.com>
Acked-by: john cooper <john.cooper@redhat.com>
Acked-by: Zachary Amsden <zamsden@redhat.com>
Acked-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Bugzilla: 497886
---
 qemu/qemu-tool.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/qemu/qemu-tool.c b/qemu/qemu-tool.c
index 30a6ac7..a86193f 100644
--- a/qemu/qemu-tool.c
+++ b/qemu/qemu-tool.c
@@ -30,6 +30,10 @@ void term_printf(const char *fmt, ...)
 {
 }
 
+void term_printf_async(const int event, const char *fmt, ...)
+{
+}
+
 void term_print_filename(const char *filename)
 {
 }
-- 
1.6.1