|
From: | Richard Henderson |
Subject: | Re: [PATCH v6 07/11] hw/core/qdev: update hotplug reset regarding resettable |
Date: | Sun, 29 Dec 2019 10:58:06 +1100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 |
On 12/20/19 10:50 PM, Damien Hedde wrote: > +void resettable_state_clear(ResettableState *state) > +{ > + memset(state, 0, sizeof(ResettableState)); > +} Worth moving this into the header as inline? Anyway, Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |