diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2011-02-16 08:47:07 -0600 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-02-16 08:47:07 -0600 |
| commit | c5d69e6bbf37bf5e3882060764b15e018e6a5321 (patch) | |
| tree | e246e96bdfffbc5e07682c5a39ea7a65482a5935 /hw/kvmclock.h | |
| parent | 630ecca0da959e65acad1ee0bf3a631bbb7ee052 (diff) | |
| parent | 0ec329dab938e2d97d12a91f8ed15fec27b325e0 (diff) | |
| download | focaccia-qemu-c5d69e6bbf37bf5e3882060764b15e018e6a5321.tar.gz focaccia-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); |