mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
xen: do not use xen_info on HVM, set pv_info name to "Xen HVM"
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Jeremy Fitzhardinge <jeremy@goop.org>
This commit is contained in:
parent
702d4eb9b3
commit
cff520b9c2
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user