Annotation of qemu/hw/kvm/clock.h, revision 1.1

1.1     ! root        1: /*
        !             2:  * QEMU KVM support, paravirtual clock device
        !             3:  *
        !             4:  * Copyright (C) 2011 Siemens AG
        !             5:  *
        !             6:  * Authors:
        !             7:  *  Jan Kiszka        <[email protected]>
        !             8:  *
        !             9:  * This work is licensed under the terms of the GNU GPL version 2.
        !            10:  * See the COPYING file in the top-level directory.
        !            11:  *
        !            12:  */
        !            13: 
        !            14: #ifdef CONFIG_KVM
        !            15: 
        !            16: void kvmclock_create(void);
        !            17: 
        !            18: #else /* CONFIG_KVM */
        !            19: 
        !            20: static inline void kvmclock_create(void)
        !            21: {
        !            22: }
        !            23: 
        !            24: #endif /* !CONFIG_KVM */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.