Commit Graph

1929 Commits

Author SHA1 Message Date
Cole Robinson
b5e0e997ae details: Fix pinning list size 2011-01-13 13:37:00 -05:00
Cole Robinson
338808c49f details: Allow changing max VCPU allocation 2011-01-13 13:32:19 -05:00
Cole Robinson
a592165568 domain: Don't define an empty CPU model 2011-01-13 13:14:43 -05:00
Wen Congyang
09f2851cd5 Fix an error in the chinese translation 2011-01-13 11:59:33 -05:00
Cole Robinson
6be5fe0872 details: Don't claim that security can be disabled.
After some discussion with upstream libvirt, it was decided that security
should not be disableable for individual VMs. Refactor the UI to
reflect this (it never worked anyways)
2011-01-13 11:57:26 -05:00
Cole Robinson
4b84a00876 console: Try to use more consistent parameter names 2011-01-13 11:26:38 -05:00
Cole Robinson
8ced456a9d Fix some pylint 2011-01-13 11:12:29 -05:00
Cole Robinson
71af09c451 console: Unify setting grab keys 2011-01-07 15:29:33 -05:00
Cole Robinson
02aa406e48 console: Cleanup audio stream when disconnecting from spice
Multiple reconnects would leave spice 'apps' hanging around in
gnome-volume-control
2011-01-07 15:15:10 -05:00
Cole Robinson
e9f87a0e32 console: Don't require spicegtk-python, show error if not available 2011-01-07 14:59:31 -05:00
Marc-André Lureau
108f6e4b6d addhardware: add SPICE support 2010-12-21 20:16:01 +01:00
Marc-André Lureau
620d5f9e06 console: add Spice viewer support 2010-12-22 02:13:25 +01:00
Marc-André Lureau
e6d7cb5ac6 console: pull out a VNC viewer class 2010-12-22 02:13:11 +01:00
Marc-André Lureau
ae450d9b1d console: factor out ssh tunnel code, add multi-connexion Tunnels class 2010-12-21 22:34:36 +01:00
Cole Robinson
41b38c4856 details: Explicitly list some SPICE values
This also allows changing the keymap, like with VNC displays.
2010-12-20 12:48:14 -05:00
Cole Robinson
a3b50aa61f details: Rework graphics section to allow reusing table rows 2010-12-20 12:34:32 -05:00
Marc-André Lureau
f2da834e1d Show console if SPICE enabled. 2010-11-12 17:05:48 +01:00
Marc-André Lureau
5e6cabc4b3 domain: learn to build spice:// uri 2010-12-17 11:58:45 -05:00
Cole Robinson
59c68b64c9 host: Show volume 'in use by' column 2010-12-17 10:32:54 -05:00
Cole Robinson
f99e4e188c details: Show a list of valid CPU models 2010-12-16 19:36:07 -05:00
Cole Robinson
ecb104dbfb details: Allow setting CPU topology and model
Provide a button 'Copy from host CPU', which effectively sets up the
equiv of qemu -cpu host
2010-12-16 16:05:55 -05:00
Cole Robinson
5512e192aa virt-manager: Fix debug message 2010-12-16 14:55:01 -05:00
Cole Robinson
d0870fe9ca details: Allow viewing/removing controller devices 2010-12-16 12:41:47 -05:00
Cole Robinson
6af4a2bda7 manager: Restore window position if toggled from systray 2010-12-13 17:48:19 -05:00
Cole Robinson
2a05f2b333 create: Mention KVM kernel modules if no install options are found. 2010-12-13 16:34:41 -05:00
Cole Robinson
073b005406 manager: Try to make disabled network/disk stats more obvious 2010-12-13 16:24:49 -05:00
Cole Robinson
0973e6c31a create: Don't traceback errors in host space tick 2010-12-13 16:12:55 -05:00
Cole Robinson
004623a886 configure: Allow specifying 'preferred' VM distro choices
The create wizard will then list these options first
2010-12-13 16:02:59 -05:00
Cole Robinson
361b098bb1 Fix TUI install 2010-12-13 15:41:16 -05:00
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