mirror of
https://github.com/qemu/qemu.git
synced 2026-04-23 06:33:31 +00:00
When upgrading from Fedora 41 to Fedora 43 for CI tests, clippy begins complaining about not using checked_div instead of manually checking divisors. Make clippy happy and use checked_div() instead. Signed-off-by: John Snow <jsnow@redhat.com> Link: https://lore.kernel.org/r/20260219185409.708130-2-jsnow@redhat.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>