qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 00/39] Delay destruction of memory regions to in


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 00/39] Delay destruction of memory regions to instance_finalize
Date: Fri, 07 Jun 2013 08:13:30 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6

Il 07/06/2013 03:45, Andreas Färber ha scritto:
> Am 07.06.2013 03:03, schrieb Paolo Bonzini:
>> Il 05/06/2013 05:50, Andreas Färber ha scritto:
>>> Also I notice some patches are accessing parent fields directly - please
>>> use BUS(), PCI_DEVICE() etc. to hide this.
>>
>> I'm always using them.  For example:
>>
>> +static void intel_hda_instance_finalize(Object *obj)
>> +{
>> +    PCIDevice *pci = PCI_DEVICE(obj);
>> +    IntelHDAState *d = DO_UPCAST(IntelHDAState, pci, pci);
> 
> I'll comment inline then. :)

Ah right, in those cases I was mostly doing what the
adjacent/pre-existing code did.  But I can definitely fix them up!

Paolo




reply via email to

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