Browse Source

core: store dom0 info in qubes.xml

At least to have there info about its backup.

This was already done in commit
dc6fd3c8f380c4d1a612ba67bc400b2566162915, but later was erroneously
reverted during migration to libvirt.

Fixes qubesos/qubes-issues#958
Marek Marczykowski-Górecki 9 years ago
parent
commit
1a284f18fb
1 changed files with 0 additions and 3 deletions
  1. 0 3
      core-modules/006QubesAdminVm.py

+ 0 - 3
core-modules/006QubesAdminVm.py

@@ -101,9 +101,6 @@ class QubesAdminVm(QubesNetVm):
     def suspend(self):
         return
 
-    def create_xml_element(self):
-        return None
-
     def verify_files(self):
         return True