kvm: qemu: kill some redundant declarations
commitbe0a78d4ab9b512f3dd8e5687c793db235208d83
authorMark McLoughlin <markmc@redhat.com>
Thu, 15 Jan 2009 13:47:27 +0000 (15 13:47 +0000)
committerAvi Kivity <avi@redhat.com>
Thu, 15 Jan 2009 13:56:25 +0000 (15 15:56 +0200)
tree5422aed7af1151a5cde833cd16f4cedd79df222c
parent0b096ab77a9e572997b3bcaf6625525379b6b65a
kvm: qemu: kill some redundant declarations

Fixes:

  qemu/vl.c:5295: warning: redundant redeclaration of ‘kvm_pit’
  qemu/vl.c:5289: warning: previous declaration of ‘kvm_pit’ was here
  qemu/vl.c:5541: warning: redundant redeclaration of ‘kvm_allowed’
  qemu/qemu-kvm.h:144: warning: previous declaration of ‘kvm_allowed’ was here
  qemu/qemu-kvm.h:144: warning: redundant redeclaration of ‘kvm_allowed’
  qemu/qemu-kvm.c:11: warning: previous definition of ‘kvm_allowed’ was here
  qemu/qemu-kvm.h:145: warning: redundant redeclaration of ‘kvm_nested’
  qemu/qemu-kvm.c:15: warning: previous definition of ‘kvm_nested’ was here
  qemu/kvm-tpr-opt.c:22: warning: redundant redeclaration of ‘kvm_context’
  qemu/qemu-kvm.h:146: warning: previous declaration of ‘kvm_context’ was here
  qemu/qemu-kvm-x86.c:27: warning: redundant redeclaration of ‘kvm_context’

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
qemu/kvm-tpr-opt.c
qemu/qemu-kvm-x86.c
qemu/qemu-kvm.c
qemu/qemu-kvm.h
qemu/vl.c