[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH] xen/domain: fix late hwdom feature
From: Denis Mukhin <dmukhin@xxxxxxxx> Fix get_initial_domain_id() which how returns hardware_domid and breaks late hwdom feature [1]. [1] https://lore.kernel.org/xen-devel/a4c860d7-1fa0-43f4-8ae1-af59b7c6506f@xxxxxxx/ Fixes: f147ccf2 ("xen/consoled: clean up console handling for PV shim") Signed-off-by: Denis Mukhin <dmukhin@xxxxxxxx> --- xen/common/domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/domain.c b/xen/common/domain.c index 153cd75340..e566a18747 100644 --- a/xen/common/domain.c +++ b/xen/common/domain.c @@ -2404,7 +2404,7 @@ domid_t get_initial_domain_id(void) if ( pv_shim ) return pv_shim_get_initial_domain_id(); #endif - return hardware_domid; + return 0; } void freeze_domains(void) -- 2.34.1
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |