RE: [PATCH v2 01/12] pc-dimm: put it into the 'storage' category

2020-12-07 Thread ganqixin
> Subject: Re: [PATCH v2 01/12] pc-dimm: put it into the 'storage' category > > > mdc->get_memory_region = > pc_dimm_md_get_memory_region; > > > > mdc->fill_device_info = pc_dimm_md_fill_device_info; > > > > +set_bit(DEVICE_CATEGO

Re: [PATCH v2 01/12] pc-dimm: put it into the 'storage' category

2020-12-03 Thread Pankaj Gupta
> mdc->get_memory_region = pc_dimm_md_get_memory_region; > > > mdc->fill_device_info = pc_dimm_md_fill_device_info; > > > +set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); > > > > Any reason why pc-dimm would be in the storage category? ... > Thanks for you reply. As far as I know,

RE: [PATCH v2 01/12] pc-dimm: put it into the 'storage' category

2020-12-02 Thread ganqixin
> Subject: Re: [PATCH v2 01/12] pc-dimm: put it into the 'storage' category > > > The category of the pc-dimm device is not set, put it into the 'storage' > > category. > > > > Signed-off-by: Gan Qixin > > --- > > Cc: Michael S. Tsirkin

Re: [PATCH v2 01/12] pc-dimm: put it into the 'storage' category

2020-11-30 Thread Pankaj Gupta
> The category of the pc-dimm device is not set, put it into the 'storage' > category. > > Signed-off-by: Gan Qixin > --- > Cc: Michael S. Tsirkin > --- > hw/mem/pc-dimm.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/mem/pc-dimm.c b/hw/mem/pc-dimm.c > index 2ffc986734..017146e3d1