]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commit
Disable xenstore_dom_chmod in stubdom build.
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 10 Aug 2009 17:02:56 +0000 (18:02 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 10 Aug 2009 17:02:56 +0000 (18:02 +0100)
commita83d119cfcc20bc7edb427992d6e31b3e99430be
treef6b51b68d8703249745fad271857e59165fe85e0
parent99a5a9155284ab47eda2be738be0115aa97ce0ff
Disable xenstore_dom_chmod in stubdom build.

This change:

    commit ad202d4194eab87d3645f13e7726a4d609e42fe8
    Author: Ian Jackson <ian.jackson@eu.citrix.com>
    Date:   Tue Jul 21 15:29:43 2009 +0100

add per domain low level xenstore functions [PATCH 2/3]
add per domain low level xenstore functions (read/chmod/write/watch).

broke the stubdom build because minios's fork/version of libxenstore
does not have the xenstore chmod operation.  As xenstore_dom_chmod
is not currently used in stubdom, #if it out.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
xenstore.c