timer: Move NANOSECONDS_PER_SECONDS to timer.h
commit471fae3c98d4f44b1957eb09d51ace440c585a20
authorAlberto Garcia <berto@igalia.com>
Fri, 12 Jun 2015 13:01:29 +0000 (12 16:01 +0300)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 2 Jul 2015 08:20:18 +0000 (2 09:20 +0100)
treef922eae19ec80348297c926a93d78d53fa9dbf71
parent126b8bbdfe8bc4042f13f230a4b36f90646f47c6
timer: Move NANOSECONDS_PER_SECONDS to timer.h

We want to be able to reuse this define by making it common to
multiple QEMU modules.

This also makes it an integer since there's no need for it to be a
float.

Signed-off-by: Alberto Garcia <berto@igalia.com>
Message-id: 6375912849da2ab561046dd013684535ccecca44.1434113783.git.berto@igalia.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
include/qemu/throttle.h
include/qemu/timer.h