vl: add todo note about root container cleanup

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
master
Marc-André Lureau 2017-02-10 14:27:28 +04:00
parent 2f5d45a150
commit 474628e837
1 changed files with 1 additions and 0 deletions

1
vl.c
View File

@ -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;
}