On Thu, 2025-10-30 at 13:09 -0700, Sean Christopherson wrote: > Return -EIO when a KVM_BUG_ON() is tripped, as KVM's ABI is to return -EIO > when a VM has been killed due to a KVM bug, not -EINVAL. Note, many (all?) > of the affected paths never propagate the error code to userspace, i.e. > this is about internal consistency more than anything else. > > Reviewed-by: Rick Edgecombe <[email protected]> > Reviewed-by: Ira Weiny <[email protected]> > Reviewed-by: Binbin Wu <[email protected]> > Signed-off-by: Sean Christopherson <[email protected]> >
Reviewed-by: Kai Huang <[email protected]>
