mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-30 05:21:55 -06:00
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>
|
||
|---|---|---|
| .. | ||
| allwinner-rtc.c | ||
| aspeed_rtc.c | ||
| ds1338.c | ||
| exynos4210_rtc.c | ||
| goldfish_rtc.c | ||
| Kconfig | ||
| ls7a_rtc.c | ||
| m41t80.c | ||
| m48t59-internal.h | ||
| m48t59-isa.c | ||
| m48t59.c | ||
| mc146818rtc.c | ||
| meson.build | ||
| pl031.c | ||
| sun4v-rtc.c | ||
| trace-events | ||
| trace.h | ||
| twl92230.c | ||
| xlnx-zynqmp-rtc.c | ||