On Wed 29 Apr 2020 01:15:37 PM CEST, Kevin Wolf wrote: > bdrv_get_device_name() will be an empty string with modern management > tools that don't use -drive. Use bdrv_get_device_or_node_name() instead > so that the node name is used if the BlockBackend is anonymous. > > While at it, start with upper case to make the message consistent with > the rest of the function. > > Signed-off-by: Kevin Wolf <[email protected]>
Reviewed-by: Alberto Garcia <[email protected]> Berto
