Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix setting netvm to the default one
self._get_default_netvm() returns a QubesVm object, while self.qubes_cache.get_vm returns VmInfo object. Extract QubesVm in the second case too, to make handling uniform. And also deal with default netvm being None. (cherry picked from commit a2a2a9d)
- Loading branch information