qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] vhost-user-scsi: implement handle_output


From: Yongji Xie
Subject: Re: [PATCH] vhost-user-scsi: implement handle_output
Date: Mon, 21 Oct 2019 18:41:44 +0800

On Mon, 21 Oct 2019 at 16:20, Liu, Changpeng <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]