[libvirt] [PATCH 4/4] parallels: reject non-default os.bootStrict

Laszlo Ersek lersek at redhat.com
Wed Jan 22 00:33:22 UTC 2014


This is similar to how os.bootmenu is handled.

Signed-off-by: Laszlo Ersek <lersek at redhat.com>
---
 src/parallels/parallels_driver.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/parallels/parallels_driver.c b/src/parallels/parallels_driver.c
index 33260ef..4a386c2 100644
--- a/src/parallels/parallels_driver.c
+++ b/src/parallels/parallels_driver.c
@@ -2091,6 +2091,7 @@ parallelsApplyChanges(virConnectPtr conn, virDomainObjPtr dom, virDomainDefPtr n
     if (!STREQ_NULLABLE(old->os.type, new->os.type) ||
         old->os.arch != new->os.arch ||
         new->os.machine != NULL || new->os.bootmenu != 0 ||
+        new->os.bootStrict != 0 ||
         new->os.kernel != NULL || new->os.initrd != NULL ||
         new->os.cmdline != NULL || new->os.root != NULL ||
         new->os.loader != NULL || new->os.bootloader != NULL ||
-- 
1.8.3.1




More information about the libvir-list mailing list