Re: [Xen-devel] [PATCH v4 01/21] arm/acpi: Emulate io ports for arm

2016-01-28 Thread Shannon Zhao
On 2016/1/27 20:52, Stefano Stabellini wrote: > On Sat, 23 Jan 2016, Shannon Zhao wrote: >> From: Shannon Zhao >> >> Add macros to emulate x86 style ports for arm. This avoids modification in >> common code for acpi. Here just print a warning on ARM. >> >>

Re: [Xen-devel] [PATCH v4 01/21] arm/acpi: Emulate io ports for arm

2016-01-28 Thread Stefano Stabellini
On Thu, 28 Jan 2016, Shannon Zhao wrote: > On 2016/1/27 20:52, Stefano Stabellini wrote: > > On Sat, 23 Jan 2016, Shannon Zhao wrote: > >> From: Shannon Zhao > >> > >> Add macros to emulate x86 style ports for arm. This avoids modification in > >> common code for acpi.

Re: [Xen-devel] [PATCH v4 01/21] arm/acpi: Emulate io ports for arm

2016-01-27 Thread Stefano Stabellini
On Sat, 23 Jan 2016, Shannon Zhao wrote: > From: Shannon Zhao > > Add macros to emulate x86 style ports for arm. This avoids modification in > common code for acpi. Here just print a warning on ARM. > > Signed-off-by: Shannon Zhao > --- > V4:

[Xen-devel] [PATCH v4 01/21] arm/acpi: Emulate io ports for arm

2016-01-23 Thread Shannon Zhao
From: Shannon Zhao Add macros to emulate x86 style ports for arm. This avoids modification in common code for acpi. Here just print a warning on ARM. Signed-off-by: Shannon Zhao --- V4: print warning --- xen/include/asm-arm/arm64/io.h | 18