|
From: | Richard Henderson |
Subject: | Re: [PATCH for-9.2 09/10] hw: Rename DeviceClass::reset field to legacy_reset |
Date: | Wed, 14 Aug 2024 09:15:04 +1000 |
User-agent: | Mozilla Thunderbird |
On 8/14/24 02:52, Peter Maydell wrote:
Rename theDeviceClass::reset field to legacy_reset; this is helpful both in flagging up that it's best not used in new code and in making it easy to search for where it's being used still. Signed-off-by: Peter Maydell<peter.maydell@linaro.org> --- include/hw/qdev-core.h | 4 ++-- hw/core/qdev.c | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |