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