Skip to content
Snippets Groups Projects
Commit 79ae3d28 authored by Guido Günther's avatar Guido Günther
Browse files

Rework patches

Dropped

    qemu-remove-capabilities.....patch: applied upstream
parent 13350f43
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ Subject: Don't fail if we can't setup avahi
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/rpc/virnetserver.c b/src/rpc/virnetserver.c
index 7e3fc0a..3f13fac 100644
index 762c185..6e489e7 100644
--- a/src/rpc/virnetserver.c
+++ b/src/rpc/virnetserver.c
@@ -1093,8 +1093,7 @@ void virNetServerRun(virNetServerPtr srv)
......
......@@ -9,10 +9,10 @@ to not interfere with existing network configurations
2 files changed, 6 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 7680bae..175ebad 100644
index e65177f..4a43e9a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2715,9 +2715,6 @@ if WITH_NETWORK
@@ -2719,9 +2719,6 @@ if WITH_NETWORK
cp $(DESTDIR)$(confdir)/qemu/networks/default.xml.t \
$(DESTDIR)$(confdir)/qemu/networks/default.xml && \
rm $(DESTDIR)$(confdir)/qemu/networks/default.xml.t; }
......@@ -23,10 +23,10 @@ index 7680bae..175ebad 100644
uninstall-local:: uninstall-init uninstall-systemd
diff --git a/src/Makefile.in b/src/Makefile.in
index 6c592ea..48fe646 100644
index 870dab4..c0b59b9 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -10626,9 +10626,6 @@ install-data-local: install-init install-systemd
@@ -10645,9 +10645,6 @@ install-data-local: install-init install-systemd
@WITH_NETWORK_TRUE@ cp $(DESTDIR)$(confdir)/qemu/networks/default.xml.t \
@WITH_NETWORK_TRUE@ $(DESTDIR)$(confdir)/qemu/networks/default.xml && \
@WITH_NETWORK_TRUE@ rm $(DESTDIR)$(confdir)/qemu/networks/default.xml.t; }
......
From: =?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org>
Date: Thu, 25 Sep 2014 10:30:58 +0200
Subject: qemu: remove capabilities.monitor.sock when done
Prompted by
http://bugs.debian.org/761131
---
src/qemu/qemu_capabilities.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c
index 49f5f75..dca00b2 100644
--- a/src/qemu/qemu_capabilities.c
+++ b/src/qemu/qemu_capabilities.c
@@ -3306,6 +3306,7 @@ virQEMUCapsInitQMP(virQEMUCapsPtr qemuCaps,
virCommandAbort(cmd);
virCommandFree(cmd);
VIR_FREE(monarg);
+ ignore_value(unlink(monpath));
VIR_FREE(monpath);
virObjectUnref(vm);
virObjectUnref(xmlopt);
......@@ -12,4 +12,3 @@ Allow-xen-toolstack-to-find-it-s-binaries.patch
Skip-vircgrouptest.patch
debian/Use-sensible-editor-as-fallback.patch
debian/Debianize-virtlockd.patch
qemu-remove-capabilities.monitor.sock-when-done.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment