Skip to content

Commit

Permalink
xen: do not use xen_info on HVM, set pv_info name to "Xen HVM"
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Jeremy Fitzhardinge <jeremy@goop.org>
  • Loading branch information
Stefano Stabellini committed Feb 25, 2011
1 parent 702d4eb commit cff520b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/x86/xen/enlighten.c
Original file line number Diff line number Diff line change
@@ -1284,8 +1284,7 @@ static int init_hvm_pv_info(int *major, int *minor)

xen_setup_features();

pv_info = xen_info;
pv_info.kernel_rpl = 0;
pv_info.name = "Xen HVM";

xen_domain_type = XEN_HVM_DOMAIN;

0 comments on commit cff520b

Please sign in to comment.