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

Marc-André Lureau posted 21 patches 8 years, 9 months ago
[Qemu-devel] [PATCH v3 06/21] vl: add todo note about root container cleanup
Posted by Marc-André Lureau 8 years, 9 months ago
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 vl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vl.c b/vl.c
index 0b4ed5241c..5440e1eb47 100644
--- a/vl.c
+++ b/vl.c
@@ -4719,6 +4719,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.191.gc5d8de91d