aboutsummaryrefslogtreecommitdiff
path: root/util/Makefile.objs
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2017-06-05 14:38:59 +0200
committerFam Zheng <famz@redhat.com>2017-06-16 07:55:00 +0800
commitae2d489c341ee98f2daad819a3812c6199481848 (patch)
tree8c0985f901284e897a27ed04467ebecc8755086a /util/Makefile.objs
parent93001e9d87ae40e7569eb0ece0eb86d9c9582e41 (diff)
downloadqemu-ae2d489c341ee98f2daad819a3812c6199481848.zip
qemu-ae2d489c341ee98f2daad819a3812c6199481848.tar.gz
qemu-ae2d489c341ee98f2daad819a3812c6199481848.tar.bz2
util: add stats64 module
This module provides fast paths for 64-bit atomic operations on machines that only have 32-bit atomic access. Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Fam Zheng <famz@redhat.com> Message-Id: <20170605123908.18777-11-pbonzini@redhat.com> Signed-off-by: Fam Zheng <famz@redhat.com>
Diffstat (limited to 'util/Makefile.objs')
-rw-r--r--util/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/Makefile.objs b/util/Makefile.objs
index c6205eb..8a333d3 100644
--- a/util/Makefile.objs
+++ b/util/Makefile.objs
@@ -42,4 +42,5 @@ util-obj-y += log.o
util-obj-y += qdist.o
util-obj-y += qht.o
util-obj-y += range.o
+util-obj-y += stats64.o
util-obj-y += systemd.o