14c7a9250c
Qubes manager used different logic what it considers as "running VM", than qubes core. Here it was "running or starting/stopping", while qubes core uses the same as libvirt (isActive()), which effectively means "not halted" - which includes also "paused" and "suspended". This creates a lot confusion in which action should be available when. The actual detected bug was about resuming paused VM. There was assert "not vm.is_running()", while the paused VM _is_ running in terms of qubes core. Fixes qubesos/qubes-issues#981 |
||
---|---|---|
.. | ||
__init__.py | ||
.gitignore | ||
appmenu_select.py | ||
backup_utils.py | ||
backup.py | ||
block.py | ||
create_new_vm.py | ||
firewall.py | ||
global_settings.py | ||
log_dialog.py | ||
main.py | ||
mount_for_backup.sh | ||
multiselectwidget.py | ||
restore.py | ||
settings.py | ||
table_widgets.py | ||
thread_monitor.py |