Comment 18 for bug 1362929

Revision history for this message
Matt Riedemann (mriedem) wrote :

@Solly, yeah, checking for just VIR_ERR_CONFIG_UNSUPPORTED in the libvirtError is super duper generic, since that's used for pretty much all failures in virDomainDefCheckABIStability which calls virCPUDefIsEqual and that raises the 'Target CPU model x does not match source y'. I guess we could narrow the scope of the hack in the libvirt driver by just checking on that string in the error.