diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-02-10 14:27:28 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-05-04 15:34:41 +0400 |
commit | 474628e837bd03a176560c7165e0df9e3d071330 (patch) | |
tree | 977e004b9d1fad92f5ea2af02184f372f0df89d4 /vl.c | |
parent | 2f5d45a150b2f20f7423aed185c1e99e1d4d23cd (diff) | |
download | qemu-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |