Commit Graph

1760 Commits

Author SHA1 Message Date
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
raven
e85dfb3144 Sending translation for Polish 2010-02-09 16:19:09 +00:00
logan
730ed6b864 Sending translation for Spanish 2010-02-09 13:42:28 +00:00
Cole Robinson
aab92f0303 Added tag RELEASE-0.8.3-1 for changeset ed7cef150f91 2010-02-08 23:04:33 -05:00
Cole Robinson
53fe0f746f Prep for release. 2010-02-08 23:03:48 -05:00
Cole Robinson
a6573e402f host: Confirm before starting/stopping interfaces 2010-02-08 22:34:23 -05:00
Cole Robinson
5aaae5db86 Fix 'tests' install to not end up in RPM 2010-02-08 22:27:15 -05:00
Cole Robinson
2c4e843605 Add libvirt interface create wizard. 2010-02-08 17:18:06 -05:00
Cole Robinson
c815740f41 List libvirt interfaces in host details view.
We use a similar look to storage and virtual network management.
2010-02-08 17:13:36 -05:00
Cole Robinson
8322f75220 Abide gtk cmdline options
By parsing opts later, GTK seems to auto parse and abide options like
--sync.
2010-02-08 11:54:21 -05:00
Cole Robinson
2194107152 connection: Make sure HAL initializers are run thread safe. 2010-02-08 11:44:04 -05:00
Cole Robinson
651c0b7a1a create: Add an option to 'customize before install'
This drops the user into a 'details' dialog where they can add, remove, or
tweaks settings before starting the install.
2010-02-07 12:18:28 -05:00
Cole Robinson
e788fdad23 domain: Add vmmDomainVirtinst class.
A domain class backed by a virtinst Guest, this allows for customizing a VM
before installing.
2010-02-07 12:16:13 -05:00
Cole Robinson
d99c04b02a domain: Factor out a vmmDomainBase class
This will be used to implement a virtinst Guest backed domain, to allow
customizing a VM before install.

Also make some small changes to how we add and remove devices.
2010-02-07 12:10:41 -05:00
Cole Robinson
e6ea45aa8e addhw: Have all device creation go through the same code path. 2010-02-06 15:59:52 -05:00
Cole Robinson
74222abfb8 addhw: Use common setup_dev function when building XML 2010-02-06 15:33:32 -05:00
Cole Robinson
d6e44672d6 create: Move default guest device set up out of finish phase. 2010-02-05 17:58:26 -05:00
Cole Robinson
d9c0363cb5 domain: Drop unneeded define_vcpus params 2010-02-05 18:03:41 -05:00
Cole Robinson
a776a35e92 domain: Remove redundant method 2009-12-08 12:40:42 -05:00
aguskov
1467dff6b8 Sending translation for Russian 2010-02-05 14:45:46 +00:00
Cole Robinson
25a2e1e246 Better error reporting when opening ~/.virt-manager 2010-02-03 09:43:11 -05:00
aguskov
ff3dadd0b1 Sending translation for Russian 2010-02-02 08:56:25 +00:00
mgiri
f5b02efadb Sending translation for Oriya 2010-02-01 10:42:22 +00:00
Cole Robinson
4178b918b2 domain: Refresh inactive XML on demand
It was a useless operation, whenever we fetch inactive XML we always want
the latest and greatest, so don't cache anything.
2010-01-30 12:41:00 -05:00
Cole Robinson
09d86a79d1 config: Store saved paths using set_string 2010-01-30 12:41:31 -05:00
kkrothap
ec036b53f6 Sending translation for Telugu 2010-01-29 09:57:41 +00:00
guidograzioli
1a2c3771bf Sending translation for Italian 2010-01-28 22:42:14 +00:00
Cole Robinson
b53a3a5e6b Fix an error detecting pylint features 2010-01-27 13:47:53 -05:00