Re: [PATCH 7/7] api: enumerate virtio-blk devices

2020-04-23 Thread Bin Meng
On Tue, Apr 21, 2020 at 7:29 AM wrote: > > From: Mitchell Horne > > API clients can make a syscall requesting the enumeration of network and > storage devices. However, this does not check for virtio-blk storage > devices, which API consumers may wish to use. Add the support to > enumerate these

[PATCH 7/7] api: enumerate virtio-blk devices

2020-04-20 Thread mhorne
From: Mitchell Horne API clients can make a syscall requesting the enumeration of network and storage devices. However, this does not check for virtio-blk storage devices, which API consumers may wish to use. Add the support to enumerate these devices as well. Signed-off-by: Mitchell Horne ---