Giuseppe Scrivano
0b7c7c0c07
createnet: fix references for Alt-d and Alt-m
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2014-06-12 10:03:32 +02:00
Giuseppe Scrivano
86d5ff04e3
connection: Fix Alt-o shortcut key
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2014-06-12 10:03:32 +02:00
Cole Robinson
f686e36e42
details: Expose chipset=i440fx/q35 in customize dialog
...
So enterprising users can choose q35 for x86 qemu/kvm VMs. Some
discussion over here:
http://www.redhat.com/archives/virt-tools-list/2014-May/msg00001.html
https://lists.gnu.org/archive/html/qemu-devel/2014-06/msg00019.html
We show a warning if q35 is selected, saying it's not well tested.
Hopefully that dissuades people who are just clicking about.
2014-06-03 15:58:04 -04:00
Cole Robinson
091eb9fe26
details: Expose LXC <initarg>
2014-05-31 17:34:23 -04:00
Cole Robinson
9369ad3ac0
virt-manager: Allow setting interface portgroup element
...
We only show the option if the selected virtual network actually has
portgroups listed in its XML
2014-05-31 15:51:24 -04:00
Cole Robinson
9fd0ef5c88
details: Better handling for <input type=keyboard>
2014-05-04 13:23:54 -04:00
Chen Hanxiao
865dd99af2
addhardware: add controller UI
...
This patch will enable adding controller
without model.
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
2014-04-26 22:40:17 +08:00
Giuseppe Scrivano
33a2d1a1c8
virt-manager: use autocomplete for OS variant selection
...
After the migration to libosinfo, choosing an OS variant from "New VM"
wizard became a mess for the very long list of options.
Using an autocomplete entry text will facilitate this task, as an user
can start typing the variant as soon as the OS type is selected.
The combo-box is left untouched, so undecided users can still use it.
UI-suggested-by: Máirín Duffy <duffy@redhat.com>
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2014-04-26 10:32:30 +02:00
Cole Robinson
70da20682c
details: Explicit warn that 'format' doesn't change image format (bz 1089457)
2014-04-21 17:04:33 -04:00
Cole Robinson
8fa2aad1d3
createpool: Clarify iscsi IQN fields (bz 1084011)
2014-04-03 11:19:03 -04:00
Giuseppe Scrivano
6c68467be7
virt-manager: update copyright years in the About box
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2014-03-26 16:12:13 +01:00
Marc-André Lureau
2606c1d1b8
ui: add 'channel' to addhardware char panel
...
Add a 'Channel' entry, to specify the name of a channel (Spice port,
currently).
2014-03-25 17:42:57 -04:00
Cole Robinson
f584135b78
gfxdetails: Fix mnemonics to not collide
2014-03-22 17:47:43 -04:00
Cole Robinson
4f7f1adc47
addhw: Desensitive the 'create storage' UI for cdrom/floppy
...
Since we already fail in that case anyways, it makes things a bit clearer.
2014-03-12 17:22:48 -04:00
Cole Robinson
f23c031af4
ui: Drop minimum version to match RHEL7
...
And add unit test to catch future dependency issues
2014-03-10 11:17:58 -04:00
Maros Zatko
44d4c1d329
details-toolbar: set show_arrow to true
2014-02-28 14:29:48 -05:00
Chen Hanxiao
77553c7e49
ui: disable setting uid/gid_start for user namespace
...
Libvirt not allowed uid/gid_start
configured as none 0 or not specified.
This patch will disable config uid/gid_start in UI.
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
2014-02-27 10:01:29 +08:00
Chen Hanxiao
08daebe1aa
details: add UI interface for LXC user namespace
...
We could config user namespace for LXC container
in details->overview page.
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
2014-02-24 21:37:13 -05:00
Cole Robinson
96232ba2f0
details: Don't stretch machine dropdown
2014-02-17 10:28:02 -05:00
Cole Robinson
d9d50db522
ui: Add margins to 'description' text fields
2014-02-14 10:21:21 -05:00
Cole Robinson
e4711061c4
snapshots: Make sure 'current' icon is always visible (bz 1065074)
2014-02-14 10:20:37 -05:00
Giuseppe Scrivano
cbec4b10ab
ui: add support for gluster fs
...
Add a new field "pool-source-name" in the createpool UI that is used
only with gluster fs pools.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2014-02-12 15:46:26 +01:00
Cole Robinson
d220cc5d52
preferences: Allow disabling VM CPU poll
...
With this, the only libvirt API call we hit on each tick is the
connection nodeinfo.
2014-02-11 15:45:05 -05:00
Cole Robinson
82754ddc84
Expose hostdev rombar in UI and cli (bz 768857)
2014-02-10 14:25:23 -05:00
Cole Robinson
2ea6b7e35d
addhw: Make hostdev list a bit wider
2014-02-10 14:04:35 -05:00
Cole Robinson
4a006b5ff8
details: Expose fine grained boot config
...
Basically put an explicit device list in the boot UI, if the hypervisor
supports it. For unsupported hv, use the same old disk/cd/floppy/net UI.
2014-02-10 13:34:17 -05:00
Cole Robinson
fadc47449c
details: Simplify 'Redirect USB device' tooltip
2014-02-04 15:27:56 -05:00
Cole Robinson
8618a3abd7
prefs: Add 'Add SPICE USB redirection' option, enable it
...
For qemu guests that are using spice, add 4 redirdevs so USB redirection
happens for free. This can be disabled in the preferences dialog.
2014-02-04 15:27:56 -05:00
Cole Robinson
5bff23758c
connect: Add an option for qemu:///session (bz 557103)
...
But warn that it may not function like users expect.
2014-02-01 19:44:27 -05:00
Cole Robinson
032dd0cf21
clone: Show destination host if on a remote connection (bz 881099)
2014-02-01 18:59:10 -05:00
Cole Robinson
d3bd70daca
migrate: Remove misleading 'offline' option (bz 881092)
...
We acted like it would migrate a shutoff VM, but it just toggled
the LIVE flag. We should support true 'offline' migration, but
the UI will be different.
2014-02-01 18:17:17 -05:00
Cole Robinson
37122dbc20
clone: Mention virt-sysprep everywhere (bz 878170, bz 912993)
2014-02-01 15:20:37 -05:00
Cole Robinson
7057afba56
manager: Add File->New Virtual Machine (bz 871682)
2014-02-01 13:36:02 -05:00
Cole Robinson
ba0c84ec76
storagebrowse: Add pool refresh and vol delete options (bz 841715)
2014-02-01 13:31:29 -05:00
Cole Robinson
09390b8151
snapshots: Show indication of the 'current' snapshot (bz 1017385)
2014-02-01 11:25:35 -05:00
Cole Robinson
f4bc4a35a2
details: enforce relationship between cpu topology and maxvcpus (bz 708892)
2014-02-01 09:14:55 -05:00
Cole Robinson
90c9b3ca2e
details: Reword the CPU model UI a bit more
...
- Add options in the model drop down for clear, hvdefault, and app default
- Make 'copy host' a check box, when enabled it hides the model dropdown
- Detect if the VM CPU is a copy of the host CPU
- Undocumented bit that allows passing in host-model/host-passthrough
to the model field for people that really want those settings.
2014-01-31 13:40:09 -05:00
Cole Robinson
c85e8d84d0
details: Remove explicit CPU feature UI
...
Not too useful, and makes things difficult for us.
2014-01-31 10:43:56 -05:00
Cole Robinson
bff94f2365
console: Support spice 'resize-guest' (bz 754559)
...
This will auto change the guest resolution to match the window size.
Off by default, can be enabled like scaling preferences.
2014-01-31 10:08:18 -05:00
Cole Robinson
64b2d0c6b7
Move shared graphics editing UI to gfxdetails.py
...
Fixes a couple UI bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=696217
https://bugzilla.redhat.com/show_bug.cgi?id=875403
2014-01-29 09:22:28 -05:00
Cole Robinson
00d5312bd6
Break out shared storage creation UI to addstorage.py
2014-01-29 09:22:28 -05:00
Cole Robinson
8bb9853ec8
Move shared cdrom media UI to mediacombo.py
2014-01-28 14:20:57 -05:00
Cole Robinson
169ae1203d
Break out shared network list UI to netlist.py
...
Use this to show vport stuff in addhw, give a warning about macvtap
networking, and allow macvtap from the create wizard.
2014-01-28 10:00:06 -05:00
Cole Robinson
ad363f9774
details: Remove runtime vcpu pinning list
...
I don't think anyone depended on this, and it's overkill for virt-manager.
2014-01-26 14:21:24 -05:00
Cole Robinson
11ebe5d84e
details: Move inspection info to its own page
2014-01-26 14:15:46 -05:00
Cole Robinson
46ad7e8bdb
details: Remove UI for security, apic, acpi, clock
...
99% of users never need to tweak them, and now that we have virt-xml,
most of what they could want to do is a simple CLI oneliner.
2014-01-26 14:15:46 -05:00
Cédric Bosdonnat
7d5d9df91a
vmmFSDetails: don't use a combo for RAM units, force to MB
2014-01-25 11:59:32 -05:00
Cédric Bosdonnat
d2f625cb22
Use vmmFSDetails in details dialog to allow editing filesystem devices
2014-01-21 09:49:09 -05:00
Cédric Bosdonnat
40422e13f2
Create a separate class vmmFSDetails to share filesystem addhardware UI
...
This class will be reused in the virtManager/details.py code soon to
provide the same UI to modify filesystem devices than to create them.
2014-01-21 09:29:13 -05:00
Cédric Bosdonnat
d888ff2394
Add lxc filesystem drivers: loop and nbd
...
These file systems drivers have been added in virtinst, but also in the
addhardware UI.
2014-01-21 09:29:13 -05:00