qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] qdev: Constify data pointed by few arguments an


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] qdev: Constify data pointed by few arguments and local variables
Date: Mon, 6 Mar 2017 13:57:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0


On 06/03/2017 13:09, Eduardo Habkost wrote:
>>  
>> -void qdev_prop_set_macaddr(DeviceState *dev, const char *name, uint8_t 
>> *value)
>> +void qdev_prop_set_macaddr(DeviceState *dev, const char *name,
>> +                           const uint8_t *value)
> This one makes sense to me.

Indeed.  Krzysztof, you could extract this one and send it to
address@hidden

Thanks,

Paolo



reply via email to

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