Files
libvirt/0118-Revert-src-Document-autostart-for-session-demon.patch
Cole Robinson 61b23fb997 libvirt-5.6.0-5.fc31
Don't re-autostart objects when using socket activation (bz #1759613)
set bridge device MAC address explicitly (bz #1760851)
2019-11-11 15:20:15 -05:00

35 lines
1.2 KiB
Diff

From: Michal Privoznik <mprivozn@redhat.com>
Date: Sat, 5 Oct 2019 09:22:15 +0200
Subject: [PATCH] Revert "src: Document autostart for session demon"
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This reverts commit 61b4e8aaf1bce07f282c152de556c3d6aa8d65be.
After previous commits this is no longer needed.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
(cherry picked from commit 897d8b34c8577d6e663b7b9bdb17ea4f5f1b83b9)
---
src/libvirt-domain.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/libvirt-domain.c b/src/libvirt-domain.c
index 2fe9bb8e91..d01fef358f 100644
--- a/src/libvirt-domain.c
+++ b/src/libvirt-domain.c
@@ -6693,11 +6693,6 @@ virDomainCreateWithFiles(virDomainPtr domain, unsigned int nfiles,
* configured to be automatically started when the host
* machine boots.
*
- * Please note that this might result in unexpected behaviour if
- * used for some session URIs. Since the session daemon is started
- * with --timeout it comes and goes and as it does so it
- * autostarts domains which might have been shut off recently.
- *
* Returns -1 in case of error, 0 in case of success
*/
int