Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git] / hw / i386 / kvm / clock.h
blob401c7e445bd50bdd5191a625e2879508db07df0a
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.
13 #ifndef HW_I386_KVM_CLOCK_H
14 #define HW_I386_KVM_CLOCK_H
16 void kvmclock_create(bool create_always);
18 #endif