Changelog for
libvirt-python-debuginfo-1.1.1-2.1.i586.rpm :
* Tue Aug 13 2013 jfehligAATTsuse.com- Fix memory corruption in legacy Xen driver 0e671a16-CVE-2013-4239.patch bnc#834598- Upstream patches to fix dumpxml in legacy Xen driver 9d0557b9-legacy-xen-double-free.patch, d7a45bf2-legacy-xen-dumpxml.patch
* Wed Jul 31 2013 jfehligAATTsuse.com- Backport upstream patch implementing domainOpenConsole in the libxl driver. Allows \'virsh console dom-name\' to work with Xen libxl toolstack. bcef0f01-libxl-console.patch
* Tue Jul 30 2013 jfehligAATTsuse.com- Update to libvirt 1.1.1 - Adding device removal or deletion events - Introduce new domain create APIs to pass pre-opened FDs to LXC - Add interface versions for Xen 4.3 - Add new public API virDomainSetMemoryStatsPeriod - Various LXC improvements - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Drop upstream patches: f38c8185-CVE-2013-2230.patch, fd2e3c4c-xen-sysctl-domctl.patch, dfc69235-CVE-2013-4153.patch, 96518d43-CVE-2013-4154.patch, fe89fd3b-storage-pool-deadlock.patch - Drop relax-qemu-usergroup-check.patch - no longer needed after hypervisor-specific daemon package split
* Mon Jul 22 2013 jfehligAATTsuse.com- Unlock the storage volume object after looking it up fe89fd3b-storage-pool-deadlock.patch rhb#980676
* Mon Jul 22 2013 jfehligAATTsuse.com- CVE-2013-4153: Fix double free of returned JSON array in qemuAgentGetVCPUs() dfc69235-CVE-2013-4153.patch- CVE-2013-4154: Prevent crash of libvirtd without guest agent configuration 96518d43-CVE-2013-4154.patch bnc#830498
* Wed Jul 17 2013 jfehligAATTsuse.com- Fix legacy xen driver with Xen 4.3 fd2e3c4c-xen-sysctl-domctl.patch
* Wed Jul 10 2013 jfehligAATTsuse.com- CVE-2013-2230: Fix crash when multiple event callbacks were registered f38c8185-CVE-2013-2230.patch bnc#827801
* Wed Jul 10 2013 jfehligAATTsuse.com- Update to libvirt 1.1.0 - Extensible migration APIs - Add a policy kit access control driver - various improvements in the Xen and libxl drivers - improve networking support on BSD - agent based vCPU hotplug support - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Drop upstream patches: 244e0b8c-CVE-2013-2218.patch
* Mon Jul 08 2013 jfehligAATTsuse.com- Only require lzop if suse_version > 1210
* Wed Jul 03 2013 jfehligAATTsuse.com- Fix typo in spec file
* Wed Jul 03 2013 jfehligAATTsuse.com- Enable support for netcontrol by default- Only require libvirt-daemon-driver-interface when building the interface driver
* Mon Jul 01 2013 jfehligAATTsuse.com- CVE-2013-2218: Fix crash listing network interfaces with filters 244e0b8c-CVE-2013-2218.patch
* Tue Jun 11 2013 jfehligAATTsuse.com- Add xencommons as \'Wanted\' in the systemd libvirtd service file systemd-service-xen.patch bnc#820888
* Mon Jun 10 2013 jfehligAATTsuse.com- Fix build for SLE11 SP2
* Fri Jun 07 2013 jfehligAATTsuse.com- Add a README to the empty packages. Provides some info about their purpose and satisfies suse-filelist-empty check. Drop rpmlintrc
* Fri Jun 07 2013 jfehligAATTsuse.com- Fix typo in spec file: devel package requires doc package, not docs
* Thu Jun 06 2013 jfehligAATTsuse.com- Add rpmlintrc to get around suse-filelist-empty error on older distros.
* Thu Jun 06 2013 jfehligAATTsuse.com- Refactor libvirt spec file to create subpackages for the various libvirtd components. This allows installing a libvirtd tailored for the underlying virtualizer. E.g. on a KVM/QEMU virtualizer only the libvirt-daemon-qemu package needs installed. Similarly, only libvirt-daemon-xen on a Xen virtualizer and libvirt-daemon-lxc on LXC.
* Tue Jun 04 2013 jfehligAATTsuse.com- Update to libvirt 1.0.6 - Move VirtualBox driver into libvirtd - Support for static routes on a virtual bridge - Various improvement for hostdev SCSI support - Switch to VIR_STRDUP and VIR_STRNDUP - Various cleanups and improvement in Xen and LXC drivers - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Drop upstream patches: f493d83f-cgroup-swap-control.patch, 486a86eb-cgroups-docs.patch, 0ced83dc-cgroup-escape-dot.patch, bbe97ae9-no-cgroups.patch, c2cf5f1c-no-cgroups-fix.patch, 95c6cc34-selinux.patch
* Tue May 21 2013 jfehligAATTsuse.com- Update to libvirt 1.0.5.1 stable release - qemu: Fix cgroup handling when setting VCPU BW - daemon: fix leak after listing all volumes - Fix iohelper usage with streams opened for read - util: fix virFileOpenAs return value and resulting error logs - iscsi: don\'t leak portal string when starting a pool - don\'t mention disk controllers in generic controller errors - conf: don\'t crash on a tpm device with no backends - qemu: allocate network connections sooner during domain startup - Make detect_scsi_host_caps a function on all architectures - Fix release of resources with lockd plugin - Fix potential use of undefined variable in remote dispatch code - Fix F_DUPFD_CLOEXEC operation args - qemu: fix stupid typos in VFIO cgroup setup/teardown - network: fix network driver startup for qemu:///session- Remove patches that are included in the 1.0.5.1 release 0471637d-cgroups-vcpu-bw.patch, a2214c52-iohelper.patch, ca697e90-CVE-2013-1962.patch
* Mon May 20 2013 jfehligAATTsuse.com- Don\'t mount selinux fs in LXC if selinux is disabled 95c6cc34-selinux.patch bnc#814680
* Sat May 18 2013 jfehligAATTsuse.com- fix leak after listing all volumes - CVE-2013-1962 ca697e90-CVE-2013-1962.patch bnc#820397- Fix iohelper usage with streams opened for read a2214c52-iohelper.patch- Cope with missing swap cgroup controls f493d83f-cgroup-swap-control.patch bnc#819976- Fix cgroup handling when setting VCPU BW 0471637d-cgroups-vcpu-bw.patch rhb#963592- Escape a leading \'.\' with \'_\' in the cgroup names 0ced83dc-cgroup-escape-dot.patch- Add missing documentation on new cgroup layout 486a86eb-cgroups-docs.patch- Another fix related to systems with no cgroups c2cf5f1c-no-cgroups-fix.patch bnc#819963
* Thu May 16 2013 jfehligAATTsuse.com- Fix botched backport of commit bbe97ae9
* Mon May 13 2013 jfehligAATTsuse.com- Fix starting domains when kernel has no cgroups support bbe97ae9-no-cgroups.patch
* Thu May 02 2013 jfehligAATTsuse.com- Update to libvirt 1.0.5 - PPC64: Add NVRAM device - Add XML config for resource partitions - Add support for TPM - NPIV storage migration support - Many incremental improvements and bug fixes, see http://libvirt.org/news.html
* Tue Apr 02 2013 jfehligAATTsuse.com- Update to libvirt 1.0.4 - qemu: support passthrough for iscsi disks - various S390 improvements - various LXC bugs fixes and improvements - add API for thread cancellation - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Drop upstream patches: ce4557c3-apparmor-tapfd-label.patch libvirt-iptables-1.4.18.diff
* Sun Mar 24 2013 seife+obsAATTb1-systems.com- add libvirt-iptables-1.4.18.diff, fix masquerading with iptables v1.4.18 (--state match is deprectated, use conntrack instead)
* Fri Mar 08 2013 jfehligAATTsuse.com- Fix PCI device attach for xen HVM domains fix-pci-attach-xen-driver.patch FATE#313570
* Fri Mar 08 2013 jfehligAATTsuse.com- Apparmor security driver: Ensure tapfd\'s are labled when generating the guest profile. Modified install-apparmor-profiles.patch, added upstream patch ce4557c3-apparmor-tapfd-label.patch bnc#807940
* Thu Mar 07 2013 jfehligAATTsuse.com- Grant permission to use datagram packets in libvirtd apparmor profile. Remove AF_PACKET.patch, modify install-apparmor-profiles.patch bnc#801145
* Wed Mar 06 2013 jfehligAATTsuse.com- Add \'managed\' PCI passthrough support to legacy xen driver support-managed-pci-xen-driver.patch FATE#313570
* Tue Mar 05 2013 jfehligAATTsuse.com- Update to libvirt 1.0.3 - Introduce virDomainMigrate
*CompressionCache APIs - Introduce virDomainGetJobStats API - Add basic support for VDI images - Introduce API virNodeDeviceLookupSCSIHostByWWN - Various locking improvements - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Drop upstream patches: a6b8bae5-python-generator-fix1.patch, 25ea8e47-python-generator-fix2.patch, 567779e5-libxl-default-disk-backend.patch
* Thu Feb 28 2013 jfehligAATTsuse.com- Fix path to qemu-bridge-helper in libvirt-qemu apparmor profile Modified install-apparmor-profiles.patch
* Mon Feb 25 2013 jfehligAATTsuse.com- Fix detach of managed PCI devices from inactive domains. Detected while running test cases for FATE #313570. Modified xen-name-for-devid.patch
* Thu Feb 21 2013 jfehligAATTsuse.com- spec: Fix installation of default network
* Wed Feb 20 2013 jfehligAATTsuse.com- Fix default setting of backend field of libxl_device_disk 567779e5-libxl-default-disk-backend.patch rhb#912488
* Tue Feb 12 2013 jfehligAATTsuse.com- Fix build on IA64 Modified clone.patch
* Thu Feb 07 2013 jfehligAATTsuse.com- Fix error handling in python bindings a6b8bae5-python-generator-fix1.patch 25ea8e47-python-generator-fix2.patch bnc#802619
* Sun Feb 03 2013 crrodriguezAATTopensuse.org- Require modutils instead of module-init-tools.
* Wed Jan 30 2013 jfehligAATTsuse.com- Update to libvirt 1.0.2 - LXC improvements - S390 architecture improvements - Power architecture improvements - large Coverity report cleanups and associated bug fixes - virTypedParams
* APIs to help with those data structures - libxenlight driver improvements - Fixes CVE-2013-0170, bnc#800976 - Drop upstream patches: 68e7bc45-libxl-link-fix.patch, 462a6962-script-fixes1.patch, cb854b8f-script-fixes2.patch, 5ec4b22b-script-fixes3.patch, a1fd56cb-script-fixes4.patch, 66ff2ddc-virtlockd-systemd-file-perms.patch
* Mon Jan 21 2013 jfehligAATTsuse.com- Unconditionally build sanlock support bnc#799262
* Mon Jan 21 2013 jfehligAATTsuse.com- Fix interface management functions that were broken when rebasing libvirt-suse-netcontrol.patch bnc#799444 (SLES bug that affect Factory too)
* Sat Jan 05 2013 jfehligAATTsuse.com- Update to libvirt 1.0.1 - Introduce virtlockd daemon - parallels: add disk and network device support - Add virDomainSendProcessSignal API - Introduce virDomainFSTrim() public API - add fuse support for libvirt lxc - Add Gluster protocol as supported network disk backend - various snapshot improvements- Add upstream patches to fix bugs in 1.0.1 66ff2ddc-virtlockd-systemd-file-perms.patch, 462a6962-script-fixes1.patch, cb854b8f-script-fixes2.patch, 5ec4b22b-script-fixes3.patch, a1fd56cb-script-fixes4.patch, 68e7bc45-libxl-link-fix.patch- Rework SUSE patches for the various init scripts Dropped use-init-script-redhat.patch and added libvirtd-init-script.patch, libvirt-guests-init-script.patch, and virtlockd-init-script.patch
* Fri Nov 02 2012 jfehligAATTsuse.com- Update to libvirt 1.0.0 - virNodeGetCPUMap: Define public API - Add systemd journal support - Add a qemu capabilities cache manager - USB migration support - various improvement and fixes when using QMP QEmu interface - Support for Xen 4.2 in legacy xen driver - Lot of localization enhancements - Drop upstream patches: 371ddc98-xen-sysctl-9.patch, 416eca18-xenstore-header-fix.patch, f644361b-virCommand-env.patch, 2b32735a-virCommand-env.patch, 9785f2b6-fix-xen-sysctl9.patch
* Tue Oct 23 2012 jfehligAATTsuse.com- Fix Xen sysctl version 9 support 9785f2b6-fix-xen-sysctl9.patch
* Thu Oct 11 2012 jfehligAATTsuse.com- Add upstream patches to support latest libguestfs f644361b-virCommand-env.patch 2b32735a-virCommand-env.patch
* Thu Sep 27 2012 jfehligAATTsuse.com- Fix build when using -werror 416eca18-xenstore-header-fix.patch
* Wed Sep 26 2012 jfehligAATTsuse.com- Support Xen sysctl version 9 371ddc98-xen-sysctl-9.patch bnc#781425
* Tue Sep 25 2012 jfehligAATTsuse.com- Temporarily disable building libxl driver. The current implementation does not support libxl in Xen 4.2.
* Tue Sep 25 2012 jfehligAATTsuse.com- Update to libvirt 0.10.2 - network: define new API virNetworkUpdate - add support for QEmu sandbox support - blockjob: add virDomainBlockCommit - node_memory: Define the APIs to get/set memory parameters - list: Define new API virConnectListAllSecrets - list: Define new API virConnectListAllNWFilter - list: Define new API virConnectListAllNodeDevices - list: Define new API virConnectListAllInterfaces - list: Define new API virConnectListAllNetworks - list: Define new API virStoragePoolListAllVolumes - list: Define new API virStorageListAllStoragePools - parallels: add support of containers to the driver - Add PMSUSPENDED life cycle event - Add per-guest S3/S4 state configuration - qemu: Support for Block Device IO Limits
* Fri Sep 07 2012 jfehligAATTsuse.com- Update to libvirt 0.10.1 - Bug fix release for critical bugs in 0.10.0 - Drop upstream patch f781e276-xen-driver-fix.patch
* Fri Aug 31 2012 jfehligAATTsuse.com- Update to libvirt 0.10.0 - agent: add qemuAgentArbitraryCommand() - Introduce virDomainPinEmulator and virDomainGetEmulatorPinInfo - network: use firewalld instead of iptables, when available - network: make network driver vlan-aware - esx: Implement network driver - driver for parallels hypervisor - Various LXC improvements - Add virDomainGetHostname - Drop upstream patches 4036aa91-systemd.patch 6039a2cb-CVE-2012-3445.patch
* Thu Aug 30 2012 jfehligAATTsuse.com- Fix xen driver following changes to make it stateful f781e276-xen-driver-fix.patch bnc#778006
* Wed Aug 08 2012 jfehligAATTsuse.com- Update to libvirt 0.9.13 - S390: support for s390(x) - snapshot: implement new APIs for esx and vbox - snapshot: new query APIs and many improvements - virsh: Allow users to reedit rejected XML - nwfilter: add DHCP snooping - storage backend: Add RBD (RADOS Block Device) support - sVirt support for LXC domains inprovement - Drop upstream patches 0dda594d-libvirtd-shutdown-deadlock.patch 9c77bf04-fix-virnetserver-refcnt.patch 57349ffc-lxc-ctrl.patch revert-d8978c90.patch
* Mon Aug 06 2012 jfehligAATTsuse.com_ Update to libvirt 0.9.12 - qemu: allow snapshotting of sheepdog and rbd disks - blockjob: add new AP - many bug fixes and improvements
* Wed Aug 01 2012 jfehligAATTsuse.com- daemon: Fix crash in virTypedParameterArrayClear CVE-2012-3445 6039a2cb-CVE-2012-3445.patch bnc#773955
* Tue Jul 10 2012 jfehligAATTsuse.com- libvirtd.service: ensure libvirtd starts after network 4036aa91-systemd.patch bnc#767932
* Fri Jun 22 2012 jfehligAATTsuse.com- Add upstream patch to fix ref count of virNetServer object 9c77bf04-fix-virnetserver-refcnt.patch
* Thu Jun 21 2012 jfehligAATTsuse.com- Fix libvirtd deadlock on shutdown 0dda594d-libvirtd-shutdown-deadlock.patch bnc#767797
* Wed Jun 20 2012 jfehligAATTsuse.com- Fix segfault in libvirt_lxc 57349ffc-lxc-ctrl.patch bnc#767448
* Wed Jun 20 2012 jfehligAATTsuse.com- Fix build on i586 revert-d8978c90.patch
* Tue Jun 19 2012 jfehligAATTsuse.com- Update to libvirt 0.9.11.4 stable release
* Tue Jun 12 2012 jfehligAATTsuse.com- VUL-1: Fix hotplug support for usb devices with same vendorID, productID 9914477e-usb-search-funcs.patch 05abd150-usb-improve-hotplug.patch bnc#766559
* Wed May 30 2012 jfehligAATTsuse.com- Add capability \'audit_write\' to libvirtd apparmor profile update install-apparmor-profiles.patch bnc#764388- Update to libvirt 0.9.11.3 stable release
* Wed Apr 25 2012 jfehligAATTsuse.com- Copy user in virURIParse 4eb1c256-viruri-user.patch bnc#757766
* Wed Apr 25 2012 jfehligAATTsuse.com- yajl is availabile in all supported SUSE products, so always use it when building libvirtd
* Thu Apr 12 2012 jfehligAATTsuse.com- Update to libvirt 0.9.11 - Add support for the suspend event - Add support for event tray moved of removable disks - qemu: Support numad - cpustats: API, improvements and qemu support - qemu: support type=\'hostdev\' network devices at domain start - Introduce virDomainPMWakeup API - network: support Open vSwitch - snapshot improvements
* Mon Mar 26 2012 jfehligAATTsuse.com- Remove unconditional define of \'with_netcontrol\'
* Thu Feb 16 2012 jfehligAATTsuse.com- Add a note in /etc/libvirt/qemu.conf describing administrator vigilance required when enabling a lock manager such as sanlock
* Thu Feb 16 2012 jfehligAATTsuse.com- Recommend dmidecode if suse_version > 1110. dmidecode is used by virConnectGetSysinfo.
* Wed Feb 15 2012 jfehligAATTsuse.com- Add upstream patches to fix issues with older PolicyKit c05ec920-polkit0-build.patch fcdfa31f-polkit0-auth.patch
* Wed Feb 15 2012 jfehligAATTsuse.com- Update to libvirt 0.9.10 - Add support for sVirt in the LXC driver - Add new API virDomainBlockRebase - Add api to set and get domain metadata - virDomainGetDiskErrors public API - Add rawio attribute to disk element of domain XML - Introduce virDomainPMSuspendForDuration API - Add virStorageVolResize() API - Add a virt-host-validate command to sanity check HV config - Add new virDomainShutdownFlags API - QEMU guest agent support
* Wed Feb 08 2012 jfehligAATTsuse.com- Fix libvirtd apparmor profile to work with libxenlight toolstack Updated install-apparmor-profiles.patch bnc#745890
* Wed Jan 25 2012 jfehligAATTsuse.com- Fix init script packaging after enabling systemd support
* Tue Jan 24 2012 jfehligAATTsuse.com- Fix %files after enabling sanlock support
* Wed Jan 18 2012 jfehligAATTsuse.com- Enable libvirt integration with sanlock
* Wed Jan 11 2012 jfehligAATTsuse.com- During configure, libvirt checks for availability of iptables binary and doesn\'t actually use anything from iptables-devel package, hence only need \'BuildRequires: iptables\'.
* Mon Jan 09 2012 jfehligAATTsuse.com- Update to libvirt 0.9.9 - Add new API virDomain{S,G}etInterfaceParameters - Add new API virDomain{G,S}etNumaParameters - Add support for ppc64 qemu - Support Xen domctl v8
* Wed Jan 04 2012 jfehligAATTsuse.com- Fixup systemd support as per openSUSE systemd packaging guidelines.
* Tue Jan 03 2012 jfehligAATTsuse.com- Use %fdupes for duplicate file checking instead of hand-rolled function
* Wed Dec 14 2011 jfehligAATTsuse.com- CVE-2011-4600: unintended firewall port exposure after restarting libvirtd when defining a bridged forward-mode network ae1232b2-CVE-2011-4600.patch bnc#736082- Post-0.9.8 upstream systemd patches 10404671-systemd-build-fix.patch 478a4d07-systemd-build-fix.patch- Update to libvirt 0.9.8 - Add support for QEMU 1.0 - Add first parts of PPC cpu driver - Add new API virDomain{Set, Get}BlockIoTune - block_resize: Define the new API - Add a public API to invoke suspend/resume on the host - Various improvements for LXC containers - Define keepalive protocol and add virConnectIsAlive API - Add support for STP and VLANfiltering - Numerous bug fixes and improvements
* Tue Dec 13 2011 jfehligAATTsuse.com- Add support for QEMU 1.0 dd8e8956-qemu-1.0.patch bnc#736569
* Wed Nov 30 2011 jfehligAATTsuse.com- Allow qemu driver (and hence libvirtd) to load when qemu user:group does not exist. The kvm or qemu package, which may not exist on a xen host, creates qemu user:group. relax-qemu-usergroup-check.patch
* Mon Nov 28 2011 jfehligAATTsuse.com- Handle empty strings in s-expression returned by xend a495365d-sexpr-empty-str.patch bnc#731344- Allow libvirtd to access libvirt_{io,part}helper when confined by apparmor Update install-apparmor-profiles.patch bnc#730435
* Mon Nov 21 2011 jfehligAATTsuse.com- Accommodate Xen domctl version 8 xen-domctl-ver8.patch
* Sun Nov 20 2011 cooloAATTsuse.com- add libtool as buildrequire to avoid implicit dependency
* Tue Nov 15 2011 jfehligAATTsuse.com- Fix build when using older PolicyKit d47ab3fe-polkit0.patch
* Wed Nov 09 2011 jfehligAATTsuse.com- Update to libvirt 0.9.7 - esx: support vSphere 5.x - vbox: support for VirtualBox 4.1 - Introduce the virDomainOpenGraphics API - Add AHCI support to qemu driver - snapshot: many improvements and 2 new APIs - api: Add public api for \'reset\'
* Tue Oct 18 2011 jfehligAATTsuse.com- Add AHCI controller support to qemu driver c1bc3d89-qemu-add-ahci.patch- Set security driver to \'none\' in /etc/libvirt/qemu.conf. Users must opt-in for Apparmor confinement of qemu instances. suse-qemu-conf.patch
* Thu Sep 22 2011 jfehligAATTsuse.com- Revert upstream commit f84aedad, which is not needed since affected SUSE kvm packages have the necessary qemu fix f84aedad-revert.patch
* Thu Sep 22 2011 jfehligAATTsuse.com- Update to libvirt 0.9.6 - Fix shutdown regression with buggy qemu
* Wed Sep 21 2011 andrea.turriniAATTgmail.com- Fixed typos in libvirt.spec
* Tue Sep 20 2011 jfehligAATTsuse.com- Update to libvirt 0.9.5 - many snapshot improvements - latency: Define new public API and structure - USB2 and various USB improvements - storage: Add fs pool formatting - Add public API for getting migration speed - Add basic driver for Microsoft Hyper-V - Many bug fixes and improvements
* Fri Sep 16 2011 jfehligAATTsuse.com- Enable building with libnetcontrol
* Fri Sep 16 2011 jengelhAATTmedozas.de- Select libnl-1_1-devel
* Wed Sep 14 2011 jfehligAATTsuse.com- Set qemu migration speed unlimited when migrating to file 7e5f6a51-rpc-generator.patch b12354be-mig-speed-1.patch 1282bd80-mig-speed-2.patch 6f84e110-mig-speed-3.patch 829bce17-mig-speed-4.patch 8fc40c51-mig-speed-5.patch ef1065cf-mig-speed-6.patch 0257ba8f-mig-speed-7.patch bnc#706436
* Wed Sep 14 2011 jfehligAATTsuse.com- Increase max size of buffer used to receive xend response 57c95175-xend-buff-size.patch- Don\'t overwrite useful error messages in legacy xen driver 32620dab-fix-xen-err-msg.patch bnc#711096
* Wed Sep 14 2011 jfehligAATTsuse.com- Add upstream patches to stop excessive logging 7f2498ef-no-log-invalid.patch 6ff9fc26-quiet-libxl-logging.patch
* Wed Sep 14 2011 jfehligAATTsuse.com- Add \'Conflicts: kvm < 0.14.1\' to ensure libvirt is using a kvm package that creates qemu user:group. Remove user:group creation from libvirt bnc#694883- Add libvirt group at package installation bnc#694885
* Thu Sep 08 2011 jfehligAATTsuse.com- Explicitly add \'BuildRequires: libgcrypt-devel\' since it is no longer required by libgnutls-devel
* Thu Sep 08 2011 jfehligAATTsuse.com- netcf is buggy and not well maintained in SUSE. Disable it in libvirt
* Thu Sep 08 2011 jfehligAATTsuse.com- polkit support was mistakenly disabled, re-enable
* Wed Aug 24 2011 jfehligAATTnovell.com- Add cgconfig to Should-{Start,Stop} in libvirtd init script bnc#712245
* Fri Aug 19 2011 jfehligAATTsuse.com- Fix apparmor profile location and content update install-apparmor-profiles.patch bnc#705668
* Wed Aug 17 2011 jfehligAATTsuse.com- Fix libvirtd SIGHUP handler 9e093f0b-libvirtd-sighup.patch
* Wed Aug 17 2011 dmuellerAATTsuse.de- add baselibs.conf to sources
* Mon Aug 08 2011 jfehligAATTsuse.com- Enable apparmor security dirver, SLES bnc#705668 install-apparmor-profiles.patch
* Thu Aug 04 2011 jfehligAATTsuse.com- Update to libvirt 0.9.4 - bandwidth QoS control - Add new API virDomainBlockPull
* - save: new API to manipulate save file images - CPU bandwidth limits support - allow to send NMI and key event to guests - new API virDomainUndefineFlags - Implement code to attach to external QEMU instances - various missing python binding - bios: Add support for SGA - Numerous improvements and documentation / bug fixes
* Wed Jul 13 2011 jfehligAATTsuse.de- Add some upstream patches to fix memory leaks and some bugs in new rpc code c2ddd536-cert-key-order.patch 3e5d48ef-rpc-1.patch 927dfcf6-rpc-2.patch 2c85644b-rpc-3.patch afe8839f-rpc-4.patch 3cfdc57b-rpc-5.patch 7518ad75-remote-mem-leak.patch a34e193f-statstest.patch 41828514-skip-xen-tests.patch eb314315-pv-kernel-cmdline.patch 00d3c5a6-remove-dead-code.patch b8adfcc6-fix-polkit0-build.patch b2534529-unused-param.patch
* Tue Jul 05 2011 jfehligAATTsuse.de- Update to libvirt 0.9.3 - vcpupin: introduce the new libvirt API (virDomainGetVcpupinInfo) - Add TXT record support for virtual DNS service - Support reboots with the QEMU driver - Introduce virDomainGetControlInfo API - virNodeGetMemoryStats: Expose new API - virNodeGetCPUTime: Implement public API - send-key: Defining the public API - vcpupin: introduce a new libvirt API (virDomainPinVcpuFlags) - support multifunction PCI device - lxc: various improvements
* Fri Jul 01 2011 jfehligAATTsuse.de- Create qemu user:group if necessary at package installation. More fallout from bnc#694883
* Thu Jun 30 2011 jfehligAATTsuse.de- VUL-0: libvirt: integer overflow in VirDomainGetVcpus 774b21c1-CVE-2011-2511.patch bnc#703084
* Thu Jun 30 2011 jfehligAATTsuse.de- Enable building libvirt with audit support bnc#694891
* Mon Jun 13 2011 lidongyangAATTnovell.com- fate#311371 Enhance yast to configure live migration for Xen and KVM add firewall service file for libvirt
* Thu Jun 09 2011 jfehligAATTsuse.de- Invoke qemu instances as user:group qemu:qemu by default bnc#694883
* Mon Jun 06 2011 jfehligAATTsuse.de- Update to libvirt 0.9.2 - Framework for lock manager plugins - API for network config change transactions (netcf required) - flags for setting memory parameters - virDomainGetState public API - qemu: allow blkstat/blkinfo calls during migration - Introduce migration v3 API - Defining the Screenshot public API - public API for NMI injection- spec file: Adjust some directory attributes to support running non-privileged qemu instances
* Sun May 15 2011 jfehligAATTsuse.de- Remove vi_VN locale if suse_version < 11.3
* Thu May 12 2011 fcrozatAATTsuse.com- Enable cap_ng when building lxc support.
* Thu May 05 2011 jfehligAATTsuse.de- Update to libvirt 0.9.1 - support various persistent domain updates - improvements on memory APIs - Add virDomainEventRebootNew - various improvements to libxl drive - Spice: support audio, images and stream compression
* Tue Apr 12 2011 jfehligAATTsuse.de- Move libvirt-iohelper from client to base package
* Mon Apr 11 2011 cooloAATTopensuse.org- fix baselibs.conf not to requires source 32bit
* Mon Apr 11 2011 jfehligAATTsuse.de- Install log dir for libxl f7e9b448-libxl-build.patch
* Mon Apr 04 2011 jfehligAATTnovell.com- Update to libvirt 0.9.0 final - Support cpu usage tuning - Add public APIs for storage volume upload/download - Add public API for setting migration speed on the fly - Add libxenlight driver - qemu: support migration to fd - add virDomain{Get,Set}BlkioParameters - introduce a new libvirt API (virDomainSetMemoryFlags) - Expose event loop implementation as a public API - Dump the debug buffer to libvirtd.log on fatal signal - Audit support - Numerous enhancements and bug fixes
* Thu Mar 31 2011 jfehligAATTnovell.com- Update to libvirt 0.9.0 RC3
* Thu Mar 24 2011 cooloAATTnovell.com- use %first_lang before changing symlinks, find_lang removes unsupported languages
* Tue Mar 15 2011 jfehligAATTnovell.com- VUL-0: libvirt: several API calls do not honour read-only connection 71753cb7-CVE-2011-1146.patch bnc#678406
* Mon Mar 07 2011 jfehligAATTnovell.com- Add baselibs.conf file to build xxbit packages for multilib support bnc#676921
* Fri Feb 25 2011 jfehligAATTnovell.com- Minor fixes for libvirt-guests bnc#653398
* Thu Feb 17 2011 jfehligAATTnovell.com- Do not add drive \'boot=on\' param when a kernel is specified efc2594b-boot-param.patch
* Thu Feb 17 2011 jfehligAATTnovell.com- Update to libvirt 0.8.8 final - sysinfo: expose new API - cgroup blkio weight support - smartcard device support - qemu: Support per-device boot ordering
* Tue Feb 15 2011 jfehligAATTnovell.com- Update to libvirt 0.8.8 RC3
* Fri Feb 11 2011 jfehligAATTnovell.com- Update to libvirt 0.8.8 RC1
* Mon Jan 31 2011 jfehligAATTnovell.com- Remove explicit dependency on libyajl libvirt.spec bnc#668225
* Fri Jan 21 2011 jfehligAATTnovell.com- Retry JSON monitor \'cont\' cmd on MigrationExpected error 4301b95a-json-cont-cmd.patch
* Tue Jan 18 2011 jfehligAATTnovell.com- Add support for specifying Hardware Assisted Paging (HAP) in libvirt domain XML. 48a5dccd-hap1.patch 04197350-hap2.patch af521a01-hap3.patch 79f56c66-hap4.patch 094c6f4a-hap-fix.patch bnc#659665
* Tue Jan 18 2011 jfehligAATTnovell.com- Enabled yajl for suse_version >= 1140
* Fri Jan 14 2011 jfehligAATTnovell.com- Fix generation of dnsmasq\'s --dhcp-hostsfile option a43c7338-dnsmasq-hostfile-fix.patch- Disable yajl support as the library does not yet exist in SuSE distros.
* Tue Jan 11 2011 jfehligAATTnovell.com- Support libvirt-guests on SuSE distros use-libvirt-guests-on-suse.patch bnc#653398
* Mon Jan 03 2011 jfehligAATTnovell.com- Update to libvirt 0.8.7 - Preliminary support for VirtualBox 4.0 - IPv6 support - Add VMware Workstation and Player driver - Add network disk support
* Wed Dec 22 2010 jfehligAATTnovell.com- Fix VNC port reservation race in qemu driver c58b1056-init-bitmap-size.patch bnc#659431
* Fri Dec 10 2010 jfehligAATTnovell.com- Do not limit insserv_cleanup to SLES
* Thu Dec 09 2010 jfehligAATTnovell.com- disable building openvz driver
* Mon Nov 01 2010 jfehligAATTnovell.com- Update to libvirt 0.8.6 - new API virDomainIsUpdated - Add support for iSCSI target auto-discovery - QED: Basic support for QED images - Introduce a virDomainOpenConsole API - Support for SPICE graphics - Add a sysinfo and SMBIOS support - Implement virsh qemu-monitor-command- Enabled yajl, macvtap, and virtualport for suse_version >= 1140
* Mon Nov 01 2010 jfehligAATTnovell.com- Fix build when using \"policy kit 0\" polkit0.patch
* Mon Nov 01 2010 jfehligAATTnovell.com- Update to libvirt 0.8.5 - Enable JSON and netdev features in QEMU > 0.13 - framework for auditing integration - framework for DTrace/SystemTap integration - Setting the number of vcpu at boot - Enable support for nested SVM - Virtio plan9fs filesystem QEMU - Memory parameter controls - portability to OS-X - lot of bug fixes and other improvements
* Wed Oct 13 2010 jfehligAATTnovell.com- cannot restart dead libvirtd without manually removing pidfile modified libvirtd.init bnc#645755
* Mon Oct 11 2010 cristian.rodriguezAATTopensuse.org- Fix package dependencies so can be installed without pulling excess of optional components
* Tue Oct 05 2010 cristian.rodriguezAATTopensuse.org- Support dropping capabilities with cap-ng library in openSUSE >= 11.3
* Tue Sep 28 2010 jfehligAATTnovell.com- Fix build when virtualport support is available but macvtap is disabled. vport-configure.patch
* Thu Sep 23 2010 jfehligAATTnovell.com- Fix CDROM media change for Xen PV domains modified xen-pv-cdrom.patch bnc#636231
* Fri Sep 10 2010 jfehligAATTnovell.com- Update to libvirt 0.8.4 - various improvements to UML driver - documentation improvements - lot of bug fixes and other improvements - enable ESX driver for openSUSE
* Fri Aug 06 2010 jfehligAATTnovell.com- Update to libvirt 0.8.3 - Support vSphere 4.1 - Qemu arbitrary monitor commands - Qemu Monitor API entry point - lots of improvements and bug fixes
* Fri Jul 09 2010 jfehligAATTnovell.com- VUL-0: multiple issues in libvirt CVE-2010-223x-000[1-0].patch, CVE-2010-223x-0010.patch, CVE-2010-2242-nat.patch bnc#618155
* Fri Jun 25 2010 jfehligAATTnovell.com- Use netcat-openbsd, which contains a proper \'nc\' program supporting the \'-U\' option. Drop socat.patch. bnc#611023
* Mon Jun 21 2010 jfehligAATTnovell.com- Re-enable numa support now that bnc#598488 is resolved.
* Fri Jun 04 2010 jfehligAATTnovell.com- Allocate buffer to hold xend content bnc#609738 xend-buff-size.patch- Add upstream fixes to bitmap code that was introduced to fix bnc#594024 bitmap-alloc.patch bitmap-fixes.patch
* Tue Jun 01 2010 jfehligAATTnovell.com- Fix race in VNC port reservation with qemu/KVM domains bnc#594024 vnc-race-{1,2,3}.patch
* Wed May 12 2010 jfehligAATTnovell.com- Don\'t package directories/files under /var/run- Add upstream commit 34a7f3f6 to fix unintentional breakage of RPC protocol.- Disable numa support in openSUSE11.3/Factory pending resolution of bnc#598488
* Fri Apr 30 2010 jfehligAATTnovell.com- Update to libvirt 0.8.1 - Add virDomainGetBlockInfo API to query disk sizing - Start dnsmasq from libvirtd with --dhcp-hostsfile option - lots of improvements and bug fixes
* Mon Apr 12 2010 jfehligAATTnovell.com- Update to libvirt 0.8.0 - Snapshot API framework - Add managed save API entry points - Timer subselection for domain clock - Add hook utilities - Network filtering API - Introduce a new virDomainUpdateDeviceFlags public API - Introduce a new public API for domain events - Public virDomainMigrateSetMaxDowntime API - Add public API for volume wiping - xenapi: Initial commit of the new driver - lots of improvements and bug fixes
* Fri Mar 26 2010 jfehligAATTnovell.com- Fix \'virsh dominfo\' crash when no security driver is configured fix-no-secdriver.patch
* Sun Mar 21 2010 jfehligAATTnovell.com- Updated to version 0.7.7 - Introduce public API for domain async job handling - macvtap support - Add QEMU support for virtio channel - Add persistence of PCI addresses to QEMU - Functions for computing baseline CPU from a set of host CPUs - Public API for virDomain{Attach,Detach}DeviceFlags - lots of improvements and bug fixes
* Tue Mar 09 2010 jfehligAATTnovell.com- Ensure yast-created bridges are not manipulated by libvirt bnc#584757 Modified suse-network.patch
* Wed Mar 03 2010 jfehligAATTnovell.com- Fix ordering of xen disks to preserve \'bootable\' flag bnc#474738 xend-disk-order.patch- Add support for blktap2 disks xen-tap2-support.patch
* Mon Mar 01 2010 jfehligAATTnovell.com- Fix listing of yast-created bridges bnc#583754 Modified suse-network.patch
* Mon Feb 22 2010 jfehligAATTnovell.com- Add support for new XEN_DOMCTL_INTERFACE_VERSION version 7. xen-domctl-ver7.patch
* Mon Feb 15 2010 jfehligAATTnovell.com- Unconditionally add /var/log/libvirt/{qemu,lxc,uml} directories. bnc#579522
* Thu Feb 04 2010 jfehligAATTnovell.com- Updated to version 0.7.6 - Implement support for multi IQN - Implement CPU topology support for QEMU driver - Use QEmu new device adressing when possible - Implement SCSI controller hotplug/unplug for QEMU - lots of improvements and bug fixes
* Wed Jan 27 2010 jfehligAATTnovell.com- Support new XEN_SYSCTL_INTERFACE_VERSION 7 in libvirt bnc#574124 xen-sysctl-v7.patch- Add upstream patches as prelude to fixing various device attach/detach issues devflag-0[1-9].patch- Fix attaching/detaching disk device from inactive Xen guest bnc#500586 and bnc#573748
* Tue Jan 12 2010 jfehligAATTnovell.com- Fix migration with Xen4.0 bnc#569598 Add xen-migration-params.patch Remove migrate-params.patch
* Wed Jan 06 2010 jfehligAATTnovell.com- Fix freeing of uninitialized pointer when using HAL in node device driver node-dev-free.patch
* Mon Jan 04 2010 jfehligAATTnovell.com- Require virt-utils package for common tools such as qemu-img
* Tue Dec 29 2009 jfehligAATTnovell.com- Updated to version 0.7.5 - Add new API virDomainMemoryStats to header and drivers - Public API and domain extension for CPU flags - expose SR IOV physical/virtual function relationships - Support for JSON mode monitor [deactivated] - Support for interface model=\'netfront\' - vbox: Add support for version 3.1 - Support QEMU\'s virtual FAT block device driver - lots of improvements and bug fixes- Fix libvirt xen hypervisor driver to work with domctl interface version 6 xen-shr-pages.patch
* Mon Dec 07 2009 jfehligAATTnovell.com- Plumb domain description in xend backend xend-description-tag.patch
* Tue Nov 24 2009 jfehligAATTnovell.com- Fix listing of defined but inactive Xen domains xen-list-defined.patch
* Tue Nov 24 2009 jfehligAATTnovell.com- Updated to version 0.7.4 - Implement a node device backend using libudev - New APIs for checking some object properties - Fully asynchronous monitor I/O processing - add MAC address based port filtering to qemu - support for IPv6 / multiple addresses per interfaces - lots of improvements and bug fixes
* Thu Nov 19 2009 jfehligAATTnovell.com- Fix compilation against xen-unstable xen-max-vcpus.patch- Modify detach-disk.patch as per upstream suggestions
* Wed Nov 04 2009 jfehligAATTnovell.com- spec file: Fix polkit vs PolicyKit Requires
* Mon Oct 19 2009 jfehligAATTnovell.com- Fix compilation when selinux is enabled selinux-ldflags.patch- Fix compilation warnings updated snapshots.patch virsh-warning.patch
* Thu Oct 15 2009 jfehligAATTnovell.com- Updated to version 0.7.2 - sVirt AppArmor security driver - Add public API definition for data stream handling - ESX add esxDomainDefineXML() - LXC: suspend/resume support - Big code tree cleanup - Lots of bug fixes and improvements
* Tue Oct 13 2009 jfehligAATTnovell.com- Add ocfs2 to list of supported fs pool types fate#307387
* Mon Oct 12 2009 jfehligAATTnovell.com- Build phyp driver ifarch ppc64 fate#307096- Fix memory leaks in libvirtd\'s message processing msg-proc-memleak.patch
* Tue Sep 29 2009 jfehligAATTnovell.com- Fix connection ref counting in xen drivers xen-refcnt.patch
* Fri Sep 25 2009 jfehligAATTnovell.com- Fix abort in virsh when specifying a connection URI vshdeinit-recurse.patch
* Wed Sep 23 2009 jfehligAATTnovell.com- Workaround for missing pkgconfig file in device-mapper-devel devmap-no-pkgconfig.patch bnc#540942
* Mon Sep 21 2009 jfehligAATTnovell.com- Updated to version 0.7.1 - Add support for encrypted (qcow) volume creation - Secret manipulation public API - Multipath storage support module - VBox add Storage Volume support - Support configuration of huge pages in guests - Support new PolicyKit 1.0 API - Compressed save image format for Qemu - Qemu add host PCI device hotplug support
* Wed Aug 26 2009 jfehligAATTnovell.com- Updated to version 0.7.0 - Interface implementation based on netcf (disabled on SuSE) - Add new net filesystem glusterfs - Initial VMWare ESX driver - Add support for VBox 3 and event callbacks on vbox - First version of the Power Hypervisor driver - Run QEMU guests as an unprivileged user (still root on SuSE) - Support cgroups in QEMU driver - QEmu hotplug NIC support - Storage cloning for LVM and Disk backends
* Tue Jul 07 2009 jfehligAATTnovell.com- Updated to version 0.6.5 - create storage volumes on disk backend - drop of capabilities based on libcap-ng when possible - forbid autostart on transcient networks - re-detection of transient VMs after libvirtd restart - create and destroy NPIV support - other bug fixes and cleanups
* Fri Apr 24 2009 jfehligAATTnovell.com- Removed unnecessary call to fillup_and_insserv macro in %post scriptlet
* Wed Apr 22 2009 jfehligAATTnovell.com- Updated to version 0.6.2 - support SASL auth for VNC server - memory ballooning in QEMU - SCSI HBA storage pool support - PCI passthrough in Xen driver - new APIs for Node device detach reattach and reset - sVirt mandatory access control support - thread safety of the API and event handling - allow QEmu domains to survive daemon restart - extended logging capabilities - support copy-on-write storage volumes - support of storage cache control options for QEMU/KVM- Improvements from lnusselAATTsuse.de - add %jobs macro again - package default qemu network and augeas config files again - don\'t start libvirtd by default (bnc#496838)
* Mon Apr 20 2009 crrodriguezAATTsuse.de- use --disable-static instead of just removing static libraries