]> Git Repo - linux.git/commit
xen/privcmd: add PRIVCMD_MMAPBATCH_V2 ioctl
authorAndres Lagar-Cavilla <[email protected]>
Fri, 31 Aug 2012 13:59:30 +0000 (09:59 -0400)
committerKonrad Rzeszutek Wilk <[email protected]>
Wed, 5 Sep 2012 20:36:26 +0000 (16:36 -0400)
commitceb90fa0a8008059ecbbf9114cb89dc71a730bb6
tree0f0507ed14176b7e17508b551cd22fef722dde0a
parent69870a847856a1ba81f655a8633fce5f5b614730
xen/privcmd: add PRIVCMD_MMAPBATCH_V2 ioctl

PRIVCMD_MMAPBATCH_V2 extends PRIVCMD_MMAPBATCH with an additional
field for reporting the error code for every frame that could not be
mapped.  libxc prefers PRIVCMD_MMAPBATCH_V2 over PRIVCMD_MMAPBATCH.

Also expand PRIVCMD_MMAPBATCH to return appropriate error-encoding top nibble
in the mfn array.

Signed-off-by: David Vrabel <[email protected]>
Signed-off-by: Andres Lagar-Cavilla <[email protected]>
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
drivers/xen/privcmd.c
include/xen/privcmd.h
This page took 0.053629 seconds and 4 git commands to generate.