qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC PATCH 4/4] vl.c: Make Advanced Watch Dog delayed initialization


From: Zhang Chen
Subject: [RFC PATCH 4/4] vl.c: Make Advanced Watch Dog delayed initialization
Date: Wed, 16 Oct 2019 19:22:09 +0800

From: Zhang Chen <address@hidden>

Because Advanced Watch Dog module needs chardev socket
to initialize properly before.

Signed-off-by: Zhang Chen <address@hidden>
---
 vl.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/vl.c b/vl.c
index 4489cfb2bb..4094f61d28 100644
--- a/vl.c
+++ b/vl.c
@@ -2683,6 +2683,13 @@ static bool object_create_initial(const char *type, 
QemuOpts *opts)
         return false;
     }
 
+    /*
+     * Reason: Advanced Watch Dog property "chardev".
+     */
+    if (g_str_equal(type, "advanced-watchdog")) {
+        return false;
+    }
+
     /* Memory allocation by backends needs to be done
      * after configure_accelerator() (due to the tcg_enabled()
      * checks at memory_region_init_*()).
-- 
2.17.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]