On Thu, Mar 9, 2023 at 9:50 AM Paolo Bonzini <pbonz...@redhat.com> wrote:
> The value of the bdrv_file_open is sometimes checked to distinguish
> protocol and format drivers, but apart from that there is no difference
> between bdrv_file_open and bdrv_open.
>
> However, they can all be distinguished by the non-NULL .protocol_name
> member.  Change the checks to use .protocol_name instead of .bdrv_file_open,
> and unify the two callbacks.

Ping.

Paolo


Reply via email to