From: Marc-André Lureau Date: Fri, 10 Feb 2017 10:27:28 +0000 (+0400) Subject: vl: add todo note about root container cleanup X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=474628e837bd03a176560c7165e0df9e3d071330;p=qemu.git vl: add todo note about root container cleanup Signed-off-by: Marc-André Lureau --- 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; }