Re: [PATCH] x86/mem_sharing: fix wrong field name used in 2c5119d

2021-01-13 Thread Andrew Cooper
On 13/01/2021 02:28, Tamas K Lengyel wrote: > The arch_domain struct has "msr", not "msrs". > > Reported-by: Andrew Cooper > Signed-off-by: Tamas K Lengyel > --- > I've build tested originally with "msr" but typod "msrs" when creating the > patch that was sent in. Sorry for the noise. Acked-by:

[PATCH] x86/mem_sharing: fix wrong field name used in 2c5119d

2021-01-12 Thread Tamas K Lengyel
The arch_domain struct has "msr", not "msrs". Reported-by: Andrew Cooper Signed-off-by: Tamas K Lengyel --- I've build tested originally with "msr" but typod "msrs" when creating the patch that was sent in. Sorry for the noise. --- xen/arch/x86/mm/mem_sharing.c | 2 +- 1 file changed, 1 inserti