Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not try reading "old" property value when loading them from XML
When loading properties from XML, events are disabled. Do not try to retrieve old property value that would be used only for sending an event. Due to dependencies between properties, it may not be possible yet. Theoretically, some of such issues could be solved by shuffling properties between load stages, but there are many layers of inter VM dependencies (TemplateVM->AppVM, netvm, guivm, default_dispvm etc) and solving them all at once might not be possible in some configurations. Fixes QubesOS/qubes-issues#6998 (cherry picked from commit b6a0b40)
- Loading branch information