
On 6/19/20 9:22 AM, Erik Skultety wrote:
On Thu, Jun 18, 2020 at 04:05:53PM -0500, Jonathon Jongsma wrote:
This is the first portion of an effort to support persistent mediated devices with libvirt. This first series simply enables creating and destroying non-persistent mediated devices via the virNodeDeviceCreateXML() and virNodeDeviceDestroy() functions. The 'mdevctl' utility[1] provides the backend implementation.
Hopefully these are the last changes and version can simply be pushed upstream.
Changes in v4: - coding style / spacing fixes - remove 'persist' arg from start command - fixed distcheck failure by including test data dir in EXTRA_DIST - Add an item to NEWS.rst
I'll give Michal a chance to have a final look before I push this. Good work.
Series: Reviewed-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal