Re: [Xen-devel] [PATCH 2/2] pc-nvdimm acpi: build ACPI tables for pc-nvdimm devices

2016-01-06 Thread Haozhong Zhang
On 01/06/16 09:50, Konrad Rzeszutek Wilk wrote: > On Tue, Jan 05, 2016 at 10:01:26PM +0800, Haozhong Zhang wrote: > > On 01/05/16 11:00, Stefano Stabellini wrote: > > > On Mon, 4 Jan 2016, Konrad Rzeszutek Wilk wrote: > > > > On Mon, Jan 04, 2016 at 04:01:08PM +, Stefano Stabellini wrote: > > >

Re: [Xen-devel] [PATCH 2/2] pc-nvdimm acpi: build ACPI tables for pc-nvdimm devices

2016-01-06 Thread Konrad Rzeszutek Wilk
On Tue, Jan 05, 2016 at 10:01:26PM +0800, Haozhong Zhang wrote: > On 01/05/16 11:00, Stefano Stabellini wrote: > > On Mon, 4 Jan 2016, Konrad Rzeszutek Wilk wrote: > > > On Mon, Jan 04, 2016 at 04:01:08PM +, Stefano Stabellini wrote: > > > > CC'ing the Xen tools maintainers and Anthony. > > > >

Re: [Xen-devel] [PATCH 2/2] pc-nvdimm acpi: build ACPI tables for pc-nvdimm devices

2016-01-05 Thread Haozhong Zhang
On 01/05/16 11:00, Stefano Stabellini wrote: > On Mon, 4 Jan 2016, Konrad Rzeszutek Wilk wrote: > > On Mon, Jan 04, 2016 at 04:01:08PM +, Stefano Stabellini wrote: > > > CC'ing the Xen tools maintainers and Anthony. > > > > > > On Tue, 29 Dec 2015, Haozhong Zhang wrote: > > > > Reuse existing

Re: [Xen-devel] [PATCH 2/2] pc-nvdimm acpi: build ACPI tables for pc-nvdimm devices

2016-01-05 Thread Stefano Stabellini
On Mon, 4 Jan 2016, Konrad Rzeszutek Wilk wrote: > On Mon, Jan 04, 2016 at 04:01:08PM +, Stefano Stabellini wrote: > > CC'ing the Xen tools maintainers and Anthony. > > > > On Tue, 29 Dec 2015, Haozhong Zhang wrote: > > > Reuse existing NVDIMM ACPI code to build ACPI tables for pc-nvdimm > > >

Re: [Xen-devel] [PATCH 2/2] pc-nvdimm acpi: build ACPI tables for pc-nvdimm devices

2016-01-04 Thread Haozhong Zhang
On 01/04/16 16:01, Stefano Stabellini wrote: > CC'ing the Xen tools maintainers and Anthony. > > On Tue, 29 Dec 2015, Haozhong Zhang wrote: > > Reuse existing NVDIMM ACPI code to build ACPI tables for pc-nvdimm > > devices. The resulting tables are then copied into Xen guest domain so > > tha they

Re: [Xen-devel] [PATCH 2/2] pc-nvdimm acpi: build ACPI tables for pc-nvdimm devices

2016-01-04 Thread Konrad Rzeszutek Wilk
On Mon, Jan 04, 2016 at 04:01:08PM +, Stefano Stabellini wrote: > CC'ing the Xen tools maintainers and Anthony. > > On Tue, 29 Dec 2015, Haozhong Zhang wrote: > > Reuse existing NVDIMM ACPI code to build ACPI tables for pc-nvdimm > > devices. The resulting tables are then copied into Xen guest

Re: [Xen-devel] [PATCH 2/2] pc-nvdimm acpi: build ACPI tables for pc-nvdimm devices

2016-01-04 Thread Stefano Stabellini
CC'ing the Xen tools maintainers and Anthony. On Tue, 29 Dec 2015, Haozhong Zhang wrote: > Reuse existing NVDIMM ACPI code to build ACPI tables for pc-nvdimm > devices. The resulting tables are then copied into Xen guest domain so > tha they can be later loaded by Xen hvmloader. > > Signed-off-by

[Xen-devel] [PATCH 2/2] pc-nvdimm acpi: build ACPI tables for pc-nvdimm devices

2015-12-29 Thread Haozhong Zhang
Reuse existing NVDIMM ACPI code to build ACPI tables for pc-nvdimm devices. The resulting tables are then copied into Xen guest domain so tha they can be later loaded by Xen hvmloader. Signed-off-by: Haozhong Zhang --- hw/acpi/nvdimm.c | 5 +++- hw/i386/pc.c | 6 - include/hw/x