Re: [libvirt] [PATCH RFC 3/9] nodedev: Convert virNodeDevObj[List] to use virPoolObj[Table]

2017-02-28 Thread John Ferlan
On 02/28/2017 10:15 AM, Michal Privoznik wrote: > On 02/11/2017 05:29 PM, John Ferlan wrote: >> Use the virPoolObj[Table] object management model in order to manage the >> Node Device objects. >> >> While making the adjustments to use the new model, there are some code >> formatting adjustments

Re: [libvirt] [PATCH RFC 3/9] nodedev: Convert virNodeDevObj[List] to use virPoolObj[Table]

2017-02-28 Thread Michal Privoznik
On 02/11/2017 05:29 PM, John Ferlan wrote: > Use the virPoolObj[Table] object management model in order to manage the > Node Device objects. > > While making the adjustments to use the new model, there are some code > formatting adjustments that were also made with the goal to follow more >

[libvirt] [PATCH RFC 3/9] nodedev: Convert virNodeDevObj[List] to use virPoolObj[Table]

2017-02-11 Thread John Ferlan
Use the virPoolObj[Table] object management model in order to manage the Node Device objects. While making the adjustments to use the new model, there are some code formatting adjustments that were also made with the goal to follow more recent code flow and layout. For API's that were static,