[libvirt] [PATCH] fix kvm_pv_eoi with kvmclock

2012-10-08 Thread Martin Kletzander
When both kvmclock and kvm_pv_eoi are configured (either disabled or enabled) libvirt will generate invalid CPU specification due to the fact that even though kvmclock causes the CPU to be specified, it doesn't set have_cpu flag to true (and the new kvm_pv_eoi as well). This patch fixes the issue

Re: [libvirt] [PATCH] fix kvm_pv_eoi with kvmclock

2012-10-08 Thread Peter Krempa
On 10/08/12 19:32, Martin Kletzander wrote: When both kvmclock and kvm_pv_eoi are configured (either disabled or enabled) libvirt will generate invalid CPU specification due to the fact that even though kvmclock causes the CPU to be specified, it doesn't set have_cpu flag to true (and the new

Re: [libvirt] [PATCH] fix kvm_pv_eoi with kvmclock

2012-10-08 Thread Martin Kletzander
On 10/08/2012 07:52 PM, Peter Krempa wrote: On 10/08/12 19:32, Martin Kletzander wrote: When both kvmclock and kvm_pv_eoi are configured (either disabled or enabled) libvirt will generate invalid CPU specification due to the fact that even though kvmclock causes the CPU to be specified, it