On 05-12-22, 11:45, Viresh Kumar wrote:
- rc = libxl__backendpath_parse_domid(gc, be_path, &virtio->backend_domid);
- if (rc) goto out;
- rc = libxl__parse_backend_path(gc, be_path, &dev);
- if (rc) goto out;
The same question for dev variable.
Hmm, this we aren't using at all, which KBD does use it. Maybe we should even call libxl__parse_backend_path() ?
Removing it works just fine for me.