On Mon, Mar 11, 2019 at 03:57:25PM +0800, Chao Gao wrote: > + ret = xc_platform_op(xch, &op); > + if ( ret )
Since you will be resending anyway, please make the coding style consistent here. Thanks. > + fprintf(stderr, "Failed to update microcode. (err: %d)\n", ret); ret is -1 here. I think you want errno. Wei. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel