Revision 72cf2d4f kvm.h

b/kvm.h
15 15
#define QEMU_KVM_H
16 16

  
17 17
#include "config.h"
18
#include "sys-queue.h"
18
#include "qemu-queue.h"
19 19

  
20 20
#ifdef CONFIG_KVM
21 21
extern int kvm_allowed;
......
100 100
    target_ulong pc;
101 101
    target_ulong saved_insn;
102 102
    int use_count;
103
    TAILQ_ENTRY(kvm_sw_breakpoint) entry;
103
    QTAILQ_ENTRY(kvm_sw_breakpoint) entry;
104 104
};
105 105

  
106
TAILQ_HEAD(kvm_sw_breakpoint_head, kvm_sw_breakpoint);
106
QTAILQ_HEAD(kvm_sw_breakpoint_head, kvm_sw_breakpoint);
107 107

  
108 108
int kvm_arch_debug(struct kvm_debug_exit_arch *arch_info);
109 109

  

Also available in: Unified diff