Gerd Hoffmann <kra...@redhat.com> 于2018年9月18日周二 下午1:09写道: > > Hi, > > > +static void pxb_pcie_host_get_mmcfg_base(Object *obj, Visitor *v, const > > char *name, > ^^^^ > > + void *opaque, Error **errp) > > +{ > > + PCIExpressHost *e = PCIE_HOST_BRIDGE(obj); > > + > > + visit_type_uint64(v, name, &e->size, errp); > ^^^^ > > cut&paste bug?
Thanks for pointing out. I was wondering how I got the right behavior with wrong code, then I find I somehow fix it in patch 3/6... It will be solved in next version. > cheers, > Gerd >