On Tue, Jun 8, 2021 at 11:09 AM Cleber Rosa <cr...@redhat.com> wrote: > > Which can be used to check for any "feature" that is available as a > QEMU command line option, and that will return its list of available > options. > > This is a generalization of the list_accel() utility function, which > is itself re-implemented in terms of the more generic feature. > > Signed-off-by: Cleber Rosa <cr...@redhat.com> > --- > python/qemu/utils/__init__.py | 2 ++ > python/qemu/utils/accel.py | 15 ++---------- > python/qemu/utils/feature.py | 44 +++++++++++++++++++++++++++++++++++ > 3 files changed, 48 insertions(+), 13 deletions(-) > create mode 100644 python/qemu/utils/feature.py >
Based on my comments from the next patch of this series: Reviewed-by: Willian Rampazzo <willi...@redhat.com>