Bug 816674
Summary: | libvirt should cache qemu capabilities | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Eric Blake <eblake> |
Component: | libvirt | Assignee: | Peter Krempa <pkrempa> |
Status: | CLOSED NEXTRELEASE | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | acathrow, ajia, dallan, dyasny, dyuan, eblake, mzhan, pkrempa, rwu |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 816662 | Environment: | |
Last Closed: | 2012-10-29 06:14:47 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 816662 | ||
Bug Blocks: |
Description
Eric Blake
2012-04-26 16:28:43 UTC
This functionality was added upstream with commit 85a7b5e1ce5adae6a0a4025d4f01f8a2373a962b Author: Daniel P. Berrange <berrange> Date: Wed Aug 22 13:54:13 2012 +0100 Add a qemu capabilities cache manager Introduce a qemuCapsCachePtr object to provide a global cache of capabilities for QEMU binaries. The cache auto-populates on first request for capabilities about a binary, and will auto-refresh if the binary has changed since a previous cache was populated Signed-off-by: Daniel P. Berrange <berrange> and a few following commits. This will be released as a part of the upcoming 1.0.0 release. |