On Thu, Sep 3, 2026 at 10:08 AM Daniel P. Berrangé <[email protected]> wrote: > On Thu, Sep 03, 2026 at 09:36:56AM +0200, Paolo Bonzini wrote: > > +## Finding things > > + > > +`MAINTAINERS` is the authoritative map from file patterns to subsystems > > +and maintainers; use it to work out who owns code and which tree a > > +change goes through. > > Does the tree actually matter to agents or contributors sending patches ? > I would tend to say "use it to work out which maintainers to CC when > sending patches". The receiving maintainer(s) will decide which tree > it will go through.
s/work out/suggest/ - since sending should still be a human act even with the proposal under discussion. > > +Every path below that starts with `pyvenv/` is relative to the build > > +directory: `configure` creates a Python venv there, and `pyvenv/bin/meson` > > +is the meson that must be used. > > More generally I think we should point to the "run" script. eg Sure (for this and everything else). Paolo
