On Thu 02 Nov 2017 05:18:31 PM CET, Max Reitz wrote: > On 2017-11-02 17:11, Alberto Garcia wrote: >> On Fri 29 Sep 2017 06:53:40 PM CEST, Max Reitz wrote: >>> QLIST_ENTRY(BlockDriver) list; >>> + >>> + /* Pointer to a NULL-terminated array of names of significant options >>> that >>> + * can be specified for bdrv_open(). A significant option is one that >>> + * changes the data of a BDS. >>> + * If this pointer is NULL, the array is considered empty. >>> + * "filename" and "driver" are always considered significant. */ >>> + const char *const *sgfnt_runtime_opts; >>> }; >> >> Is sgfnt a common acronym? I actually had to look it up... > > I'm open for other suggestions to shorten "significant". :-)
Nah, it's ok :) Reviewed-by: Alberto Garcia <be...@igalia.com> Berto