coroutine: add test-coroutine --benchmark-lifecycle
[qemu/stefanha.git] / hw / kvmclock.h
blob252ea13461be0a3e23d43b25723b0eee69b56fb7
1 /*
2 * QEMU KVM support, paravirtual clock device
4 * Copyright (C) 2011 Siemens AG
6 * Authors:
7 * Jan Kiszka <jan.kiszka@siemens.com>
9 * This work is licensed under the terms of the GNU GPL version 2.
10 * See the COPYING file in the top-level directory.
14 #ifdef CONFIG_KVM
16 void kvmclock_create(void);
18 #else /* CONFIG_KVM */
20 static inline void kvmclock_create(void)
24 #endif /* !CONFIG_KVM */