1637 Commits

Author SHA1 Message Date
Cole Robinson
2768270e43 createinterface: Enable specifying IP protocol info
By default, we try to copy the protocol information from a selected
child interface (if applicable), otherwise assume IPv4 DHCP.
2010-02-26 18:49:18 -05:00
Cole Robinson
699db61fcf host: interface: Display IP configuration 2010-02-25 21:13:33 -05:00
Cole Robinson
f777773ed9 host: interface: Allow changing start mode. 2010-02-25 19:42:08 -05:00
Cole Robinson
b377a740ca Factor out a common 'libvirt object' class.
Use simply now for some common XML routines.
2010-02-25 19:35:01 -05:00
Cole Robinson
7f1d543f76 host: Show errors encountered when populating net/pool/iface state 2010-02-25 17:42:00 -05:00
Cole Robinson
2feed6a3f3 host: Add 'error' page for virtual net and storage
Display a proper error if connection doesn't support network or storage
management.
2010-02-25 17:31:27 -05:00
Cole Robinson
63a53c6f55 details: Don't overwrite user input on XML update 2010-02-24 20:46:25 -05:00
Cole Robinson
882bb0dd0a Fix some pylint. 2010-02-24 20:42:00 -05:00
Cole Robinson
6be4684138 details: Multiple boot device support
Allows viewing, adding, removing, and reordering the boot device list.
2010-02-24 20:37:41 -05:00
Cole Robinson
25284b0833 connection: Remove redundant logging 2010-02-24 14:45:35 -05:00
Cole Robinson
19e87ded38 connection: Make SASL auth dialog a bit cleaner 2010-02-24 14:40:22 -05:00
Cole Robinson
ed211ef066 details: Make 'enter' activate VNC password auth
Not sure why this keeps regressing. I blame glade.
2010-02-23 14:48:35 -05:00
Cole Robinson
182eb4bcb6 Drop redundant calls to window.show() 2010-02-23 14:18:12 -05:00
snicore
7bc805e6f7 Sending translation for Hungarian 2010-02-23 09:03:13 +00:00
snicore
9b4536fb1f Sending translation for Hungarian 2010-02-23 08:53:33 +00:00
Cole Robinson
1777528e1b createvol: Make sure error boxes run synchronous if we are modal. 2010-02-22 09:04:48 -05:00
Cole Robinson
492b40f015 createvol: Sensitize 'Finish' if default name suggested 2010-02-22 08:49:21 -05:00
aguskov
f2f054f86b Sending translation for Russian 2010-02-21 18:40:45 +00:00
runab
747daaeca5 Sending translation for Bengali (India) 2010-02-19 12:05:14 +00:00
Cole Robinson
d21aa79ed3 util: Fix return value of safe idle timeouts 2010-02-18 10:17:42 -05:00
Cole Robinson
b602f8aaa1 create: Make sure audio and video devices use OS recommended defaults 2010-02-17 16:40:33 -05:00
aron
ee0b22afa3 Sending translation for Chinese (Simplified) 2010-02-15 15:38:16 +00:00
Cole Robinson
729c478401 domain: Fix connecting to VNC on ESX servers
ESX libvirt URIs don't use have a 'transport' section (like the ssh in
qemu+ssh). If virt-manager didn't see a transport, we assumed the
host is localhost, and used 127.0.0.1 when connecting to VNC.

