Comment 10 for bug 1400315

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (master)

Reviewed: https://review.openstack.org/140087
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=189b682ff3dcca38e5b19b52144c3eb4c9bbabbe
Submitter: Jenkins
Branch: master

commit 189b682ff3dcca38e5b19b52144c3eb4c9bbabbe
Author: Daniel P. Berrange <email address hidden>
Date: Mon Dec 8 13:49:01 2014 +0000

    libvirt: add support for configuring hyperv enlightenments in XML

    Extend the guest XML config classes to cope with the following
    hyperv enlightenments:

       <features>
         <hyperv>
           <relaxed state='on'/>
           <vapic state='on'/>
           <spinlocks state='on' retries='4095'/>
         </hyperv>
       <features/>

    Related-bug: #1400315
    Change-Id: Ieff2ae44bf90e09152a56859709707ccdf83cbc9