On Mon, 21 Oct 2019 at 16:20, Liu, Changpeng <[email protected]> wrote:
>
> There is some logic in vhost_user_blk_handle_output() for now, it's not empty
> as vhost-user-scsi.
> There should be other issue if it can't start from SeaBIOS.
>
No, it's the same issue. We can see the notify is triggered from the
VIRTIO_PCI_CAP_PCI_CFG region in configuration space. And looks like
seabios also support this notify mode:
void vp_init_simple(struct vp_device *vp, struct pci_device *pci)
{
....
vp_cap->mode = (addr > 0xffffffffll) ?
VP_ACCESS_PCICFG : VP_ACCESS_MMIO;
....
}
Thanks,
Yongji