Fix this check to only use 127.0.0.1 if there is no hostname
specified in the libvirt URI.
2010-02-12 16:37:14 -05:00
Cole Robinson
f243ce4f7e domain: Have get_graphical_console provide more info 2010-02-12 16:33:43 -05:00
Cole Robinson
b661b289c9 console: Condense some debugging output 2010-02-12 14:17:30 -05:00
Cole Robinson
716acf1b9b create: Allow using a manually created 'default' pool 2010-02-12 14:17:16 -05:00
Cole Robinson
4c2b4f6c43 details: Pop up 'Add Hardware' option on hw list right click 2010-02-12 14:01:59 -05:00
Cole Robinson
9876b07ff9 create: Fix page 1 spacing 2010-02-12 13:55:30 -05:00
Cole Robinson
67635bda52 Allow selecting CDROM devices with no detected media.
We may have incorrect detection, and we hypervisors should be able to handle
empty CDROM devices, so allow the option, just don't select it by default.
2010-02-12 13:52:33 -05:00
Cole Robinson
5d52bcadc8 create: Expand 'advanced' options on networking issue
This way the user is informed that there is no default network device,
or the default device is inactive.
2010-02-12 13:37:04 -05:00
Cole Robinson
09968ec776 host: Only decrement window counter if host isn't visible 2010-02-12 12:09:39 -05:00
Cole Robinson
4ff0832301 console: Make sure error socket is non blocking 2010-02-12 10:45:07 -05:00
Cole Robinson
bb1102afe6 details: Remove debug print 2010-02-12 10:27:49 -05:00
Cole Robinson
e20a74c85a addhw: Use VirtualDisk to determine block device size. 2010-02-11 16:07:27 -05:00
Cole Robinson
5c8257d693 console: Try to detect debian/fedora nc incompatibilities 2010-02-11 15:54:45 -05:00
trash
6c9c324774 Sending translation for French 2010-02-12 09:03:49 +00:00
Cole Robinson
f3da3efce1 connection: Don't show harmless backtraces on conn disconnect 2010-02-11 15:25:41 -05:00
Cole Robinson
0a73eb3a7a console: Show SSH error output for remote VNC connections. 2010-02-11 10:43:44 -05:00
Cole Robinson
0bd42916a7 domain: Remove unneeded release_handle command
Not really sure if we even still need to manually change the backing
value, but this was apparently a performance optimization once upon a
time.
2010-02-11 14:00:46 -05:00
Cole Robinson
dfb8f8666a Make sure all idle and timeout routines are thread safe.
Unbeknownst to me, these functions are not run thread safe:

http://library.gnome.org/devel/gdk/unstable/gdk-Threads.html

However since they are run from the main loop, the chance of them conflicting
with another running thread is slim, since we have very few threads that
actually update the UI.
2010-02-11 12:32:00 -05:00
Cole Robinson
494a93cccc console: Don't wait for 'nc' to exit, just kill the process.
Certain nc versions don't handle disconnects very well or require specific
incompatible cli options to operate nicely, and a hung 'nc' connection can
lock up virt-manager. Just kill the tunnel process, rather than waitpid it.
2010-02-11 09:32:05 -05:00
Cole Robinson
c02b8538e6 domain: Don't flood logs if polling disk/net stats fails 2010-02-11 09:30:32 -05:00
Cole Robinson
71a21aabf1 host: Fix interface tooltips 2010-02-10 20:27:36 -05:00
Cole Robinson
6debe5347b create: Give more warning if conn capabilities are sub optimal
Warn if HVM is available but disabled, no guest options are available,
and if KVM isn't around.
2010-02-10 20:26:40 -05:00
Cole Robinson
306cca9ea0 connection: Make sure capabilities are refreshed as needed 2010-02-10 17:05:56 -05:00
Cole Robinson
34c1b5b6d9 create: Use virtinst unified device API as requested via comment 2010-02-10 16:42:20 -05:00
Cole Robinson
b87eb57554 graphwidgets: Don't draw over the border with the tick lines 2010-02-10 12:46:12 -05:00
Jan ONDREJ
3f3ff6558a Fix tapering issue for fully filled graph 2010-02-10 12:43:12 -05:00
Cole Robinson
0273c0c501 Allow viewing and setting domain 'description' field. 2010-02-10 12:16:59 -05:00
Cole Robinson
4da1af635a details: Make sure a HW selection is forced at startup 2010-02-10 11:54:12 -05:00