On 07.11.2013 04:31, Chen Hanxiao wrote: > From: Chen Hanxiao <chenhanxiao@xxxxxxxxxxxxxx> > > A copy-paste error. > s/model/vendor id > > Signed-off-by: Chen Hanxiao <chenhanxiao@xxxxxxxxxxxxxx> > --- > src/conf/cpu_conf.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/conf/cpu_conf.c b/src/conf/cpu_conf.c > index 5deb325..c4917b8 100644 > --- a/src/conf/cpu_conf.c > +++ b/src/conf/cpu_conf.c > @@ -767,7 +767,7 @@ virCPUDefIsEqual(virCPUDefPtr src, > > if (STRNEQ_NULLABLE(src->vendor_id, dst->vendor_id)) { > virReportError(VIR_ERR_CONFIG_UNSUPPORTED, > - _("Target CPU model %s does not match source %s"), > + _("Target CPU vendor id %s does not match source %s"), > NULLSTR(dst->vendor_id), NULLSTR(src->vendor_id)); > goto cleanup; > } > ACKed and pushed. Michal -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list