Re: [Qemu-devel] [PATCH 3/6] nvdimm acpi: introduce patched dsm memory

2016-01-08 Thread Igor Mammedov
On Fri, 8 Jan 2016 11:40:53 +0800 Xiao Guangrong wrote: > On 01/07/2016 07:04 PM, Igor Mammedov wrote: > > On Wed, 6 Jan 2016 23:39:04 +0800 > > Xiao Guangrong wrote: > > > >> On 01/06/2016 11:23 PM, Igor Mammedov wrote: > >>> On Tue, 5 Jan 2016 02:52:05 +0800 > >>> Xiao Guangrong wrote: >

Re: [Qemu-devel] [PATCH 3/6] nvdimm acpi: introduce patched dsm memory

2016-01-07 Thread Xiao Guangrong
On 01/07/2016 07:04 PM, Igor Mammedov wrote: On Wed, 6 Jan 2016 23:39:04 +0800 Xiao Guangrong wrote: On 01/06/2016 11:23 PM, Igor Mammedov wrote: On Tue, 5 Jan 2016 02:52:05 +0800 Xiao Guangrong wrote: The dsm memory is used to save the input parameters and store the dsm result which is

Re: [Qemu-devel] [PATCH 3/6] nvdimm acpi: introduce patched dsm memory

2016-01-07 Thread Igor Mammedov
On Wed, 6 Jan 2016 23:39:04 +0800 Xiao Guangrong wrote: > On 01/06/2016 11:23 PM, Igor Mammedov wrote: > > On Tue, 5 Jan 2016 02:52:05 +0800 > > Xiao Guangrong wrote: > > > >> The dsm memory is used to save the input parameters and store > >> the dsm result which is filled by QEMU. > >> > >>

Re: [Qemu-devel] [PATCH 3/6] nvdimm acpi: introduce patched dsm memory

2016-01-06 Thread Xiao Guangrong
On 01/06/2016 11:23 PM, Igor Mammedov wrote: On Tue, 5 Jan 2016 02:52:05 +0800 Xiao Guangrong wrote: The dsm memory is used to save the input parameters and store the dsm result which is filled by QEMU. The address of dsm memory is decided by bios and patched into int64 object returned by

Re: [Qemu-devel] [PATCH 3/6] nvdimm acpi: introduce patched dsm memory

2016-01-06 Thread Igor Mammedov
On Tue, 5 Jan 2016 02:52:05 +0800 Xiao Guangrong wrote: > The dsm memory is used to save the input parameters and store > the dsm result which is filled by QEMU. > > The address of dsm memory is decided by bios and patched into > int64 object returned by "MEMA" method > > Signed-off-by: Xiao G

[Qemu-devel] [PATCH 3/6] nvdimm acpi: introduce patched dsm memory

2016-01-04 Thread Xiao Guangrong
The dsm memory is used to save the input parameters and store the dsm result which is filled by QEMU. The address of dsm memory is decided by bios and patched into int64 object returned by "MEMA" method Signed-off-by: Xiao Guangrong --- hw/acpi/aml-build.c | 12 hw/acpi/nvd