Re: [libvirt] [PATCH 2/3] nodedev: update mdev_types caps before dumpxml

2018-01-18 Thread Erik Skultety
On Thu, Jan 18, 2018 at 02:09:14AM +, Wuzongyong (Euler Dept) wrote: > Would you push this two patches before release of 4.0.0? Well, I don't think it's that critical, in fact I think we can easily wait until 4.1, especially since we're in RC2, I'd rather not push anything unnecessary just

Re: [libvirt] [PATCH 2/3] nodedev: update mdev_types caps before dumpxml

2018-01-17 Thread Wuzongyong (Euler Dept)
Would you push this two patches before release of 4.0.0? Thanks, Zongyong Wu > -Original Message- > From: Erik Skultety [mailto:eskul...@redhat.com] > Sent: Thursday, January 11, 2018 6:07 PM > To: Wuzongyong (Euler Dept) > Cc: libvir-list@redhat.com; weijinfen

Re: [libvirt] [PATCH 2/3] nodedev: update mdev_types caps before dumpxml

2018-01-11 Thread Erik Skultety
On Wed, Jan 10, 2018 at 08:14:50PM +0800, Wu Zongyong wrote: > In current implemention, mdev_types caps keep constant all > the time. But, it is possible that a device capable of > mdev_types sometime(for example:bind to proper driver) and > incapable of mdev_types at other times(for example:

[libvirt] [PATCH 2/3] nodedev: update mdev_types caps before dumpxml

2018-01-10 Thread Wu Zongyong
In current implemention, mdev_types caps keep constant all the time. But, it is possible that a device capable of mdev_types sometime(for example:bind to proper driver) and incapable of mdev_types at other times(for example: unbind from its driver). We should keep the info of xml dumped out