]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm: Add compat_ioctl for device control API
authorScott Wood <scottwood@freescale.com>
Wed, 1 May 2013 01:00:45 +0000 (20:00 -0500)
committerGleb Natapov <gleb@redhat.com>
Sun, 5 May 2013 09:14:15 +0000 (12:14 +0300)
commitdb6ae6158186a17165ef990bda2895ae7594b039
tree931624cd249f50b15ffcb62ed88245d72cc605ff
parentdfd2bb8426e203a7a97cd9b2d494d43d8df2cf8a
kvm: Add compat_ioctl for device control API

This API shouldn't have 32/64-bit issues, but VFS assumes it does
unless told otherwise.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
virt/kvm/kvm_main.c