I still have a huge list of patches to review, but I don't keep this series stuck in the queue while I try to catch up.
The following changes since commit 74208cd252c5da9d867270a178799abd802b9338: Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-request' into staging (2021-01-29 19:51:25 +0000) are available in the Git repository at: https://gitlab.com/ehabkost/qemu.git tags/machine-next-pull-request for you to fetch changes up to dbd730e8598701e11b2fb7aee1704f4ec1787e86: nvdimm: check -object memory-backend-file, readonly=on option (2021-02-01 17:07:34 -0500) ---------------------------------------------------------------- Machine queue, 2021-02-02 Feature: * nvdimm: read-only file support (Stefan Hajnoczi) ---------------------------------------------------------------- Stefan Hajnoczi (3): memory: add readonly support to memory_region_init_ram_from_file() hostmem-file: add readonly=on|off option nvdimm: check -object memory-backend-file, readonly=on option include/exec/memory.h | 2 ++ include/exec/ram_addr.h | 5 +++-- include/qemu/mmap-alloc.h | 2 ++ backends/hostmem-file.c | 28 +++++++++++++++++++++++++++- docs/nvdimm.txt | 24 +++++++++++++++++------- hw/mem/nvdimm.c | 9 +++++++++ qemu-options.hx | 5 ++++- softmmu/memory.c | 7 +++++-- softmmu/physmem.c | 18 +++++++++++------- util/mmap-alloc.c | 10 ++++++---- util/oslib-posix.c | 2 +- 11 files changed, 87 insertions(+), 25 deletions(-) -- 2.28.0