dom0/core: clone/backup-restore HVM-specific properties
This commit is contained in:
parent
52dbedaac2
commit
f8fa85b341
@ -2412,6 +2412,8 @@ class QubesHVm(QubesVm):
|
||||
attrs.remove('kernelopts')
|
||||
attrs.remove('uses_default_kernelopts')
|
||||
attrs += [ 'timezone' ]
|
||||
attrs += [ 'qrexec_installed' ]
|
||||
attrs += [ 'guiagent_installed' ]
|
||||
return attrs
|
||||
|
||||
def create_on_disk(self, verbose, source_template = None):
|
||||
|
Loading…
Reference in New Issue
Block a user