aboutsummaryrefslogtreecommitdiff
path: root/vl.c
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2017-02-10 14:27:28 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2017-05-04 15:34:41 +0400
commit474628e837bd03a176560c7165e0df9e3d071330 (patch)
tree977e004b9d1fad92f5ea2af02184f372f0df89d4 /vl.c
parent2f5d45a150b2f20f7423aed185c1e99e1d4d23cd (diff)
downloadqemu-474628e837bd03a176560c7165e0df9e3d071330.zip
qemu-474628e837bd03a176560c7165e0df9e3d071330.tar.gz
qemu-474628e837bd03a176560c7165e0df9e3d071330.tar.bz2
vl: add todo note about root container cleanup
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vl.c b/vl.c
index f46e070..150e8eb 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;
}