On 2/10/23 13:31, Philippe Mathieu-Daudé wrote:
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)

Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org>
---
  hw/isa/piix4.c               |   2 +-
  hw/isa/vt82c686.c            |   2 +-
  hw/rtc/mc146818rtc.c         | 116 +++++++++++++++++------------------
  include/hw/rtc/mc146818rtc.h |   6 +-
  4 files changed, 63 insertions(+), 63 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to