[Qemu-devel] [RFC PATCH 10/17] Delete the system ResetDomain at the end of emulation

Damien Hedde posted 17 patches 6 years, 10 months ago
Maintainers: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Peter Maydell <peter.maydell@linaro.org>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Alistair Francis <alistair@alistair23.me>
[Qemu-devel] [RFC PATCH 10/17] Delete the system ResetDomain at the end of emulation
Posted by Damien Hedde 6 years, 10 months ago
Signed-off-by: Damien Hedde <damien.hedde@greensocs.com>
---
 vl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vl.c b/vl.c
index d61d5604e5..cf081d5264 100644
--- a/vl.c
+++ b/vl.c
@@ -4611,6 +4611,7 @@ int main(int argc, char **argv, char **envp)
     monitor_cleanup();
     qemu_chr_cleanup();
     user_creatable_cleanup();
+    qemu_delete_system_reset_domain();
     /* TODO: unref root container, check all devices are ok */
 
     return 0;
-- 
2.21.0