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

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

 



This is similar to how os.bootmenu is handled.

Signed-off-by: Laszlo Ersek <lersek@xxxxxxxxxx>
---
 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

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]