On Mon 20 Jun 2016 08:53:08 PM CEST, Eric Blake wrote: >> +static BlockJob *find_block_job(const char *id, const char *device, >> + AioContext **aio_context, Error **errp) > > Can this signature just be const char *id_or_device, rather than two > parameters,...
But what if there's a name clash? Berto
