Re: [libvirt] [PATCH 1/4] Add an API for comparing the ABI of two guest configurations

2011-05-31 Thread Matthias Bolte
2011/5/27 Daniel P. Berrange berra...@redhat.com: To allow a client app to pass in custom XML during migration of a guest it is neccessary to ensure the guest ABI remains unchanged. The virDomainDefCheckABIStablity method accepts two virDomainDefPtr structs and compares everything in them

Re: [libvirt] [PATCH 1/4] Add an API for comparing the ABI of two guest configurations

2011-05-31 Thread Daniel P. Berrange
On Tue, May 31, 2011 at 11:52:20AM +0200, Matthias Bolte wrote: 2011/5/27 Daniel P. Berrange berra...@redhat.com: To allow a client app to pass in custom XML during migration of a guest it is neccessary to ensure the guest ABI remains unchanged. The virDomainDefCheckABIStablity method

[libvirt] [PATCH 1/4] Add an API for comparing the ABI of two guest configurations

2011-05-27 Thread Daniel P. Berrange
To allow a client app to pass in custom XML during migration of a guest it is neccessary to ensure the guest ABI remains unchanged. The virDomainDefCheckABIStablity method accepts two virDomainDefPtr structs and compares everything in them that could impact the guest machine ABI *