Mark McLoughlin wrote:
On Fri, 2008-06-13 at 17:09 +0300, Avi Kivity wrote:
Mark McLoughlin wrote:
-       .ioctl          = vring_ioctl,
+       .unlocked_ioctl = vring_ioctl,
+       .compat_ioctl   = vring_compat_ioctl,
I think you can set compat_ioctl = vring_ioctl (that's what kvm does).

Don't pointer args need the compat_ptr() conversion on s390x?


Ouch.

--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to