summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d80a176)
raw | patch | inline | side by side (parent: d80a176)
| author | Guido Günther <agx@sigxcpu.org> | |
| Thu, 5 Feb 2009 16:08:51 +0000 (17:08 +0100) | ||
| committer | Guido Günther <agx@sigxcpu.org> | |
| Thu, 5 Feb 2009 16:08:51 +0000 (17:08 +0100) |
| debian/patches/0005-minimal-workaround-for-qemu-startup-race.patch | [new file with mode: 0644] | patch | blob |
| debian/patches/series | patch | blob | history |
diff --git a/debian/patches/0005-minimal-workaround-for-qemu-startup-race.patch b/debian/patches/0005-minimal-workaround-for-qemu-startup-race.patch
--- /dev/null
@@ -0,0 +1,22 @@
+From: =?utf-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
+Date: Sat, 31 Jan 2009 14:54:36 +0100
+Subject: [PATCH] minimal workaround for qemu startup race
+
+---
+ src/qemu_driver.c | 2 --
+ 1 files changed, 0 insertions(+), 2 deletions(-)
+
+diff --git a/src/qemu_driver.c b/src/qemu_driver.c
+index 09f69bf..b2f2b47 100644
+--- a/src/qemu_driver.c
++++ b/src/qemu_driver.c
+@@ -674,8 +674,6 @@ qemudReadMonitorOutput(virConnectPtr conn,
+ _("Failure while reading %s startup output"), what);
+ return -1;
+ }
+- } else if (ret == 0) {
+- return 0;
+ } else {
+ got += ret;
+ buf[got] = '\0';
+--
diff --git a/debian/patches/series b/debian/patches/series
--- a/debian/patches/series
+++ b/debian/patches/series
0002-qemu-disable-network.diff.patch
0003-allow-libvirt-group-to-access-the-socket.patch
0004-Don-t-hardcode-ssh-port.patch
+0005-minimal-workaround-for-qemu-startup-race.patch
