Re: [libvirt PATCH 1/2] nodedev: refactor mdevctl thread functions

2023-07-07 Thread Boris Fiuczynski
On 7/6/23 9:44 PM, Jonathon Jongsma wrote: Factor out a new scheduleMdevctlUpdate() function so that we can re-use it from other places. Now that other events can make it necessary to re-query mdevctl for mdev updates, this function will be useful for coalescing multiple updates in quick successi

[libvirt PATCH 1/2] nodedev: refactor mdevctl thread functions

2023-07-06 Thread Jonathon Jongsma
Factor out a new scheduleMdevctlUpdate() function so that we can re-use it from other places. Now that other events can make it necessary to re-query mdevctl for mdev updates, this function will be useful for coalescing multiple updates in quick succession into a single mdevctl query. Also rename