Re: [libvirt] [PATCH v3 0/3] nodedev: update caps before quering nodedev infos

2018-01-25 Thread Erik Skultety
On Wed, Jan 10, 2018 at 08:14:48PM +0800, Wu Zongyong wrote: > Some capabilities of node devices rely on what driver they bound to, > and therefore, these capabilities may change when the driver change. > In current implemention, it is not consistent between real status and > the status we get by

[libvirt] [PATCH v3 0/3] nodedev: update caps before quering nodedev infos

2018-01-10 Thread Wu Zongyong
Some capabilities of node devices rely on what driver they bound to, and therefore, these capabilities may change when the driver change. In current implemention, it is not consistent between real status and the status we get by invoking nodedev interfaces. So, this series of patches try to