aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-09-17 11:17:02 +0100
committerIan Campbell <ian.campbell@citrix.com>2012-09-17 11:17:02 +0100
commita73a7a0c647a9a5e30d8bc473c0a1e8648817183 (patch)
tree60df841ab6f883779a94f5a91a0e2fdfe51a3f2a /.hgignore
parentead2225b33dec11a4c1f638074508581df57ceab (diff)
downloadxen-a73a7a0c647a9a5e30d8bc473c0a1e8648817183.tar.gz
xen-a73a7a0c647a9a5e30d8bc473c0a1e8648817183.tar.bz2
xen-a73a7a0c647a9a5e30d8bc473c0a1e8648817183.zip
xl: Remove global domid and enable -Wshadow
Lots of functions loop over a list of domain and others take a domid as a parameter, shadowing the global one and leading to all sorts of confusion. Therefore remove the global domid and explicitly pass it around as necessary. Adds a domid to the parameters for many functions and switches many others from taking a char * domain specifier to taking a domid, pushing the domid lookup to the toplevel. Replaces some open-coded domain_qualifier_to_domid error checking with find_domain. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> [ ijc -- annotate find_domain() with warn_unused_result and fix the handful of errors. ] Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to '.hgignore')
0 files changed, 0 insertions, 0 deletions