• P
    qemu-common.h: Move muldiv64() to host-utils.h · 49caffe0
    Peter Maydell 提交于
    Move the muldiv64() function from qemu-common.h to host-utils.h.
    This puts it together with all the other arithmetic functions
    where we provide a version with __int128_t and a fallback
    without, and allows headers which need muldiv64() to avoid
    including qemu-common.h.
    
    We don't include host-utils from qemu-common.h, to avoid dragging
    more things into qemu-common.h than it already has; in practice
    everywhere that needs muldiv64() can get it via qemu/timer.h.
    Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
    Reviewed-by: NDaniel P. Berrange <berrange@redhat.com>
    49caffe0
qemu-common.h 16.3 KB