On Wed, Jul 23 2025 at 17:51, Andrew Donnellan wrote: > The x86-specific functions kvm_guest_{enter,exit}_irqoff() were removed > and replaced by the generic guest_state_{enter,exit}_irqoff() in commit > ef9989afda73 ("kvm: add guest_state_{enter,exit}_irqoff()") and commit > b2d2af7e5df3 ("kvm/x86: rework guest entry logic"). > > Update the references in the entry/exit handling documentation. > > Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > Cc: Nicolas Saenz Julienne <nsaenz@xxxxxxxxxx> > Cc: Mark Rutland <mark.rutland@xxxxxxx> > Signed-off-by: Andrew Donnellan <ajd@xxxxxxxxxxxxx> Reviewed-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>