commit | 16bd024bb4af50e1aa8864a53807c0cc63092977 | [log] [tgz] |
---|---|---|
author | Bernhard Beschow <shentey@gmail.com> | Thu Feb 08 23:03:42 2024 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Feb 22 12:47:40 2024 +0100 |
tree | 25fb6a1d029fcdfc8ffb4c15ce933c953533363a | |
parent | fcc8299e29816c9b6f8d9766254fce6e8a50ee52 [diff] |
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>