libxc: make arch_setup_meminit a xc_dom_arch hook
authorRoger Pau Monne <roger.pau@citrix.com>
Fri, 2 Oct 2015 15:48:37 +0000 (17:48 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 8 Oct 2015 11:22:44 +0000 (12:22 +0100)
commit392478215aab8c87e041d00765cf5f8572ac3f3f
tree1495a4749dea3ed54ce45759ea21fb3a6852ee17
parentad787bafcd2a3058f0f37f2fe84931bd5136bde9
libxc: make arch_setup_meminit a xc_dom_arch hook

This allows having different arch_setup_meminit implementations based on the
guest type. It should not introduce any functional changes.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
tools/libxc/include/xc_dom.h
tools/libxc/xc_dom_arm.c
tools/libxc/xc_dom_boot.c
tools/libxc/xc_dom_x86.c