Re: [Qemu-devel] [PATCH 0/1 resend] Add vhost-pci-blk driver

2018-11-05 Thread Vitaly Mayatskih
On Mon, Nov 5, 2018 at 12:45 PM Michael S. Tsirkin wrote: > I think you should Cc more widely to get meaningful > review. At least virtio-blk and block layer core people. Thanks, it turns out I missed the existence of qemu/scripts directory completely. -- wbr, Vitaly

Re: [Qemu-devel] [PATCH 1/1] Add vhost-pci-blk driver

2018-11-05 Thread Vitaly Mayatskih
> > configure | 10 +++ > > default-configs/virtio.mak | 1 + > > hw/block/Makefile.objs | 1 + > > hw/virtio/virtio-pci.c | 60 ++ > > hw/virtio/virtio-pci.h | 19 > > 5 files changed, 91 insertions(+) > > > > I t