• D
    Add an API for comparing the ABI of two guest configurations · 08106e20
    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
    
    * src/conf/domain_conf.c, src/conf/domain_conf.h,
      src/libvirt_private.syms: Add virDomainDefCheckABIStablity
    * src/conf/cpu_conf.c, src/conf/cpu_conf.h: Add virCPUDefIsEqual
    * src/util/sysinfo.c, src/util/sysinfo.h: Add virSysinfoIsEqual
    08106e20
libvirt_private.syms 21.8 KB