Re: [libvirt] [PATCH 4/5] snapshot: Allow for post-parse override

2019-04-16 Thread Eric Blake
On 4/16/19 1:54 PM, Cole Robinson wrote: > On 4/16/19 9:53 AM, Eric Blake wrote: >> Wire up the accessor functions necessary for the testsuite to install >> an alternative post-parse handler from normal drivers. I could have >> modified the signature for virDomainXMLOptionNew() to take another >> p

Re: [libvirt] [PATCH 4/5] snapshot: Allow for post-parse override

2019-04-16 Thread Cole Robinson
On 4/16/19 9:53 AM, Eric Blake wrote: > Wire up the accessor functions necessary for the testsuite to install > an alternative post-parse handler from normal drivers. I could have > modified the signature for virDomainXMLOptionNew() to take another > parameter, but thought it was easier to add a ne

[libvirt] [PATCH 4/5] snapshot: Allow for post-parse override

2019-04-16 Thread Eric Blake
Wire up the accessor functions necessary for the testsuite to install an alternative post-parse handler from normal drivers. I could have modified the signature for virDomainXMLOptionNew() to take another parameter, but thought it was easier to add a new set function rather than chase down all exis