| Summary: | RFE: qemu: support -cpu hv-vendor-id= | ||
|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Will Marler <will.marler> |
| Component: | libvirt | Assignee: | Libvirt Maintainers <libvirt-maint> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | crobinso, rbalakri, will.marler |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-21 20:21:37 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: | |
|
Description
Will Marler
2016-01-27 05:37:51 UTC
Thanks for the detailed RFE. Actually this was added in libvirt v1.3.3:
commit 7068b56c8526667750d8cb91116e9b40382422f3
Author: Maxim Nestratov <mnestratov>
Date: Thu Mar 10 15:43:49 2016 +0300
conf: qemu: Add support for more HyperV Enlightenment features
The XML is:
<hyperv>
<vendor_id state='on' value='my string'/>
</hyperv>
|