Hi,
Libvert driver has the below code snippet, where it assumes that the Host
platform supports "pit" etc when libvirt is configured for KVM.
For PowerPC [Freescale] platform below code is causing issues.
Code snippet from driver.py:
if CONF.libvirt_type == "kvm":
# TODO(berrange) One day this should be per-guest
# OS type configurable
tmpit = vconfig.LibvirtConfigGuestTimer()
tmpit.name = "pit"
tmpit.tickpolicy = "delay"
tmrtc = vconfig.LibvirtConfigGuestTimer()
tmrtc.name = "rtc"
Is there any way where we can do the below in more generic way or is it
mandatory that platform supporting KVM must support "pit" as well.
Regards,
Balaji.P
_______________________________________________
OpenStack-dev mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev