Commit Graph
147 Commits
Author SHA1 Message Date
Cole Robinson 3a8d02ec81 Rebased to version 1.2.1
Bugfix release
Fix connecting to older libvirt versions (Michał Kępień)
Fix connecting to VM console with non-IP hostname (Giuseppe Scrivano)
Fix addhardware/create wizard errors when a nodedev disappears
Fix adding a second cdrom via customize dialog
2015-06-06 18:21:50 -04:00
Cole Robinson 372d5ee12f Rebased to version 1.2.0 2015-05-04 15:15:43 -04:00
Cole Robinson d1c32e7ebb Catch ppc64le domaincapabilities errors (bz #1209723)
Fix missing install options for ppc64le (bz #1209720)
Allow adding SATA CDROM devices for q35 (bz #1207834)
Fix crashes with ssh spice connections (bz #1135808)
Drop incorrect dep on gnome-icon-theme (bz #1207061)
2015-04-13 18:36:56 -04:00
Cole Robinson 95364a3205 Update to latest git
Fix new VM disk image names when VM name changes (bz #1169141)
Fix missing virt-install dep on pygobject (bz #1195794)
Fix changing VM video type away from qxl (bz #1182710)
Don't use vmvga for ubuntu VMs on remote centos hosts (bz #1147662)
Clear vendor field when changing CPU (bz #1190851)
Drop bogus network domain name validation (bz #1195873)
Fix Fedora URL examples in virt-install man page (bz #1172818)
Fix misleading virt-install text after --import install (bz #1180558)
2015-03-27 16:49:31 -04:00
Cole Robinson 8f67ed6229 Fix BuildRequires for f22/rawhide 2015-02-22 10:08:39 -05:00
Cole Robinson 033fd436da Fix crash when rebooting VMs after install (bz #1135546)
Fix dep on libosinfo (bz #1159370)
Fix PCI/USB hotplug (bz #1146297)
2014-11-16 14:58:58 -05:00
Cole Robinson 7845ec8762 Fix defaults for arm and aarch64 VMs 2014-09-23 18:46:10 -04:00
Cole Robinson 678e8b3c05 Fix app hanging at connection startup with remote host (bz #1123266)
Fix several issues creating host bridges (bz #1122743)
Only use 2 usb redir devs by default to free up USB ports (bz #1135488)
Create qemu-ga channels for rhel/centos 6/7 VMs (bz #1139109)
2014-09-22 17:54:37 -04:00
Cole Robinson 59f1d0859a Rebased to version 1.1.0
Switch to libosinfo as OS metadata database (Giuseppe Scrivano)
Use libosinfo for OS detection from CDROM media labels (Giuseppe
Scrivano)
Use libosinfo for improved OS defaults, like recommended disk size
(Giuseppe Scrivano)
virt-image tool has been removed, as previously announced
Enable Hyper-V enlightenments for Windows VMs
Revert virtio-console default, back to plain serial console
Experimental q35 option in new VM 'customize' dialog
UI for virtual network QoS settings (Giuseppe Scrivano)
virt-install: --disk discard= support (Jim Minter)
addhardware: Add spiceport UI (Marc-André Lureau)
virt-install: --events on_poweroff etc. support (Chen Hanxiao)
cli --network portgroup= support and UI support
cli --boot initargs= and UI support
addhardware: allow setting controller model (Chen Hanxiao)
virt-install: support setting hugepage options (Chen Hanxiao)
2014-09-07 16:53:46 -04:00
Dennis Gilmore fceaa983cc - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 22:48:20 -05:00
Cole Robinson 8d445c7717 filesystem: Fix target validation when editing device (bz #1089422)
details: Explicit warn that 'format' doesn't change image format (bz #1089457)
snapshots: Fix screenshot with qxl+spice (bz #1089780)
Fix using storage when the directory name contains whitespace (bz #1091384)
packageutils: Fix install when one package is already installed (bz #1090181)
2014-04-29 14:40:46 -04:00
Cole Robinson 3e1ed9fdaa gfxdetails: Show port number for active autoport VM (bz #1081614)
connection: Hook into domain balloon event (bz #1081424)
details: Fix showing vcpus values in 'customize' dialog (bz #1083903)
details: Fix changing graphics type (bz #1083903)
createpool: Clarify iscsi IQN fields (bz #1084011)
More fixes for errors on libvirtd disconnect (bz #1069351)
2014-04-16 17:23:33 -04:00
Cole Robinson 1f2d6fbad3 Rebased to version 1.0.1
virt-install/virt-xml: New --memorybacking option (Chen Hanxiao)
virt-install/virt-xml: New --memtune option (Chen Hanxiao)
virt-manager: UI for LXC <idmap> (Chen Hanxiao)
virt-manager: gsettings key to disable keygrab (Kjö Hansi Glaz)
virt-manager: Show domain state reason in the UI (Giuseppe Scrivano)
Fix a number of bugs found since the 1.0.0 release
2014-03-22 18:42:17 -04:00
Cole Robinson 9f61d853b6 connection: Handle errors when deregistering events on close (bz #1069351) 2014-03-10 09:47:51 -04:00
Cole Robinson 0a224fb498 addhardware: Fix adding disk through 'customize' dialog (bz #1073808) 2014-03-07 09:52:59 -05:00
Cole Robinson 8fe6a061b0 virt-convert: better error if unar is not installed
details: Fix fallback if fetching CPU models fails (bz #1072704)
fsdetails: Fix adding a filesystem device (bz #1073067)
virt-install: Fix --location iso again, and test it (bz #1071513)
Handle libvirt generating invalid volume XML (bz #1072770)
2014-03-06 12:58:21 -05:00
Cole Robinson 90230fbec6 Fix creating storage paths if directory is all digits (bz #1069351)
Properly close connection if tick fails (bz #1069351)
virt-manager: Handle unrefreshed storage pools (bz #1070883)
Fix unsetting 'auto resize' console property
2014-02-28 13:10:20 -05:00
Cole Robinson 192ee79c50 Fix open connection->lxc
Fix issues creating ppc64 guests
Fix generating disk targets from customize->addhw
2014-02-18 17:48:30 -05:00
Cole Robinson a0f0f77114 Rebased to version 1.0.0
New tool virt-xml: Edit libvirt XML in one shot from the command line
Improved defaults: qcow2, USB2, host CPU model, guest agent channel
Introspect command line options like --disk=? or --network=help
2014-02-14 19:13:38 -05:00
Cole Robinson a31cbb693a Fix running virt-manager on rawhide (bz #1024569)
Fix vcpu vs. maxvcpu UI (bz #1016318)
Fix app startup when run as root (bz #1016435)
Release serial console when details window is closed (bz #1016445)
Clarify snapshot VM state UI (bz #1016604)
Fix adding qemu-guest-agent by default (bz #1016613)
Fix first run app install (bz #1016825)
Fix error reporting if initrd fetch fails (bz #1017419)
Fix error reporting if app is run with no DISPLAY (bz #1021482)
Fix usage of install media in /home/crobinso (bz #1025355)
2013-11-10 11:53:30 -05:00
Cole Robinson c5cc51781f Fix cdrom ordering if added via 'customize' (bz #905439)
Default to spice/qxl for virt-install (bz #911734)
Fill in cache and io values for new VMs (bz #967643)
Add dep on dconf (bz #1012884)
2013-10-06 15:47:10 -04:00
Cole Robinson ae7f39fce2 Sync with git
Don't try to launch multiple ssh askpass dialogs at once (bz #811346)
Fix confusion when multiple progress dialogs are run (bz #1003101)
Fix error adding macvtap nic (bz #1006324)
Add an appdata file (bz #1011120)
virt-install: fix nfs:// style URLs (bz #1011177)
Fix spice with TLS (bz #904295)
Reduce impact of memory leak (bz #972371)
Fix parsing rawhide .treeinfo (bz #989162)
2013-09-24 10:54:09 -04:00
Cole Robinson d5e33b118d Update to git snapshot for ARM support 2013-08-21 19:01:14 -04:00
Dennis Gilmore 8e343b8abb - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 01:18:32 -05:00
Cole Robinson b39288a2d1 Rebased to version 0.10.0
Fix screenshots (bz #969410)
Add Fedora 19 osdict option (bz #950230)
Fix loading libguestfs OS icons (bz #905238)
Make packagekit search cancellable (bz #973777)
Fix freeze on guest shutdown if serial console connected (bz #967968)
2013-06-19 18:49:14 -04:00
Cole Robinson 1db73b1878 Fix default graphics, should be spice+qxl (bz #965864)
Check for libvirt default network package on first run (bz #950329)
Fix changing VM cirrus->QXL (bz #928882)
2013-05-27 18:58:13 -04:00
Cole Robinson cc39bd4415 Drop bogus packagekit check for avahi-tools (bz #963472) 2013-05-15 17:38:09 -04:00
Cole Robinson b1ca0e1efa Fix error creating QEMU guests (bz #962569) 2013-05-15 15:53:31 -04:00
Cole Robinson 8559ae70dd Fix dep on vte3 (bz #958945)
Fix dep on virt-manager-common (bz #958730)
Fix crash when installing from ISO media (bz #958641)
Fix poor error reporting with unknown CLI option (bz #958730)
2013-05-09 20:24:29 -04:00
Cole Robinson 5540f4c623 Update to git snapshot for next release 2013-04-29 12:58:54 -04:00
Cole Robinson b020addd2d Rebased to version 0.9.5
Enable adding virtio-scsi disks (Chen Hanxiao) (bz 887584)
Support security auto-relabel setting (Martin Kletzander)
Support disk iotune settings (David Shane Holden)
Support 'reset' as a reboot option (John Doyle)
Don't pull in non-native qemu packages on first run (bz 924469)
Don't create LVM volumes with alloc=0, it doesn't work (bz 872162)
Fix storage browser hang on KDE (bz 880781)
Fix package installation on KDE (bz 882024)
2013-04-01 07:51:27 -04:00
Cole Robinson b5ebbb896a Add explicit dep on pod2man (bz #914562) 2013-03-01 12:37:09 -05:00
Dennis Gilmore 24b870f349 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 20:50:01 -06:00
Cole Robinson 2184a94698 Use correct KVM package names on first run (bz #873878)
network: fix parsing ip blocks with prefix= (bz #872814)
Don't recommend all of libvirt, just the kvm bits (bz #872246)
2012-12-17 14:55:20 -05:00
Cole Robinson ce88c8945e Fix first run packagekit interaction (bz #870851)
Fix another backtrace if guest is pmsuspended (bz #871237)
2012-10-30 21:44:40 -04:00
Cole Robinson 4d8e186c75 Fix KVM package install on app first run
Fix listing domain with 'suspended' state (bz #850954)
Fix 'browse local' behavior when choosing directory (bz #855335)
Fix libgnome-keyring dep (bz #811921)
2012-10-24 08:41:13 -04:00
Cole Robinson 8faaf2e927 Drop autorebuild bit from release number 2012-07-29 17:10:48 -04:00
Cole Robinson 6801230d78 Rebased to version 0.9.4
Fix VNC keygrab issues (bz 840240)
2012-07-29 16:51:00 -04:00
Dennis Gilmore 2f4d74b908 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 21:48:52 -05:00
Cole Robinson 13b04c09ba Rebased to version 0.9.3
Convert to gtkbuilder: UI can now be editted with modern glade tool
virt-manager no longer runs on RHEL5, but can manage a remote RHEL5 host
Option to configure spapr net and disk devices for pseries (Li Zhang)
Offer to install openssh-askpass if we need it (bz 754484)
Don't leave defunct SSH processes around (bz 757892)
Offer to start libvirtd after install (bz 791152)
Fix crash when deleting storage volumes (bz 805950)
Show serial device PTY path again (bz 811760)
Fix possible crash when rebooting fails (bz 813119)
Offer to discard state if restore fails (bz 837236)
2012-07-09 17:31:30 -04:00
Cole Robinson 01c05544eb Fix connecting to console with specific listen address
Fix regression that dropped spice dependency (bz 819270)
2012-06-06 17:37:32 -04:00
Cole Robinson 674de803bf Actually make spice the default (bz 757874)
Only depend on spice on arch it is available (bz 811030)
Depend on libgnome-keyring (bz 811921)
2012-04-25 09:23:19 -04:00
Cole Robinson f830495c36 Fix error reporting for failed remote connections (bz 787011)
Fix setting window title when VNC mouse is grabbed (bz 788443)
Advertise VDI format in disk details (bz 761300)
Don't let an unavailable host hang the app (bz 766769)
Don't overwrite existing create dialog when reshowing (bz 754152)
Improve tooltip for 'force console shortcuts' (bz 788448)
2012-02-13 19:07:57 -05:00
Cole Robinson 3a8c60db95 Drop extra release bit from spec 2012-02-01 11:42:37 -05:00
Cole Robinson ec6e028e73 Rebased to version 0.9.1
Support for adding usb redirection devices (Marc-André Lureau)
Option to switch usb controller to support usb2.0 (Marc-André Lureau)
Option to specify machine type for non-x86 guests (Li Zhang)
Support for filesystem device type and write policy (Deepak C Shetty)
Many bug fixes!
2012-02-01 11:18:15 -05:00
Dennis Gilmore c481b718ef - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 01:57:59 -06:00
Cole Robinson 8181b18303 Fix crashes when deleting a VM (bz 749263) 2011-10-28 12:26:13 -04:00
Cole Robinson 5bdfcd9ae4 Fix 'Resize to VM' graphical option (bz 738806)
Fix deleting guest with managed save data
Fix error when adding default storage
Don't flush XML cache on every tick
Use labels for non-editable network info fields (bz 738751)
Properly update icon cache (bz 733836)
2011-09-27 14:02:13 -04:00
Cole Robinson 50058043de Fix python-newt_syrup dep 2011-08-02 11:12:56 -04:00
Cole Robinson e603223f61 Don't have a hard dep on libguestfs (bz 726364)
Depend on needed python-newt_syrup version
2011-08-01 13:36:22 -04:00