]> xenbits.xensource.com Git - xen.git/commit
xen/common/domain.c: let custom parameter parsing routines return errno
authorJuergen Gross <jgross@suse.com>
Wed, 23 Aug 2017 17:34:00 +0000 (19:34 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 25 Aug 2017 14:18:01 +0000 (16:18 +0200)
commit95ee65d17ae6f8e9ee3e488962b47d0874afca13
treecfdcff745bf46dace2cb1394bf13089e8cde8b54
parentd247b5835001c460c29de16388ca920b41fb0df9
xen/common/domain.c: let custom parameter parsing routines return errno

Modify the custom parameter parsing routines in:

xen/common/domain.c

to indicate whether the parameter value was parsed successfully.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/common/domain.c