qemu/hw/rtc
Bernhard Beschow 5b21b331be hw/rtc/mc146818rtc: QOM'ify io_base offset
Exposing the io_base offset as a QOM property not only allows it to be
configurable but also to be displayed in HMP:

Before:

(qemu) info qtree
       ...
          dev: mc146818rtc, id ""
            gpio-out "" 1
            base_year = 0 (0x0)
            irq = 8 (0x8)
            lost_tick_policy = "discard"

After:

          dev: mc146818rtc, id ""
            gpio-out "" 1
            base_year = 0 (0x0)
            iobase = 112 (0x70)
            irq = 8 (0x8)
            lost_tick_policy = "discard"

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220529184006.10712-4-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
2022-06-11 11:44:50 +02:00
..
allwinner-rtc.c
aspeed_rtc.c
ds1338.c
exynos4210_rtc.c
goldfish_rtc.c
Kconfig hw/loongarch: Add LoongArch ls7a rtc device support 2022-06-06 18:14:13 +00:00
ls7a_rtc.c hw/loongarch: Add LoongArch ls7a rtc device support 2022-06-06 18:14:13 +00:00
m41t80.c
m48t59-internal.h
m48t59-isa.c
m48t59.c
mc146818rtc.c hw/rtc/mc146818rtc: QOM'ify io_base offset 2022-06-11 11:44:50 +02:00
meson.build hw/loongarch: Add LoongArch ls7a rtc device support 2022-06-06 18:14:13 +00:00
pl031.c
sun4v-rtc.c
trace-events
trace.h
twl92230.c
xlnx-zynqmp-rtc.c