On 05/10/2011 04:18 PM, Jim Fehlig wrote:
> Paolo Bonzini wrote:
>> libxl accepts hpet configuration in its domain info struct.  Parse the
>> domain definition's <clock> element in order to set the value.
>>
>> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
>> +        for (i = 0; i < def->clock.ntimers; i++) {
>> +            if (def->clock.timers[i]->name == VIR_DOMAIN_TIMER_NAME_HPET &&
>> +                def->clock.timers[i]->present == 1) {
>> +                b_info->u.hvm.acpi.hpet = 1;
>>   
> 
> That should be
> 
> b_info->u.hvm.hpet = 1;
> 
> ACK with that change.

Pushed.

-- 
Eric Blake   ebl...@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to