Re: [PATCH v3 0/3] nvdimm: read-only file support

2021-01-21 Thread Eduardo Habkost
On Thu, Jan 14, 2021 at 02:05:06PM +, Stefan Hajnoczi wrote: > On Mon, Jan 04, 2021 at 04:02:26PM -0500, Eduardo Habkost wrote: > > Is anybody already going to merge this? If not, I can merge it. > > Great, thank you for merging it, Eduardo! I had just queued the patches, but I will be able

Re: [PATCH v3 0/3] nvdimm: read-only file support

2021-01-14 Thread Stefan Hajnoczi
On Mon, Jan 04, 2021 at 04:02:26PM -0500, Eduardo Habkost wrote: > Is anybody already going to merge this? If not, I can merge it. Great, thank you for merging it, Eduardo! Stefan signature.asc Description: PGP signature

Re: [PATCH v3 0/3] nvdimm: read-only file support

2021-01-04 Thread Eduardo Habkost
Is anybody already going to merge this? If not, I can merge it. On Mon, Jan 04, 2021 at 05:13:17PM +, Stefan Hajnoczi wrote: > v3: > * Produce an error when -device nvdimm,unarmed=off is used with -object >memory-backend-file,readonly=on instead of silently switching on >unarmed. [Ig

[PATCH v3 0/3] nvdimm: read-only file support

2021-01-04 Thread Stefan Hajnoczi
v3: * Produce an error when -device nvdimm,unarmed=off is used with -object memory-backend-file,readonly=on instead of silently switching on unarmed. [Igor] * Use Object *obj instead of Object *o [Igor] * Do not dereference MEMORY_BACKEND_FILE(o)->readonly directly, use a local variable