Re: [libvirt] [PATCH v3 1/2] qemu: Restrict usage of hpet and kvm.pit timers by unsupported architectures

2017-08-03 Thread Cole Robinson
On 07/25/2017 10:36 AM, Kothapally Madhu Pavan wrote: > hpet and kvm.pit clock timers are specific to x86 architecture and > are not suppose to be used in other architectures. This patch restricts > the usage of hpet and kvm.pit timers in unsupported architectures. > > Signed-off-by: Kothapally

[libvirt] [PATCH v3 1/2] qemu: Restrict usage of hpet and kvm.pit timers by unsupported architectures

2017-07-25 Thread Kothapally Madhu Pavan
hpet and kvm.pit clock timers are specific to x86 architecture and are not suppose to be used in other architectures. This patch restricts the usage of hpet and kvm.pit timers in unsupported architectures. Signed-off-by: Kothapally Madhu Pavan --- src/qemu/qemu_domain.c