On 10/1/23 10:53, Thomas Huth wrote:
The basic idea of this patch set is to change hw/rtc/mc146818rtc.c into
target independent code so that the file only has to be compiled once
instead of multiple times (and that it can be used in a qemu-system-all
binary once we get there).
Thomas Huth (4):
hw/intc: Extract the IRQ counting functions into a separate file
hw/core/qdev-properties-system: Allow the 'slew' policy only on x86
hw/rtc/mc146818rtc: Make the mc146818 RTC device target independent
softmmu/rtc: Emit warning when using driftfix=slew on systems without
mc146818
I was happy enough with each iterations, but the changes requested over
each iter was worth having a v6, it is now very clean.
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>