Kill redundant declaration of smp_cpus and vm_running
commit6cc628f1126f0bea740511c5ccc2f7e4c6374149
authorMark McLoughlin <markmc@redhat.com>
Thu, 15 Jan 2009 13:47:37 +0000 (15 13:47 +0000)
committerAvi Kivity <avi@redhat.com>
Thu, 15 Jan 2009 13:56:26 +0000 (15 15:56 +0200)
treebac657c250d63cf72a976ab54a1177a0a45f92c6
parent211569efbc12e7b6eb6998deda9c1aa50e81cb91
Kill redundant declaration of smp_cpus and vm_running

Defined in sysemu.h, included by qemu-kvm.c

  qemu/qemu-kvm.c:41: warning: redundant redeclaration of ‘smp_cpus’
  qemu/sysemu.h:98: warning: previous declaration of ‘smp_cpus’ was here
  qemu/qemu-kvm.c:219: warning: redundant redeclaration of ‘vm_running’
  qemu/sysemu.h:9: warning: previous declaration of ‘vm_running’ was here

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
qemu-kvm.c