Re: [Xen-devel] [PATCH 01/13] Xen : Hide UART used by Xen

2015-11-20 Thread Stefano Stabellini
CC'ing ACPI maintainers. Please use ./scripts/get_maintainer.pl to retrieve a list of maintainers to CC for each patch. On Tue, 17 Nov 2015, shannon.z...@linaro.org wrote: > From: Shannon Zhao > > According to the STAO table, hide UART used by Xen from Dom0. > > Signed-off-by: Shannon Zhao >

[Xen-devel] [PATCH 01/13] Xen : Hide UART used by Xen

2015-11-17 Thread shannon . zhao
From: Shannon Zhao According to the STAO table, hide UART used by Xen from Dom0. Signed-off-by: Shannon Zhao --- drivers/acpi/bus.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c index a212cef..e93806b 100644 --- a/drivers/ac