On Fri, Oct 30, 2020 at 2:07 AM Eduardo Habkost <ehabk...@redhat.com> wrote:
> Make the code more generic and not specific to TYPE_DEVICE. > > Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> > Nice cleanup!, but fails to build atm ../hw/block/xen-block.c:403:9: error: ‘dev’ undeclared (first use in this function); did you mean ‘vdev’? 403 | if (dev->realized) { -- Marc-André Lureau