Commit Graph

2548 Commits

Author SHA1 Message Date
Cole Robinson
1abd03ed80 Fix packagekit package install on KDE with apper
Apper requires a uint, gnome-packagekit doesn't seem to care either way
https://bugzilla.redhat.com/show_bug.cgi?id=882024
2012-12-20 12:55:35 -05:00
Cole Robinson
32f74219b0 network: Fix parsing <ip> blocks with prefix=
https://bugzilla.redhat.com/show_bug.cgi?id=872814
2012-12-17 14:48:42 -05:00
Chen Hanxiao
8b22d7a763 Add virtio lun and virtio-scsi lun disk bus option
As a result of CVE-2011-4127, libvirt disabled generic SCSI
 commands passed through to the underlying disk by qemu
 from a guest to a virtio disk when device type is "disk"
 afer commit 177db087757e4adb02c211de56336a5991c8eb20.
 And libvirt introduce a new device type "lun"
 to allow SG_IO commands passing through.
 This patch allows VM admin to configure this via virt-manager.

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
2012-12-14 19:21:35 -05:00
ChenHanxiao
ad1b24e885 Add virtio-scsi disk bus option
This patch will add virtio-scsi bus option on "Add New Virtual
Hardware" GUI page. It will support users to add a virtual disk
using SCSI bus with a controller model virtio-scsi.
If there is no SCSI controller existed, a new SCSI controller by
model 'virtio-scsi' will be added automatically.

Signed-off-by: ChenHanxiao <chenhanxiao@cn.fujitsu.com>

(crobinso: add Chen to AUTHORS, some cosmetic tweaks)
2012-12-09 14:28:42 -05:00
Martin Kletzander
b2a7c396de Make deleting storage files default with added prompt
This patch changes the default checkbox-state of "Delete all
associated storage" to be checked, but adds a prompt with a warning
for users to be sure they notice this change and they know what they
are doing (hopefully).

(crobinso: confirm even if no gconf schema available, cosmetic spacing
 fixup, add Martin to AUTHORS)
2012-12-04 18:36:16 -05:00
Cole Robinson
f84f9b2355 Bump gtkbuilder sanitization to fix things on gtk 2.20 2012-11-27 11:19:08 -05:00
Cole Robinson
43b213bf19 addhw: Remove unused field and old comment for USB mice 2012-11-27 10:44:13 -05:00
Cole Robinson
a324196e09 addhw: Translate disk strings, allow test conn to use them all 2012-11-27 10:42:35 -05:00
Michal Privoznik
d9e8546e86 Fix --test-first-run
One of previous patches (96ce9ac0b1) invented this feature. However,
in options object it is called testfirstrun not test_first_run.
This produces a runtime error.

(crobinso: add Michal to AUTHORS)
2012-10-30 10:10:09 -04:00
Cole Robinson
538420e032 domain: Fix more backtraces from PMSUSPEND status 2012-10-29 18:55:51 -04:00
Cole Robinson
53605cb21b Make main window parent of package install dialogs 2012-10-28 20:22:58 -04:00
Cole Robinson
2163ba3a30 Fix detection of running libvirtd via systemd 2012-10-28 20:18:51 -04:00
Cole Robinson
35bab2cc98 Fix package install with PackageKit 0.8.4 2012-10-28 20:09:32 -04:00
Cole Robinson
96ce9ac0b1 Add hidden --test-first-run switch for testing PackageKit bits
Basically stubs out the gconf URI fetching + listing so we don't
need to delete anything to trigger it.
2012-10-28 18:49:48 -04:00
Cole Robinson
faaf62a397 details: Show pretty video model in device list
And show pretty model name everywhere
2012-10-28 16:32:23 -04:00
Cole Robinson
5c84f9f37c create: Only show linux + windows OS options by default 2012-10-24 15:23:30 -04:00
Cole Robinson
2eb2397527 create: Fix backtrace when showing all OS options 2012-10-24 15:23:30 -04:00
Cole Robinson
8f6b1f977b create: Sort OS types, so linux is at the top 2012-10-24 15:23:30 -04:00
Cole Robinson
a142560df5 addhw: Only show progress dialog if creating storage 2012-10-21 14:43:44 -04:00
Cole Robinson
151c48ec81 module_trace: Tweak some debugging 2012-10-21 13:12:21 -04:00
Cole Robinson
04a414553d spec: Fix libgnome-keyring conditional 2012-10-19 12:13:39 -04:00
Cole Robinson
c4620b3801 configure: make us a non-gnu app 2012-10-18 15:20:17 -04:00
Marcus Karlsson
248cb89c1c Edit description using SetMetadata when available
Since 0.9.10 libvirt supports editing a domain's metadata using the
SetMetadata API. Using that API the description of a domain can be
edited as it is running.

Make virt-manager edit the description of a domain using SetMetadata
when available.

