Re: [PATCH v3 10/12] plugins: add range list API

2024-03-03 Thread Bernhard Beschow
Am 1. März 2024 17:46:07 UTC schrieb Sven Schnelle : >Export range_list_from_string(), range_contains() and range_list_free() >to allow plugins to parse filter ranges and match them to avoid >reimplementing this functionality. > >Signed-off-by: Sven Schnelle >--- > include/qemu/qemu-plugin.h

[PATCH v3 10/12] plugins: add range list API

2024-03-01 Thread Sven Schnelle
Export range_list_from_string(), range_contains() and range_list_free() to allow plugins to parse filter ranges and match them to avoid reimplementing this functionality. Signed-off-by: Sven Schnelle --- include/qemu/qemu-plugin.h | 41 plugins/api.c