hw/i386/pc_piix: Share pc_cmos_init() invocation between pc and isapc machines
authorBernhard Beschow <shentey@gmail.com>
Thu, 8 Feb 2024 22:03:42 +0000 (23:03 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 22 Feb 2024 11:47:40 +0000 (12:47 +0100)
commit16bd024bb4af50e1aa8864a53807c0cc63092977
tree25fb6a1d029fcdfc8ffb4c15ce933c953533363a
parentfcc8299e29816c9b6f8d9766254fce6e8a50ee52
hw/i386/pc_piix: Share pc_cmos_init() invocation between pc and isapc machines

Both invocations are the same and either one is always executed. Avoid this
redundancy.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240208220349.4948-3-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/i386/pc_piix.c