Re: [openstack-dev] [Nova] Libvirt driver platform support

2014-01-21 Thread Daniel P. Berrange
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

[openstack-dev] [Nova] Libvirt driver platform support

2014-01-21 Thread balaj...@freescale.com
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)