commit | 471fae3c98d4f44b1957eb09d51ace440c585a20 | [log] [tgz] |
---|---|---|
author | Alberto Garcia <berto@igalia.com> | Fri Jun 12 16:01:29 2015 +0300 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Thu Jul 02 09:20:18 2015 +0100 |
tree | f922eae19ec80348297c926a93d78d53fa9dbf71 | |
parent | 126b8bbdfe8bc4042f13f230a4b36f90646f47c6 [diff] |
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>