qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 6/7] main: Initialize VNVRAM


From: Corey Bryant
Subject: [Qemu-devel] [PATCH 6/7] main: Initialize VNVRAM
Date: Thu, 23 May 2013 13:44:46 -0400

Signed-off-by: Corey Bryant <address@hidden>
---
 vl.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/vl.c b/vl.c
index 59dc0b4..5da88e6 100644
--- a/vl.c
+++ b/vl.c
@@ -171,6 +171,8 @@ int main(int argc, char **argv)
 #include "ui/qemu-spice.h"
 #include "qapi/string-input-visitor.h"
 
+#include "vnvram.h"
+
 //#define DEBUG_NET
 //#define DEBUG_SLIRP
 
@@ -4174,6 +4176,10 @@ int main(int argc, char **argv, char **envp)
         exit(1);
     }
 
+    if (vnvram_init()) {
+        exit(1);
+    }
+
 #ifdef CONFIG_TPM
     if (tpm_init() < 0) {
         exit(1);
-- 
1.7.1




reply via email to

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