aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common
diff options
context:
space:
mode:
authorMukesh Rathor <mukesh.rathor@oracle.com>2013-09-10 16:38:43 +0200
committerJan Beulich <jbeulich@suse.com>2013-09-10 16:38:43 +0200
commit30832c06a8d1f9caff0987654ef9e24d59469d9a (patch)
treec64978b9bd1eb3365ddb1ab22b82b52f89345c5f /xen/common
parenteb786f709249666e1f7364706f94be1a6c4e04da (diff)
downloadxen-30832c06a8d1f9caff0987654ef9e24d59469d9a.tar.gz
xen-30832c06a8d1f9caff0987654ef9e24d59469d9a.tar.bz2
xen-30832c06a8d1f9caff0987654ef9e24d59469d9a.zip
libelf: add hvm callback vector feature
Add XENFEAT_hvm_callback_vector to elf_xen_feature_names so we can ensure the kernel supports all features required for PVH mode when building a PVH domU here. Note, hvm callback is required for PVH. Signed-off-by: Mukesh Rathor <mukesh.rathor@oracle.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/common')
-rw-r--r--xen/common/libelf/libelf-dominfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/libelf/libelf-dominfo.c b/xen/common/libelf/libelf-dominfo.c
index e79b339c84..25dd892209 100644
--- a/xen/common/libelf/libelf-dominfo.c
+++ b/xen/common/libelf/libelf-dominfo.c
@@ -27,6 +27,7 @@ static const char *const elf_xen_feature_names[] = {
[XENFEAT_auto_translated_physmap] = "auto_translated_physmap",
[XENFEAT_supervisor_mode_kernel] = "supervisor_mode_kernel",
[XENFEAT_pae_pgdir_above_4gb] = "pae_pgdir_above_4gb",
+ [XENFEAT_hvm_callback_vector] = "hvm_callback_vector",
[XENFEAT_dom0] = "dom0"
};
static const unsigned elf_xen_features =