On 24.11.2023 11:30, Oleksii Kurochko wrote: > +static inline int guest_physmap_mark_populate_on_demand(struct domain *d, > unsigned long gfn, > + unsigned int order) > +{ > + BUG(); > + return 1; > +}
This one I actually don't think needs to be a stub. It can return -EOPNOTSUPP or -EINVAL right away, and then wouldn't need touching again afaict. Jan