Re: [Qemu-devel] [PATCH 3/3] nvdimm: platform capabilities command line option

2018-05-16 Thread Igor Mammedov
On Tue, 15 May 2018 17:03:51 -0600 Ross Zwisler wrote: > On Thu, May 10, 2018 at 03:28:48PM +0200, Igor Mammedov wrote: [...] > > > Also an extra patch to for make check that will test setting 'cap' > > would be nice (an extra testcase in tests/bios-tables-test.c) > > Hmm...I've been looking

Re: [Qemu-devel] [PATCH 3/3] nvdimm: platform capabilities command line option

2018-05-15 Thread Ross Zwisler
On Thu, May 10, 2018 at 03:28:48PM +0200, Igor Mammedov wrote: > On Fri, 27 Apr 2018 15:53:14 -0600 > Ross Zwisler wrote: > > > Add a device command line option to allow the user to control the Platform > > Capabilities Structure in the virtualized NFIT. > > > > Signed-off-by: Ross Zwisler > >

Re: [Qemu-devel] [PATCH 3/3] nvdimm: platform capabilities command line option

2018-05-10 Thread Igor Mammedov
On Fri, 27 Apr 2018 15:53:14 -0600 Ross Zwisler wrote: > Add a device command line option to allow the user to control the Platform > Capabilities Structure in the virtualized NFIT. > > Signed-off-by: Ross Zwisler > --- > docs/nvdimm.txt | 22 ++ > hw/acpi/nvdimm.c

Re: [Qemu-devel] [PATCH 3/3] nvdimm: platform capabilities command line option

2018-04-30 Thread Stefan Hajnoczi
On Fri, Apr 27, 2018 at 03:53:14PM -0600, Ross Zwisler wrote: > Add a device command line option to allow the user to control the Platform > Capabilities Structure in the virtualized NFIT. > > Signed-off-by: Ross Zwisler > --- > docs/nvdimm.txt | 22 ++ > hw/acpi/nvdi

[Qemu-devel] [PATCH 3/3] nvdimm: platform capabilities command line option

2018-04-27 Thread Ross Zwisler
Add a device command line option to allow the user to control the Platform Capabilities Structure in the virtualized NFIT. Signed-off-by: Ross Zwisler --- docs/nvdimm.txt | 22 ++ hw/acpi/nvdimm.c| 29 + hw/mem/nvdimm.c | 28