Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP

2024-08-15 Thread Daniil Tatianin
Ping:) 17.07.2024, 10:58, "Daniil Tatianin" :On 5/29/24 6:27 PM, Philippe Mathieu-Daudé wrote:  On 29/5/24 16:34, Markus Armbruster wrote: Daniil Tatianin writes:  On 5/29/24 4:39 PM, Philippe Mathieu-Daudé wrote:  On 29/5/24 14:43, Daniil Tatianin wrote: On 5/29/24 3:36

Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP

2024-07-22 Thread Daniil Tatianin
Ping :) Any ideas on this? On 7/17/24 10:57 AM, Daniil Tatianin wrote: On 5/29/24 6:27 PM, Philippe Mathieu-Daudé wrote: On 29/5/24 16:34, Markus Armbruster wrote: Daniil Tatianin writes: On 5/29/24 4:39 PM, Philippe Mathieu-Daudé wrote: On 29/5/24 14:43, Daniil Tatianin wrote: On 5/29

Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP

2024-07-17 Thread Daniil Tatianin
On 5/29/24 6:27 PM, Philippe Mathieu-Daudé wrote: On 29/5/24 16:34, Markus Armbruster wrote: Daniil Tatianin writes: On 5/29/24 4:39 PM, Philippe Mathieu-Daudé wrote: On 29/5/24 14:43, Daniil Tatianin wrote: On 5/29/24 3:36 PM, Philippe Mathieu-Daudé wrote: On 29/5/24 14:03, Markus Armb

Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP

2024-06-17 Thread Daniil Tatianin
On 5/29/24 6:27 PM, Philippe Mathieu-Daudé wrote: On 29/5/24 16:34, Markus Armbruster wrote: Daniil Tatianin writes: On 5/29/24 4:39 PM, Philippe Mathieu-Daudé wrote: On 29/5/24 14:43, Daniil Tatianin wrote: On 5/29/24 3:36 PM, Philippe Mathieu-Daudé wrote: On 29/5/24 14:03, Markus Armb

Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP

2024-05-29 Thread Philippe Mathieu-Daudé
On 29/5/24 16:34, Markus Armbruster wrote: Daniil Tatianin writes: On 5/29/24 4:39 PM, Philippe Mathieu-Daudé wrote: On 29/5/24 14:43, Daniil Tatianin wrote: On 5/29/24 3:36 PM, Philippe Mathieu-Daudé wrote: On 29/5/24 14:03, Markus Armbruster wrote: Daniil Tatianin writes: This can b

Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP

2024-05-29 Thread Markus Armbruster
Daniil Tatianin writes: > On 5/29/24 4:39 PM, Philippe Mathieu-Daudé wrote: > >> On 29/5/24 14:43, Daniil Tatianin wrote: >>> On 5/29/24 3:36 PM, Philippe Mathieu-Daudé wrote: >>> On 29/5/24 14:03, Markus Armbruster wrote: > Daniil Tatianin writes: > >> This can be used to force

Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP

2024-05-29 Thread Markus Armbruster
Daniil Tatianin writes: > On 5/29/24 3:36 PM, Philippe Mathieu-Daudé wrote: > >> On 29/5/24 14:03, Markus Armbruster wrote: >>> Daniil Tatianin writes: >>> This can be used to force-synchronize the time in guest after a long stop-cont pause, which can be useful for serverless-type work

Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP

2024-05-29 Thread Daniil Tatianin
On 5/29/24 4:39 PM, Philippe Mathieu-Daudé wrote: On 29/5/24 14:43, Daniil Tatianin wrote: On 5/29/24 3:36 PM, Philippe Mathieu-Daudé wrote: On 29/5/24 14:03, Markus Armbruster wrote: Daniil Tatianin writes: This can be used to force-synchronize the time in guest after a long stop-cont pa

Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP

2024-05-29 Thread Philippe Mathieu-Daudé
On 29/5/24 14:43, Daniil Tatianin wrote: On 5/29/24 3:36 PM, Philippe Mathieu-Daudé wrote: On 29/5/24 14:03, Markus Armbruster wrote: Daniil Tatianin writes: This can be used to force-synchronize the time in guest after a long stop-cont pause, which can be useful for serverless-type workloa

Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP

2024-05-29 Thread Daniil Tatianin
On 5/29/24 3:36 PM, Philippe Mathieu-Daudé wrote: On 29/5/24 14:03, Markus Armbruster wrote: Daniil Tatianin writes: This can be used to force-synchronize the time in guest after a long stop-cont pause, which can be useful for serverless-type workload. Also add a comment to highlight the fa

Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP

2024-05-29 Thread Philippe Mathieu-Daudé
On 29/5/24 14:03, Markus Armbruster wrote: Daniil Tatianin writes: This can be used to force-synchronize the time in guest after a long stop-cont pause, which can be useful for serverless-type workload. Also add a comment to highlight the fact that this (and one other QMP command) only works

Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP

2024-05-29 Thread Daniil Tatianin
Thanks for the review Markus! I will fix the wording and add a "Bug:" clause for the next revision. On 5/29/24 3:03 PM, Markus Armbruster wrote: Daniil Tatianin writes: This can be used to force-synchronize the time in guest after a long stop-cont pause, which can be useful for serverless-ty

Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP

2024-05-29 Thread Markus Armbruster
Daniil Tatianin writes: > This can be used to force-synchronize the time in guest after a long > stop-cont pause, which can be useful for serverless-type workload. > > Also add a comment to highlight the fact that this (and one other QMP > command) only works for the MC146818 RTC controller. > >