mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-17 07:02:03 -06:00
vl: add todo note about root container cleanup
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
2f5d45a150
commit
474628e837
1 changed files with 1 additions and 0 deletions
1
vl.c
1
vl.c
|
@ -4727,6 +4727,7 @@ int main(int argc, char **argv, char **envp)
|
||||||
audio_cleanup();
|
audio_cleanup();
|
||||||
monitor_cleanup();
|
monitor_cleanup();
|
||||||
qemu_chr_cleanup();
|
qemu_chr_cleanup();
|
||||||
|
/* TODO: unref root container, check all devices are ok */
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue