virtio-ccw: fix build breakage on windows
commitcc3ac9c4a6fd0574b767c599e4a582be8f23260d
authorCornelia Huck <cornelia.huck@de.ibm.com>
Fri, 28 Jun 2013 07:28:06 +0000 (28 09:28 +0200)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Mon, 1 Jul 2013 09:00:20 +0000 (1 11:00 +0200)
tree8ca908b1b57ef1d95f0134bd5904eb1542d94cb1
parentffeec223b55ea696567ed544016824199cd7c7bc
virtio-ccw: fix build breakage on windows

event_notifier_get_fd() is not available on windows hosts. Fix this by
moving the calls to event_notifier_get_fd() to the kvm code.

Reported-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
hw/s390x/virtio-ccw.c
target-s390x/cpu.h
target-s390x/kvm.c