Re: [PATCH 03/16] xen/arm: introduce a separate struct for watchdog timers

2025-03-20 Thread Jan Beulich
On 20.03.2025 11:25, Mykola Kvach wrote: > On Thu, Mar 13, 2025 at 5:27 PM Jan Beulich wrote: >> On 05.03.2025 10:11, Mykola Kvach wrote: >>> From: Mirela Simonovic >>> >>> Introduce a separate struct for watchdog timers. It is needed to properly >>> implement the suspend/resume actions for the w

Re: [PATCH 03/16] xen/arm: introduce a separate struct for watchdog timers

2025-03-20 Thread Mykola Kvach
Hi, On Wed, Mar 19, 2025 at 6:14 PM Grygorii Strashko wrote: > > > > On 05.03.25 11:11, Mykola Kvach wrote: > > From: Mirela Simonovic > > > > Introduce a separate struct for watchdog timers. It is needed to properly > > implement the suspend/resume actions for the watchdog timers. To be able >

Re: [PATCH 03/16] xen/arm: introduce a separate struct for watchdog timers

2025-03-20 Thread Jan Beulich
On 20.03.2025 11:31, Jan Beulich wrote: > On 20.03.2025 11:25, Mykola Kvach wrote: >> On Thu, Mar 13, 2025 at 5:27 PM Jan Beulich wrote: >>> On 05.03.2025 10:11, Mykola Kvach wrote: From: Mirela Simonovic Introduce a separate struct for watchdog timers. It is needed to properly >>>

Re: [PATCH 03/16] xen/arm: introduce a separate struct for watchdog timers

2025-03-20 Thread Mykola Kvach
Hi, On Thu, Mar 13, 2025 at 5:27 PM Jan Beulich wrote: > > On 05.03.2025 10:11, Mykola Kvach wrote: > > From: Mirela Simonovic > > > > Introduce a separate struct for watchdog timers. It is needed to properly > > implement the suspend/resume actions for the watchdog timers. To be able > > to res

Re: [PATCH 03/16] xen/arm: introduce a separate struct for watchdog timers

2025-03-19 Thread Grygorii Strashko
On 05.03.25 11:11, Mykola Kvach wrote: From: Mirela Simonovic Introduce a separate struct for watchdog timers. It is needed to properly implement the suspend/resume actions for the watchdog timers. To be able to restart watchdog timer after suspend we need to remember their frequency somewhe

Re: [PATCH 03/16] xen/arm: introduce a separate struct for watchdog timers

2025-03-13 Thread Jan Beulich
On 05.03.2025 10:11, Mykola Kvach wrote: > From: Mirela Simonovic > > Introduce a separate struct for watchdog timers. It is needed to properly > implement the suspend/resume actions for the watchdog timers. To be able > to restart watchdog timer after suspend we need to remember their > frequenc

[PATCH 03/16] xen/arm: introduce a separate struct for watchdog timers

2025-03-05 Thread Mykola Kvach
From: Mirela Simonovic Introduce a separate struct for watchdog timers. It is needed to properly implement the suspend/resume actions for the watchdog timers. To be able to restart watchdog timer after suspend we need to remember their frequency somewhere. To not bloat the struct timer a new stru