Cole Robinson
6491a63f6f
Remove unused imports.
2008-11-05 15:40:59 -05:00
Cole Robinson
f4e8187283
Reuse virtinst.util uri parsing
2008-10-30 15:35:16 -04:00
Guido Gunther
b19924f06f
draw a sparcline for network and disk traffic in the main overview
2008-10-18 21:28:57 +02:00
Guido Gunther
655a846ac3
Calculate block and net device statistics
...
display them in the overview as well as in the vm details
2008-10-18 21:21:33 +02:00
Cole Robinson
1401dff4e2
populate hostinfo earlier in tick function so it isn't accessed uninitialized.
2008-10-06 13:21:06 -04:00
Cole Robinson
bb5a39f6fb
Don't run polkit checks as root (Daniel Berrange)
2008-09-24 14:55:03 -04:00
Guido Gunther
75cfe0f95f
fix network handling in qemu session mode
2008-09-22 17:50:49 +02:00
Cole Robinson
b77e94646a
Only poll storage if conn is storage capable.
2008-09-10 15:02:49 -04:00
Cole Robinson
cd156825bb
Allow setting remote connection autostart.
2008-09-09 08:14:05 -04:00
Daniel P. Berrange
4e888cde98
Fix check for policykit
2008-08-21 12:29:33 +01:00
Daniel P. Berrange
21d1a70a13
Add (RO) postfix to connection state if read only
2008-08-21 12:03:31 +01:00
Cole Robinson
8c95e6d6f2
Add vmmStorage{Pool,Vol}, poll for these devices in connection tick function.
2008-08-07 17:37:16 -04:00
Cole Robinson
d5fdec4801
Small bug in virtual network population.
2008-07-31 16:02:39 -04:00
Cole Robinson
737d2614f4
Search for renamed vlan devices using the typical convention p+name (Saori Fukuta)
2008-07-25 13:35:01 -04:00
Cole Robinson
9339032ad0
Fix bonding_masters parsing.
2008-07-15 13:34:39 -04:00
Cole Robinson
7b9312db1d
Clean up tick function: split network and vm polling into seperate functions.
2008-07-09 17:00:49 -04:00
Cole Robinson
06b48e7dc3
Handle mac address resolution failures when populating networks.
2008-06-25 11:56:36 -04:00
Cole Robinson
6d8b7d0353
Remove another duplicate net populating function
2008-06-25 10:14:51 -04:00
Cole Robinson
918462d6fe
Fix command line --show-* options. (bz 435264)
2008-06-04 14:30:18 -04:00
Cole Robinson
6207989eae
Remove some duplicate functions.
2008-05-21 13:34:02 -04:00
Daniel P. Berrange
8be7a93684
Fix code block indentation
2008-05-09 19:33:36 -04:00
Cole Robinson
0dabaa423d
Fix < PolicyKit-0.7 auth fallback.
2008-05-07 15:00:41 -04:00
Cole Robinson
baa7455c4c
Remove duplicate code, tidy up a couple log messages.
2008-05-07 14:18:49 -04:00
Daniel P. Berrange
ea1c01c9c0
Merge heads
2008-05-07 10:04:02 -04:00
Daniel P. Berrange
81aacf6e59
Support new polkit dbus API (S.Caglar Onur)
2008-05-05 19:38:10 -04:00
Daniel P. Berrange
6ca1c57ebb
Merge console window into details window
2008-04-08 13:30:47 -05:00
Cole Robinson
fd97ffbd4e
Add autoconnect option for hypervisor connections.
2008-03-24 11:39:19 -04:00
Cole Robinson
39915a3eb3
Add a get_type methon to domain object to facilitate getting a correct max_vcpus value.
2008-03-17 13:10:15 -04:00
Cole Robinson
9cc27de815
Catch network lookup errors if a domain is dying. (Hiroyuki Kaguchi)
2008-03-14 10:15:27 -04:00
Daniel P. Berrange
552151a8d9
Control create wizard state based on capabilities info
2008-03-09 18:18:33 -04:00
Daniel P. Berrange
8f4194363a
Merge heads
2008-03-05 12:55:43 -05:00
Daniel P. Berrange
989465d6e5
Fix use of DBus objects to always go via an explicit interface
2008-03-05 12:47:52 -05:00
Cole Robinson
ae983fda77
Fix typo in creds scanning.
2008-03-03 16:11:29 -05:00
Daniel P. Berrange
31f800f4ae
Force connection to readonly if non-root and local HV uri and no policykit (Saori Fukuta)
2008-02-23 15:38:32 -05:00
Cole Robinson
e4513e45b6
Reuse virtinst.util.get_max_vcpus
2008-02-22 11:48:29 -05:00
Daniel P. Berrange
90c524259d
Skip bonding if /sys/class/net/bonding_masters doesn't exist (Shigeki Sakamoto)
2008-02-21 07:37:22 -05:00
Daniel P. Berrange
2ec9199975
Support bonding & VLAN devices for attaching guest NICs (S.Sakamoto)
2008-02-18 10:01:21 -05:00
Daniel P. Berrange
54647c5846
Added support for libvirt authentication
2008-01-31 11:39:10 -05:00
Daniel P. Berrange
847084ab23
Refresh GPL text with latest FSF address & fix spec file license tag
2007-11-20 11:12:20 -05:00
Daniel P. Berrange
0d05a47305
Allow connection to a VNC console via an SSH tunnel
2007-09-19 19:35:08 -04:00
Daniel P. Berrange
804801db96
Fix physical device name (again)
2007-09-12 17:57:19 -04:00
Daniel P. Berrange
96eb9f5f24
Move opening of connections into a background thread to avoid locking the UI
2007-09-10 20:56:01 -04:00
Daniel P. Berrange
dc391b698a
Move connection state management into vmmConnection class
...
so there is always a vmmConnection object even for disconnected connections.
The vmmManager class listens for signals in vmmEngine and vmmConnection to see
when new connections are added, existing ones removed, and the connection state changes
2007-09-09 22:57:24 -04:00
Daniel P. Berrange
9857442a59
Include driver name in ID colun for connection rows & fix physical ethernet device name
2007-09-06 20:11:47 -04:00
Daniel P. Berrange
dee2b44b21
Fixed call to get_local_hostname
2007-08-31 17:40:49 -04:00
Daniel P. Berrange
a170f6c350
Ensure VNC widget always trys to connect to localhost for local connections
2007-08-31 17:31:00 -04:00
Daniel P. Berrange
f789298d41
Fixed typo in calling uri_split
2007-08-28 20:50:24 -04:00
Hugh O. Brock
7088bff170
Store connection URIs in gconf so that the app will remember them. If any connections are in gconf, load them rather than auto-connecting to Xen. Continue Dan's noble code clean-up efforts.
2007-08-28 17:57:25 -04:00
Daniel P. Berrange
d192545a01
Fixed get_transport return value for local connections
2007-08-27 22:38:36 -04:00
Daniel P. Berrange
94e98eec5a
Re-order columns to move action to right & name to left. Use short hostname to avoid overly wide columns. Use constants for row & column data indexes
2007-08-27 22:22:18 -04:00