Cole Robinson
187190c362
configure: Add option to disable unsupported RHEL config
2010-12-13 14:31:27 -05:00
Cole Robinson
f8d3701f29
domain: Use virtinst.Guest for remaining XML parsing
2010-12-13 12:48:06 -05:00
Cole Robinson
d0c6a9390e
configure: Allow setting default qemu:///system user
2010-12-13 11:22:01 -05:00
Cole Robinson
2775757728
Improve save/restore dialog titles/text
2010-12-12 13:48:20 -05:00
Cole Robinson
250f1902e4
clone: If storage is just 'origname.img', try to make new path 'newname.img'
2010-12-12 13:39:45 -05:00
Cole Robinson
16ab9b9edc
manager: If 2 URI names collide, make the names more verbose
2010-12-11 23:51:20 -05:00
Cole Robinson
d3472fd1f1
details: Allow setting direct kernel/initrd boot
2010-12-11 23:00:19 -05:00
Cole Robinson
809cde787c
details: Enable setting boot menu flag
2010-12-11 22:00:52 -05:00
Cole Robinson
6908c2e727
details: Allow changing VNC password for a running VM
2010-12-11 21:34:09 -05:00
Cole Robinson
a0a161b4c3
details: Allow changing VNC password and keymap
2010-12-11 20:54:48 -05:00
Cole Robinson
cc87abe458
details: Centralize most hardware page spacing
2010-12-11 16:40:24 -05:00
Cole Robinson
f98c9ce90c
addhardware: Make default chardev selection PTY, since it's the simplest
2010-12-11 16:09:30 -05:00
Cole Robinson
556246f2a5
addhardware: Have explicit options for PCI and USB devices
...
'Host device' doesn't have meaning to a lot of people, so have explicit
list entries for USB vs. PCI devices.
2010-12-11 15:55:31 -05:00
Cole Robinson
76fa12ea39
addhardware: Show host devices in a list, not a combo
...
Some of the listings can be pretty large, so a list is better suited for
browsing and resizing.
2010-12-11 15:12:22 -05:00
Cole Robinson
965570670b
addhardware: Don't resize dialog until we switch pages
...
This way, large UI pieces like char page or host device combo won't
balloon out the UI.
2010-12-11 14:51:08 -05:00
Cole Robinson
6ccdf404c3
addhardware: Make disk intro less wordy
2010-12-11 14:12:13 -05:00
Cole Robinson
0430ab5d91
addhardware: Fix page spacing to be more consistent
2010-12-11 14:02:51 -05:00
Cole Robinson
3efa72db6a
addhardware: Don't duplicate title UI in every tab
2010-12-11 13:05:07 -05:00
Cole Robinson
ad7cdd9568
addhardware: Select hw with a list view
2010-12-11 12:32:04 -05:00
Cole Robinson
18604c8f0b
details: Allow changing disk bus
...
This will enable users to actually do a windows virtio install.
2010-12-10 20:33:41 -05:00
Cole Robinson
55d92adf94
Allow specifying disk storage format in details and addhardware
2010-12-10 19:20:14 -05:00
Cole Robinson
a6209be8f2
details: network models: List e1000 for qemu, netfront for xen
2010-12-10 19:01:08 -05:00
Cole Robinson
43a4220206
Use ~/VirtualMachines as default pool for qemu:///session
2010-12-10 18:03:51 -05:00
Cole Robinson
152d496380
Show progress reporting for domain migrate/save
2010-12-10 16:04:42 -05:00
Cole Robinson
f6868918fc
Simplify asyncjob cancel callbacks
...
Have the async class check for a cancel exception and handle it
2010-12-10 14:59:24 -05:00
Cole Robinson
ec56a33f7c
Run domain startup asynchronously
...
Sometimes startup is actually a domain restore, which can take a while, so
run it all async
2010-12-10 14:40:08 -05:00
Cole Robinson
252be3b009
Fix connecting to serial consoles
2010-12-10 14:04:33 -05:00
Cole Robinson
f6103c04dd
host: Fix network list sensitivity when started/stopped
...
Also add lot's of logging in start/stop/delete/apply.
2010-12-10 14:02:11 -05:00
Cole Robinson
677f73fca7
Run pep8 with check-pylint, fix the fallout
2010-12-10 11:47:07 -05:00
Cole Robinson
d0d20148f7
asyncjob: Simplify error reporting
2010-12-10 09:57:42 -05:00
Cole Robinson
a1e54f8476
domain: Make sure we always build fresh guest if inactive XML requested
...
Device editting depends on that semantic.
2010-12-10 09:48:22 -05:00
Cole Robinson
9e0a96bd8f
util: Simplify dup_conn functions
2010-12-09 15:45:05 -05:00
Cole Robinson
6399f4d6c8
createnet: Fix a broken icon
2010-12-09 14:49:36 -05:00
Cole Robinson
e4a3288055
Fix subdialog polish with clone and createinterface
2010-12-09 14:46:15 -05:00
Cole Robinson
70ae1c2046
storagebrowser: Make sure we had default window titles
2010-12-09 14:33:04 -05:00
Cole Robinson
35b7eae06d
domain: Fix inactive XML building to not constantly reparse running VMs :/
2010-12-09 14:12:20 -05:00
Cole Robinson
5c45358adc
Remove 'config' passing from remaining classes/functions
2010-12-09 14:06:00 -05:00
Cole Robinson
e78e2da3f5
Use the a base class for all libvirt object classes
2010-12-09 12:37:48 -05:00
Cole Robinson
0fd57daca1
pylint: Check for unused variables, fix fallout
2010-12-09 11:22:35 -05:00
Cole Robinson
2dd81900fa
Have UI classes share a baseclass
2010-12-08 17:26:19 -05:00
Cole Robinson
1608a08227
progress: Don't show busy pointer if we can cancel a job
2010-12-08 15:23:40 -05:00
Cole Robinson
41605b2d6f
progress: Show cancel errors in the progress dialog
2010-12-08 14:14:38 -05:00
Cole Robinson
59b69f0a51
details: Tweak hotplug error dialog buttons
2010-12-08 13:05:38 -05:00
Cole Robinson
324e3cf1ed
create: Fix adding default graphics device
2010-12-08 12:56:28 -05:00
Wen Congyang
45fab0153f
Support job cancellation for migration, save functions
2010-12-08 12:52:33 -05:00
Cole Robinson
28b7a444f6
domain: Don't constantly reparse XML if domain isn't running
2010-12-08 12:27:52 -05:00
Cole Robinson
8b371b6e22
Domain: Pass pre-parsed capabilities to virtinst objects
...
Saves us from continually refetching caps and parsing. Also, only refresh
connection caps when we launch the create wizard: changing caps shouldn't
be common, and are really only important when creating guests.
2010-12-08 12:17:14 -05:00
Cole Robinson
5320431d85
create: Don't overwrite nic/disk list if moving back after customize
2010-12-07 16:48:13 -05:00
Cole Robinson
091828a862
create: Don't revalidate if use selects 'no storage'
...
Use a new simple livecd mode from virtinst to help out here.
2010-12-07 16:17:19 -05:00
Cole Robinson
249c77831c
Only allow showing one validation dialog at a time
2010-12-07 15:27:10 -05:00