projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f5d45a
)
vl: add todo note about root container cleanup
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Fri, 10 Feb 2017 10:27:28 +0000
(14:27 +0400)
committer
Marc-André Lureau
<marcandre.lureau@redhat.com>
Thu, 4 May 2017 11:34:41 +0000
(15:34 +0400)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
vl.c
patch
|
blob
|
history
diff --git
a/vl.c
b/vl.c
index f46e070e0dfb832d427b0140cdbe5012a4a52e01..150e8ebf1728d5e5e0a1494454a1b596bcd3c2ee 100644
(file)
--- 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;
}