Go to file
Marek Marczykowski-Górecki 4bbc7a6b1f
Cache vm.name property
It doesn't make sense to send mgmt call to _named_ VM just to ask for
its name. Use value that QubesVM object already have.
This also means we can safely access vm.name, no need to touch any
private attribute.

QubesOS/qubes-issues#853
2017-03-01 23:49:21 +01:00
ci Avoid cyclic imports 2017-03-01 23:49:20 +01:00
qubesmgmt Cache vm.name property 2017-03-01 23:49:21 +01:00
.gitignore Add setup.py and related files 2017-03-01 23:49:18 +01:00
.travis.yml travis: actually install pylint 2017-03-01 23:49:20 +01:00
LICENSE Initial commit 2017-03-01 23:48:53 +01:00
README.md Initial commit 2017-03-01 23:48:53 +01:00
setup.py Add setup.py and related files 2017-03-01 23:49:18 +01:00
version Add setup.py and related files 2017-03-01 23:49:18 +01:00

This is client side implementation of Qubes management API. See https://www.qubes-os.org/doc/mgmt1/ for protocol specification.