[libvirt PATCH] qemu: Do not require TSC frequency to strictly match host

2020-11-11 Thread Jiri Denemark
Some CPUs provide a way to read exact TSC frequency, while measuring it is required on other CPUs. However, measuring is never exact and the result may slightly differ across reboots. For this reason both Linux kernel and QEMU recently started allowing for guests TSC frequency to fall into +/- 250

Re: [libvirt PATCH] qemu: Do not require TSC frequency to strictly match host

2020-11-11 Thread Daniel Henrique Barboza
On 11/11/20 9:09 AM, Jiri Denemark wrote: Some CPUs provide a way to read exact TSC frequency, while measuring it is required on other CPUs. However, measuring is never exact and the result may slightly differ across reboots. For this reason both Linux kernel and QEMU recently started allowing