qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC v5 1/6] pci_expander_bridge: add type TYPE_PXB_PCI


From: Zihan Yang
Subject: Re: [Qemu-devel] [RFC v5 1/6] pci_expander_bridge: add type TYPE_PXB_PCIE_HOST
Date: Tue, 18 Sep 2018 14:40:14 +0800

Gerd Hoffmann <address@hidden> 于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
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]