[virt-tools-list] [PATCH 0/2] Show IP address in virt-manager
Dylan Stephano-Shachter
dstephanoshachter at gmail.com
Fri Mar 2 06:27:55 UTC 2018
I have added a feature to show a VM's first IP address next to the VM state (Running, etc.). This feature can be toggled in the preferences menu and is disabled by default. It uses the qemu-guest agent to query the IP address.
Dylan Stephano-Shachter (2):
show the first ip address of running vms
add preferences option to enable 'show first ip'
data/org.virt-manager.virt-manager.gschema.xml | 6 ++++++
ui/preferences.ui | 15 +++++++++++++++
virtManager/config.py | 8 ++++++++
virtManager/domain.py | 16 ++++++++++++++++
virtManager/engine.py | 7 +++++++
virtManager/manager.py | 19 +++++++++++++++----
virtManager/preferences.py | 9 +++++++++
7 files changed, 76 insertions(+), 4 deletions(-)
--
2.14.3
More information about the virt-tools-list
mailing list