Revisions of libvirt
Lars Vogdt (lrupp)
accepted
request 85580
from
James Fehlig (jfehlig)
(revision 87)
- Revert upstream commit f84aedad, which is not needed since affected SUSE kvm packages have the necessary qemu fix f84aedad-revert.patch - Update to libvirt 0.9.6 - Fix shutdown regression with buggy qemu - Fixed typos in libvirt.spec - 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
Lars Vogdt (lrupp)
accepted
request 82564
from
James Fehlig (jfehlig)
(revision 86)
Updated libvirt package for Factory... - Enable building with libnetcontrol - Select libnl-1_1-devel - 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 - 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 - Add upstream patches to stop excessive logging 7f2498ef-no-log-invalid.patch 6ff9fc26-quiet-libxl-logging.patch - 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 - Explicitly add 'BuildRequires: libgcrypt-devel' since it is no longer required by libgnutls-devel
Sascha Peilicke (saschpe)
committed
(revision 85)
Autobuild autoformatter for 79898
Sascha Peilicke (saschpe)
accepted
request 79898
from
James Fehlig (jfehlig)
(revision 84)
- Add cgconfig to Should-{Start,Stop} in libvirtd init script bnc#712245 - Fix apparmor profile location and content update install-apparmor-profiles.patch bnc#705668 - Fix libvirtd SIGHUP handler 9e093f0b-libvirtd-sighup.patch - add baselibs.conf to sources - Enable apparmor security dirver, SLES bnc#705668 install-apparmor-profiles.patch
Sascha Peilicke (saschpe)
committed
(revision 83)
Autobuild autoformatter for 78144
Sascha Peilicke (saschpe)
accepted
request 78144
from
James Fehlig (jfehlig)
(revision 82)
New libvirt 0.9.4 package for Factory/12.1 - 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 - 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 - 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)
Sascha Peilicke (saschpe)
committed
(revision 81)
Autobuild autoformatter for 75033
Sascha Peilicke (saschpe)
accepted
request 75033
from
James Fehlig (jfehlig)
(revision 80)
- Create qemu user:group if necessary at package installation. More fallout from bnc#694883 - VUL-0: libvirt: integer overflow in VirDomainGetVcpus 774b21c1-CVE-2011-2511.patch bnc#703084 - Enable building libvirt with audit support bnc#694891
Sascha Peilicke (saschpe)
committed
(revision 79)
Autobuild autoformatter for 73792
Sascha Peilicke (saschpe)
accepted
request 73792
from
James Fehlig (jfehlig)
(revision 78)
Update Factory to libvirt 0.9.2 - fate#311371 Enhance yast to configure live migration for Xen and KVM add firewall service file for libvirt - Invoke qemu instances as user:group qemu:qemu by default bnc#694883 - 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 - Remove vi_VN locale if suse_version < 11.3 - Enable cap_ng when building lxc support.
Sascha Peilicke (saschpe)
committed
(revision 77)
Autobuild autoformatter for 69990
Sascha Peilicke (saschpe)
accepted
request 69990
from
James Fehlig (jfehlig)
(revision 76)
- 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 - Move libvirt-iohelper from client to base package - fix baselibs.conf not to requires source 32bit - Install log dir for libxl f7e9b448-libxl-build.patch - 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 - Update to libvirt 0.9.0 RC3
Sascha Peilicke (saschpe)
committed
(revision 75)
Autobuild autoformatter for 65096
Sascha Peilicke (saschpe)
accepted
request 65096
from
James Fehlig (jfehlig)
(revision 74)
Accepted submit request 65096 from user licensedigger
Marcus Rueckert (darix)
committed
(revision 73)
Autobuild autoformatter for 62865
Marcus Rueckert (darix)
accepted
request 62865
from
James Fehlig (jfehlig)
(revision 72)
Accepted submit request 62865 from user jfehlig
Lars Vogdt (lrupp)
committed
(revision 71)
autobuild
committed
(revision 70)
11.4 source split
Ruediger Oertel (oertel)
committed
(revision 69)
Autobuild autoformatter for 59534
Ruediger Oertel (oertel)
accepted
request 59534
from
James Fehlig (jfehlig)
(revision 68)
Accepted submit request 59534 from user jfehlig
Displaying revisions 321 - 340 of 407