On Fri, Dec 12, 2025 at 08:33:48PM +0530, Ani Sinha wrote: > A confidential guest reset involves closing the old virtual machine KVM file > descriptor and opening a new one. Since its a new KVM fd, PIT needs to be > reinitialized again. This is done with the help of a notifier which is invoked > upon KVM vm file desciptor change during confidential guest reset process. > > Some code refactoring is performed so that common operations for init and > reset > are moved into a helper function.
The refactoring part (move code to do_pit_initialize) should be a separate patch (as you did in other parts of the series). take care, Gerd