(crobinso: Add Markus to AUTHORS)
2012-10-16 17:52:10 -04:00
Cole Robinson
a341ce4534 details: Teach it about our faux description hotplug 2012-10-14 14:55:24 -04:00
Cole Robinson
71e5ac2a0a browse_local: Fix choosing directory of F17
Seems hiding the dialog before retrieving the directory path stopped
working. Remove the needlessness anyways

https://bugzilla.redhat.com/show_bug.cgi?id=849450
2012-10-14 00:15:04 -04:00
Cole Robinson
63ba65d374 domain: Handle PMSUSPENDED status
And add a catchall

https://bugzilla.redhat.com/show_bug.cgi?id=850954
2012-10-14 00:00:38 -04:00
Cole Robinson
c25ea739b9 details: Reset apply button when switching to console window 2012-09-27 13:47:13 -04:00
Cole Robinson
b104390b8c Add --trace-libvirt option to see every libvirt API call 2012-09-27 08:59:22 -04:00
Cole Robinson
3f55242758 Update to newer INSTALL copy 2012-09-26 13:25:29 -04:00
Marc Deslauriers
2f2ba0acc0 virt-manager: Fix KVM_PACKAGES substitution variable
Hello,

Commit 68e78244e8 changed the HV_PACKAGES
variable to KVM_PACKAGES in src/virt-manager.py.in, but the
corresponding change was never made to src/Makefile.am.

Here is a patch to correct the issue.

Thanks,

Marc.

commit 93ba787355736733c189e6809b9108a70f0e02d4
Author: Marc Deslauriers <marc.deslauriers@ubuntu.com>
Date:   Wed Aug 22 13:21:48 2012 -0400

    Fix incorrect substitution variable
2012-09-06 11:44:53 -04:00
Joey Boggs
1341e4059e change Mbps to MB/s in migration dialog
(crobinso: add Joey to AUTHORS)
2012-08-13 16:44:26 -04:00
Cole Robinson
6524324244 Prep for release 0.9.4 2012-07-29 16:17:50 -04:00
Cole Robinson
30282a1709 Use python in path rather than hardcoding /usr/bin/python
This reverts two commits:

5104669795
f91523197f

The change was originally made for unknown reasons: it was requested
through a RHEL bug that didn't have any justification and I just changed
it in ignorance:

https://bugzilla.redhat.com/show_bug.cgi?id=708181

But it causes issues on freebsd where apparently python is installed
into /usr/local/bin/python by default:

https://www.redhat.com/archives/virt-tools-list/2012-July/msg00131.html
2012-07-19 15:22:30 -04:00
Cole Robinson
8bfad3a2cc vnc: Default to automatic keyboard grabbing
This is what vinagre and virt-viewer do, and what gtkvnc enables by default.
It has some weird symantics, namely that moving the mouse over the viewer
means alt-tab is only received by the guest. But it's the common mode
of operation, so let's be consistent.
2012-07-15 10:53:52 -04:00
Cole Robinson
a96a3245fb Revert "Make VNC grab alt+tab when focused"
This reverts commit 32456e5ed7.

Causes lots of focus issues with VNC and no tablet device :(
Example: https://bugzilla.redhat.com/show_bug.cgi?id=840240
2012-07-15 10:41:42 -04:00
Cole Robinson
cf182296fc Prep for release 0.9.3 2012-07-09 17:06:10 -04:00
Cole Robinson
241aa06548 Make autogen.sh give me a usable dist on F17
There's a decent amount of resulting fallout...
2012-07-09 16:44:47 -04:00
Cole Robinson
a2a51861a4 spec: tidy up default_graphics placement 2012-07-09 16:07:32 -04:00
Cole Robinson
d9e6d1a5e1 Fix spec file conditional for all cases 2012-07-09 15:13:20 -04:00
Cole Robinson
efa3aac23e Prep for release 0.9.2 2012-07-09 08:07:50 -04:00
Cole Robinson
bb1832248c details: Show serial PTY path in UI again 2012-07-08 20:57:17 -04:00
Cole Robinson
d01b28c740 Run close() before removing window signals in cleanup() 2012-07-08 20:56:36 -04:00
Cole Robinson
8b08f1a071 spec: Changes to handle askpass-package 2012-07-08 19:42:06 -04:00
Cole Robinson
c3f08fe09a If managed restore fails, offer to remove broken state 2012-07-08 16:06:16 -04:00
Cole Robinson
68e78244e8 Offer to install openssh-askpass if user needs it
The distro's package name can be passed in with --with-askpass-package
2012-07-08 15:38:52 -04:00
Cole Robinson
f5ee7c256c Move packagekit helpers to their own file 2012-07-08 15:05:28 -04:00
Cole Robinson
5333002646 console: Don't leave defunct SSH processes around 2012-07-08 14:23:25 -04:00
Cole Robinson
f7eb8f0f96 Start libvirtd with system-config-services if we just installed it 2012-07-07 13:30:35 -04:00
Cole Robinson
a80c1ce882 Use systemd for login session lookup, if available 2012-07-07 10:39:06 -04:00
Cole Robinson
090178984b Fix some pylint 2012-07-07 10:39:00 -04:00