[PATCH v3 16/18] cxl: Support the cxl kernel API from a guest

Ian Munsie imunsie at au1.ibm.com
Wed Feb 10 22:26:21 AEDT 2016


> +static int guest_afu_cr_write32(struct cxl_afu *afu, int cr, u64 off, u32 in)
> +{
> +    /* config record is not writable from guest */
> +    return -EIO;

Perhaps -EPERM might be a better choice for these three?

Acked-by: Ian Munsie <imunsie at au1.ibm.com>



More information about the Linuxppc-dev mailing list