Remove time APIs from src/util/util.h
The virTimestamp and virTimeMs functions in src/util/util.h duplicate functionality from virtime.h, in a non-async signal safe manner. Remove them, and convert all code over to the new APIs. * src/util/util.c, src/util/util.h: Delete virTimeMs and virTimestamp * src/lxc/lxc_driver.c, src/qemu/qemu_domain.c, src/qemu/qemu_driver.c, src/qemu/qemu_migration.c, src/qemu/qemu_process.c, src/util/event_poll.c: Convert to use virtime APIs (cherry picked from commit a8bb75a3) Conflicts: src/lxc/lxc_driver.c src/qemu/qemu_domain.c src/qemu/qemu_driver.c * the patches contained context with extra include files not yet introduced on the branch. src/util/event_poll.c * the branch had context with a call to EVENT_DEBUG that was no longer existing in the original patch.
Showing
想要评论请 注册 或 登录