qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 06/21] vl: add todo note about root container cle


From: Marc-André Lureau
Subject: [Qemu-devel] [PATCH v2 06/21] vl: add todo note about root container cleanup
Date: Mon, 27 Feb 2017 17:41:47 +0400

Signed-off-by: Marc-André Lureau <address@hidden>
---
 vl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vl.c b/vl.c
index e10a27bdd6..63e1665bf8 100644
--- a/vl.c
+++ b/vl.c
@@ -4685,6 +4685,7 @@ int main(int argc, char **argv, char **envp)
     audio_cleanup();
     monitor_cleanup();
     qemu_chr_cleanup();
+    /* TODO: unref root container, check all devices are ok */
 
     return 0;
 }
-- 
2.12.0.rc2.3.gc93709801




reply via email to

[Prev in Thread] Current Thread [Next in Thread]