Re: [PATCH 0/2] domain, qemu: add support for clearing TSC on reset

2022-03-28 Thread Michal Prívozník
On 3/25/22 17:49, Paolo Bonzini wrote: > On 3/25/22 16:35, Michal Prívozník wrote: >> I'm fixing all the small issues I've raised in review and pushing these. >> >> Reviewed-by: Michal Privoznik > > No, please don't!  The property is not yet part of QEMU, this should > have been tagged RFC. > >

Re: [PATCH 0/2] domain, qemu: add support for clearing TSC on reset

2022-03-25 Thread Paolo Bonzini
On 3/25/22 16:35, Michal Prívozník wrote: I'm fixing all the small issues I've raised in review and pushing these. Reviewed-by: Michal Privoznik No, please don't! The property is not yet part of QEMU, this should have been tagged RFC. Sorry about the confusion. Paolo

Re: [PATCH 0/2] domain, qemu: add support for clearing TSC on reset

2022-03-25 Thread Michal Prívozník
On 3/24/22 10:48, Paolo Bonzini wrote: > Some versions of Windows hang on reboot if their TSC value is greater > than 2^54. The workaround is to reset the TSC to a small value, and > is implemented by QEMU and ESXi. This series adds a domain attribute > for this, and implements it in QEMU. > >

[PATCH 0/2] domain, qemu: add support for clearing TSC on reset

2022-03-24 Thread Paolo Bonzini
Some versions of Windows hang on reboot if their TSC value is greater than 2^54. The workaround is to reset the TSC to a small value, and is implemented by QEMU and ESXi. This series adds a domain attribute for this, and implements it in QEMU. Paolo Paolo Bonzini (2): domain: add