From 474628e837bd03a176560c7165e0df9e3d071330 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc-Andr=C3=A9=20Lureau?= Date: Fri, 10 Feb 2017 14:27:28 +0400 Subject: [PATCH] vl: add todo note about root container cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- vl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/vl.c b/vl.c index f46e070e0d..150e8ebf17 100644 --- a/vl.c +++ b/vl.c @@ -4727,6 +4727,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.30.2