This commit is contained in:
committed by
Git OBS Bridge
parent
4790095364
commit
0bb51565d6
@@ -1,8 +1,21 @@
|
||||
Index: xen-3.3.1-testing/tools/ioemu-remote/tapdisk-ioemu.c
|
||||
From 903a145f3eace5e3ae914f0335ab6c4e33635d2f Mon Sep 17 00:00:00 2001
|
||||
From: Kevin Wolf <kwolf@suse.de>
|
||||
Date: Tue, 10 Mar 2009 16:36:23 +0100
|
||||
Subject: [PATCH 4/6] tapdisk-ioemu: Write messages to a logfile
|
||||
|
||||
Typically, tapdisk-ioemu runs as a daemon and messages to stderr are
|
||||
simply lost. Write them to a logfile instead.
|
||||
|
||||
Signed-off-by: Kevin Wolf <kwolf@suse.de>
|
||||
---
|
||||
tapdisk-ioemu.c | 19 +++++++++++++------
|
||||
1 files changed, 13 insertions(+), 6 deletions(-)
|
||||
|
||||
Index: xen-3.4.0-testing/tools/ioemu-remote/tapdisk-ioemu.c
|
||||
===================================================================
|
||||
--- xen-3.3.1-testing.orig/tools/ioemu-remote/tapdisk-ioemu.c
|
||||
+++ xen-3.3.1-testing/tools/ioemu-remote/tapdisk-ioemu.c
|
||||
@@ -100,16 +100,23 @@ int main(void)
|
||||
--- xen-3.4.0-testing.orig/tools/ioemu-remote/tapdisk-ioemu.c
|
||||
+++ xen-3.4.0-testing/tools/ioemu-remote/tapdisk-ioemu.c
|
||||
@@ -78,15 +78,22 @@ int main(void)
|
||||
struct timeval tv;
|
||||
void *old_fd_start = NULL;
|
||||
|
||||
@@ -13,7 +26,6 @@ Index: xen-3.3.1-testing/tools/ioemu-remote/tapdisk-ioemu.c
|
||||
+ exit(0);
|
||||
+
|
||||
bdrv_init();
|
||||
qemu_aio_init();
|
||||
init_blktap();
|
||||
|
||||
- /* Daemonize */
|
||||
|
Reference in New Issue
Block a user