Fix pcspk build with kvm disabledqemu-0.10.50-7.kvm87.fc12
commit85da3db92e4b25275426e252974db7eae18e2bb1
authorMark McLoughlin <markmc@redhat.com>
Mon, 29 Jun 2009 15:09:45 +0000 (29 16:09 +0100)
committerMark McLoughlin <markmc@redhat.com>
Mon, 29 Jun 2009 15:44:27 +0000 (29 16:44 +0100)
tree0e95e93d09b5e451cfb414fed9b376db5000beec
parent8da41d2477abdafbbc484a12fd74f2d54336188b
Fix pcspk build with kvm disabled

Errors are:

  hw/pcspk.c:85: error: expected declaration specifiers or ‘...’ before ‘kvm_pit_state’
  hw/pcspk.c:87: error: expected declaration specifiers or ‘...’ before ‘kvm_pit_state’
  hw/pcspk.c: In function ‘pcspk_callback’:
  hw/pcspk.c:114: error: too many arguments to function ‘kvm_get_pit_ch2’
  hw/pcspk.c: In function ‘pcspk_ioport_read’:
  hw/pcspk.c:161: error: too many arguments to function ‘kvm_get_pit_ch2’
  hw/pcspk.c: In function ‘pcspk_ioport_write’:
  hw/pcspk.c:171: error: storage size of ‘inkernel_state’ isn’t known
  hw/pcspk.c:175: error: too many arguments to function ‘kvm_get_pit_ch2’
  hw/pcspk.c:185: error: too many arguments to function ‘kvm_set_pit_ch2’
  hw/pcspk.c:171: warning: unused variable ‘inkernel_state’

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Cc: Jan Kiszka <jan.kiszka@web.de>
hw/pcspk.c