hw/rtc/mc146818rtc: Rename RTCState -> MC146818RtcState
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 10 Feb 2023 23:17:03 +0000 (00:17 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Feb 2023 21:29:02 +0000 (22:29 +0100)
commit8df7129790896ffde2f9cb1005a0ac8cf1005280
tree09625bff3e374fd0162393d02445b9befd32891d
parent8e7db8ab5179474b6277d549d62c1184681dc915
hw/rtc/mc146818rtc: Rename RTCState -> MC146818RtcState

RTCState only represents a Motorola MC146818 model,
not any RTC chipset. Rename the structure as MC146818RtcState
using:

  $ sed -i -e s/RTCState/MC146818RtcState/g $(git grep -wl RTCState)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230210233116.80311-2-philmd@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/isa/piix4.c
hw/isa/vt82c686.c
hw/rtc/mc146818rtc.c
include/hw/rtc/mc146818rtc.h