]> git.proxmox.com Git - mirror_qemu.git/commit - include/qemu/stats64.h
util: add stats64 module
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 5 Jun 2017 12:38:59 +0000 (14:38 +0200)
committerFam Zheng <famz@redhat.com>
Thu, 15 Jun 2017 23:55:00 +0000 (07:55 +0800)
commitae2d489c341ee98f2daad819a3812c6199481848
tree8c0985f901284e897a27ed04467ebecc8755086a
parent93001e9d87ae40e7569eb0ece0eb86d9c9582e41
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>
include/qemu/stats64.h [new file with mode: 0644]
util/Makefile.objs
util/stats64.c [new file with mode: 0644]