On Mon, Dec 01 2025, "Chalios, Babis" <[email protected]> wrote:
> VMClock now supports a vm_generation_counter field in the struct it > exposes to userspace. The field signals a disruption that happened due > to a guest loaded from a snapshot. > > Moreover, VMClock now optionally supports device notifications when the > seq_count changes to a new even value. > > Signed-off-by: Babis Chalios <[email protected]> > --- > include/standard-headers/linux/vmclock-abi.h | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) Please either do a full linux-headers update against a specific Linux kernel version, or mark this as a placeholder patch if the code is not yet merged.
