Re: [Xen-devel] [PATCH 00/14] Xen ARM DomU ACPI support

2016-06-01 Thread Julien Grall
On 01/06/16 15:56, Shannon Zhao wrote: On 2016年06月01日 22:36, Boris Ostrovsky wrote: On 06/01/2016 09:53 AM, Shannon Zhao wrote: Actually I think there are two tables can be reused: RSDP and XSDT(while which are smaller codes, I don't think it needs to be mixed with others). The other tables

Re: [Xen-devel] [PATCH 00/14] Xen ARM DomU ACPI support

2016-06-01 Thread Shannon Zhao
On 2016年06月01日 22:36, Boris Ostrovsky wrote: > On 06/01/2016 09:53 AM, Shannon Zhao wrote: >> > >> > Actually I think there are two tables can be reused: RSDP and XSDT(while >> > which are smaller codes, I don't think it needs to be mixed with >> > others). The other tables are arch specific becaus

Re: [Xen-devel] [PATCH 00/14] Xen ARM DomU ACPI support

2016-06-01 Thread Boris Ostrovsky
On 06/01/2016 09:53 AM, Shannon Zhao wrote: > > Actually I think there are two tables can be reused: RSDP and XSDT(while > which are smaller codes, I don't think it needs to be mixed with > others). The other tables are arch specific because the contents are > totally different. So if we want to ad

Re: [Xen-devel] [PATCH 00/14] Xen ARM DomU ACPI support

2016-06-01 Thread Shannon Zhao
On 2016年06月01日 21:21, Julien Grall wrote: > > > On 01/06/16 13:59, Boris Ostrovsky wrote: >> On 06/01/2016 08:42 AM, Julien Grall wrote: >>> On 31/05/16 21:51, Boris Ostrovsky wrote: On 05/31/2016 03:42 PM, Konrad Rzeszutek Wilk wrote: > On Tue, May 31, 2016 at 12:43:22PM +0800, Shannon

Re: [Xen-devel] [PATCH 00/14] Xen ARM DomU ACPI support

2016-06-01 Thread Boris Ostrovsky
On 06/01/2016 09:21 AM, Julien Grall wrote: > > > On 01/06/16 13:59, Boris Ostrovsky wrote: >> On 06/01/2016 08:42 AM, Julien Grall wrote: >>> On 31/05/16 21:51, Boris Ostrovsky wrote: On 05/31/2016 03:42 PM, Konrad Rzeszutek Wilk wrote: > On Tue, May 31, 2016 at 12:43:22PM +0800, Shannon

Re: [Xen-devel] [PATCH 00/14] Xen ARM DomU ACPI support

2016-06-01 Thread Julien Grall
On 01/06/16 13:59, Boris Ostrovsky wrote: On 06/01/2016 08:42 AM, Julien Grall wrote: On 31/05/16 21:51, Boris Ostrovsky wrote: On 05/31/2016 03:42 PM, Konrad Rzeszutek Wilk wrote: On Tue, May 31, 2016 at 12:43:22PM +0800, Shannon Zhao wrote: From: Shannon Zhao The design of this feature

Re: [Xen-devel] [PATCH 00/14] Xen ARM DomU ACPI support

2016-06-01 Thread Boris Ostrovsky
On 06/01/2016 08:42 AM, Julien Grall wrote: > Hi Boris, > > On 31/05/16 21:51, Boris Ostrovsky wrote: >> On 05/31/2016 03:42 PM, Konrad Rzeszutek Wilk wrote: >>> On Tue, May 31, 2016 at 12:43:22PM +0800, Shannon Zhao wrote: From: Shannon Zhao The design of this feature is described

Re: [Xen-devel] [PATCH 00/14] Xen ARM DomU ACPI support

2016-06-01 Thread Julien Grall
Hi Boris, On 31/05/16 21:51, Boris Ostrovsky wrote: On 05/31/2016 03:42 PM, Konrad Rzeszutek Wilk wrote: On Tue, May 31, 2016 at 12:43:22PM +0800, Shannon Zhao wrote: From: Shannon Zhao The design of this feature is described as below. Firstly, the toolstack (libxl) generates the ACPI tables

Re: [Xen-devel] [PATCH 00/14] Xen ARM DomU ACPI support

2016-05-31 Thread Boris Ostrovsky
On 05/31/2016 03:42 PM, Konrad Rzeszutek Wilk wrote: > On Tue, May 31, 2016 at 12:43:22PM +0800, Shannon Zhao wrote: >> From: Shannon Zhao >> >> The design of this feature is described as below. >> Firstly, the toolstack (libxl) generates the ACPI tables according the >> number of vcpus and gic co

Re: [Xen-devel] [PATCH 00/14] Xen ARM DomU ACPI support

2016-05-31 Thread Konrad Rzeszutek Wilk
On Tue, May 31, 2016 at 12:43:22PM +0800, Shannon Zhao wrote: > From: Shannon Zhao > > The design of this feature is described as below. > Firstly, the toolstack (libxl) generates the ACPI tables according the > number of vcpus and gic controller. CC-ing Boris - who has been working on exposing

Re: [Xen-devel] [PATCH 00/14] Xen ARM DomU ACPI support

2016-05-30 Thread Shannon Zhao
Sorry, I Cc'ed the wrong email address of Wei Liu. I'll resend these patches. Please ignore these ones. On 2016/5/31 12:43, Shannon Zhao wrote: > From: Shannon Zhao > > The design of this feature is described as below. > Firstly, the toolstack (libxl) generates the ACPI tables according the > nu

[Xen-devel] [PATCH 00/14] Xen ARM DomU ACPI support

2016-05-30 Thread Shannon Zhao
From: Shannon Zhao The design of this feature is described as below. Firstly, the toolstack (libxl) generates the ACPI tables according the number of vcpus and gic controller. Then, it copies these ACPI tables to DomU memory space and passes them to UEFI firmware through the "ARM multiboot" prot