On Tue, Jan 21, 2014 at 01:19:32PM +, balaj...@freescale.com wrote:
> 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.
>
> Co
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)