Re: [Qemu-devel] [PATCH v2 3/8] nvdimm acpi: introduce _FIT

2016-10-14 Thread Igor Mammedov
On Fri, 14 Oct 2016 15:43:50 +0800 Xiao Guangrong wrote: > On 10/13/2016 09:33 PM, Igor Mammedov wrote: > > On Wed, 12 Oct 2016 16:20:07 +0800 > > Xiao Guangrong wrote: > > > >> On 10/11/2016 07:49 PM, Igor Mammedov wrote: > >>> On Mon, 10 Oct 2016 21:09:30 +0800 > >>> Xiao Guangrong wrote:

Re: [Qemu-devel] [PATCH v2 3/8] nvdimm acpi: introduce _FIT

2016-10-14 Thread Xiao Guangrong
On 10/13/2016 09:33 PM, Igor Mammedov wrote: On Wed, 12 Oct 2016 16:20:07 +0800 Xiao Guangrong wrote: On 10/11/2016 07:49 PM, Igor Mammedov wrote: On Mon, 10 Oct 2016 21:09:30 +0800 Xiao Guangrong wrote: On 10/10/2016 08:51 PM, Igor Mammedov wrote: On Sat, 8 Oct 2016 15:17:14 +0800 Xiao

Re: [Qemu-devel] [PATCH v2 3/8] nvdimm acpi: introduce _FIT

2016-10-13 Thread Igor Mammedov
On Wed, 12 Oct 2016 16:20:07 +0800 Xiao Guangrong wrote: > On 10/11/2016 07:49 PM, Igor Mammedov wrote: > > On Mon, 10 Oct 2016 21:09:30 +0800 > > Xiao Guangrong wrote: > > > >> On 10/10/2016 08:51 PM, Igor Mammedov wrote: > >>> On Sat, 8 Oct 2016 15:17:14 +0800 > >>> Xiao Guangrong wrote:

Re: [Qemu-devel] [PATCH v2 3/8] nvdimm acpi: introduce _FIT

2016-10-12 Thread Xiao Guangrong
On 10/11/2016 07:49 PM, Igor Mammedov wrote: On Mon, 10 Oct 2016 21:09:30 +0800 Xiao Guangrong wrote: On 10/10/2016 08:51 PM, Igor Mammedov wrote: On Sat, 8 Oct 2016 15:17:14 +0800 Xiao Guangrong wrote: On 09/30/2016 09:14 PM, Igor Mammedov wrote: On Fri, 12 Aug 2016 14:54:05 +0800 Xiao

Re: [Qemu-devel] [PATCH v2 3/8] nvdimm acpi: introduce _FIT

2016-10-11 Thread Igor Mammedov
On Mon, 10 Oct 2016 21:09:30 +0800 Xiao Guangrong wrote: > On 10/10/2016 08:51 PM, Igor Mammedov wrote: > > On Sat, 8 Oct 2016 15:17:14 +0800 > > Xiao Guangrong wrote: > > > >> On 09/30/2016 09:14 PM, Igor Mammedov wrote: > >>> On Fri, 12 Aug 2016 14:54:05 +0800 > >>> Xiao Guangrong wrote:

Re: [Qemu-devel] [PATCH v2 3/8] nvdimm acpi: introduce _FIT

2016-10-10 Thread Xiao Guangrong
On 10/10/2016 08:51 PM, Igor Mammedov wrote: On Sat, 8 Oct 2016 15:17:14 +0800 Xiao Guangrong wrote: On 09/30/2016 09:14 PM, Igor Mammedov wrote: On Fri, 12 Aug 2016 14:54:05 +0800 Xiao Guangrong wrote: _FIT is required for hotplug support, guest will inquire the updated device info from

Re: [Qemu-devel] [PATCH v2 3/8] nvdimm acpi: introduce _FIT

2016-10-10 Thread Igor Mammedov
On Sat, 8 Oct 2016 15:17:14 +0800 Xiao Guangrong wrote: > On 09/30/2016 09:14 PM, Igor Mammedov wrote: > > On Fri, 12 Aug 2016 14:54:05 +0800 > > Xiao Guangrong wrote: > > > >> _FIT is required for hotplug support, guest will inquire the updated > >> device info from it if a hotplug event is r

Re: [Qemu-devel] [PATCH v2 3/8] nvdimm acpi: introduce _FIT

2016-10-08 Thread Xiao Guangrong
On 09/30/2016 09:14 PM, Igor Mammedov wrote: On Fri, 12 Aug 2016 14:54:05 +0800 Xiao Guangrong wrote: _FIT is required for hotplug support, guest will inquire the updated device info from it if a hotplug event is received As FIT buffer is not completely mapped into guest address space, so a

Re: [Qemu-devel] [PATCH v2 3/8] nvdimm acpi: introduce _FIT

2016-09-30 Thread Igor Mammedov
On Fri, 12 Aug 2016 14:54:05 +0800 Xiao Guangrong wrote: > _FIT is required for hotplug support, guest will inquire the updated > device info from it if a hotplug event is received > > As FIT buffer is not completely mapped into guest address space, so a > new function, Read FIT whose function i

[Qemu-devel] [PATCH v2 3/8] nvdimm acpi: introduce _FIT

2016-08-12 Thread Xiao Guangrong
_FIT is required for hotplug support, guest will inquire the updated device info from it if a hotplug event is received As FIT buffer is not completely mapped into guest address space, so a new function, Read FIT whose function index is 0x, is reserved by QEMU to read the piece of FIT buff