On Sat, 1 Apr 2023 at 08:14, Alexander Graf <g...@amazon.com> wrote: > diff --git a/qapi/qom.json b/qapi/qom.json > index a877b879b9..8f5eaa8415 100644 > --- a/qapi/qom.json > +++ b/qapi/qom.json > @@ -635,6 +635,10 @@ > # specify the required alignment via this option. > # 0 selects a default alignment (currently the page size). (default: > 0) > # > +# @offset: the offset into the target file that the region starts at. You can > +# use this option to overload multiple regions into a single fils.
s/fils/file/ Other than that: Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>