diff options
author | Anthony Liguori | 2011-02-16 15:47:07 +0100 |
---|---|---|
committer | Anthony Liguori | 2011-02-16 15:47:07 +0100 |
commit | c5d69e6bbf37bf5e3882060764b15e018e6a5321 (patch) | |
tree | e246e96bdfffbc5e07682c5a39ea7a65482a5935 /hw/kvmclock.h | |
parent | Handle icount for powerpc tbl/tbu/decr load and store. (diff) | |
parent | kvm: x86: Introduce kvmclock device to save/restore its state (diff) | |
download | qemu-c5d69e6bbf37bf5e3882060764b15e018e6a5321.tar.gz qemu-c5d69e6bbf37bf5e3882060764b15e018e6a5321.tar.xz qemu-c5d69e6bbf37bf5e3882060764b15e018e6a5321.zip |
Merge remote branch 'qemu-kvm/uq/master' into staging
Diffstat (limited to 'hw/kvmclock.h')
-rw-r--r-- | hw/kvmclock.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/hw/kvmclock.h b/hw/kvmclock.h new file mode 100644 index 0000000000..7a83cbe8f6 --- /dev/null +++ b/hw/kvmclock.h @@ -0,0 +1,14 @@ +/* + * QEMU KVM support, paravirtual clock device + * + * Copyright (C) 2011 Siemens AG + * + * Authors: + * Jan Kiszka <jan.kiszka@siemens.com> + * + * This work is licensed under the terms of the GNU GPL version 2. + * See the COPYING file in the top-level directory. + * + */ + +void kvmclock_create(void); |