[libvirt] [PATCH v2 4/6] tests: utils: Add PreFormat callback for CompareXML2XML helper

Cole Robinson crobinso at redhat.com
Tue Feb 9 20:28:59 UTC 2016


On 02/09/2016 03:13 PM, Laine Stump wrote:
> On 02/09/2016 10:59 AM, Cole Robinson wrote:
>> This allows individual driver tests to hook in their own code before
>> the def is formatted and compared.
>>
>> We will eventually use this in the qemuxml2xml
>> ---
> 
> Oops. I ACKed 5/6 before this one (after looking ahead to see how this would
> be used).
> 
> This looks okay, although I'm wondering why you call just the PCI address
> assignment rather than a full postparse callback. Other things can happen in
> there, e.g. auto-adding controllers. We may as well test the whole thing.
> 

PostParse is automatically called by DomainDefParse (I said DomainDefFormat in
a previously mail, that's incorrect), so we don't need to call it explicitly.
The qemu specific controller additions are triggered via that.

The generic domain_conf AddImplicitControllers though isn't tested here, but I
have previously posted patches that move that call into the generic PostParse
function, so it will be tested after that. I'll be reposting those as part of
another series after this is merged.

The other series also puts AssignAddresses into qemu's PostParse callback, so
the immediate need for this patch will be gone. But there are other bits like
AssignAliases we should be testing here as well

> Still this is a good start at that, so ACK.
> 
> 

Thanks, pushed now

- Cole




More information about the libvir-list mailing list