Define kvm_ioctl in the same way as ioctl
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 13 Nov 2008 19:21:00 +0000 (19:21 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 13 Nov 2008 19:21:00 +0000 (19:21 +0000)
commit884159bce9b7f04016665e6ed094234af0221afb
tree19e346b08d09bdb7a32a73515bdd2f3c00c004b8
parent97b6e76ca5972c9757b3e07261ec4f764a6d094f
Define kvm_ioctl in the same way as ioctl

The third argument to ioctl is a ... which allows any value to be passed.  In
practice, glibc always treats the argument as a void *.

Do the same thing for the kvm ioctls to keep things consistent with a
traditional ioctl.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5715 c046a42c-6fe2-441c-8c8c-71466251a162
kvm-all.c
kvm.h
target-i386/kvm.c