Daniel P. Berrangé <berra...@redhat.com> writes: [...] > NB, the build time classification won't be perfect, but that's largely > because we don't have sufficient granularity in what we build. For > example, although we only care about QMP, IIUC, we can't turn off HMP > at build time.
It could be made compile-time optional. Matter of coding. But I doubt it would buy us much. Like QMP, it should only ever be exposed to trusted parties. > So we might consider HMP to be "low", despite the fact > that it is impossible to disable when building "only high features". I'm sure we could find more examples where the current granularity is too coarse for a clean sorting into "low" and "high" buckets.