qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eduardo Habkost <ehabkost@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>, Igor Mammedov <imammedo@redhat.com>
Subject: [PULL 0/3] Machine queue, 2021-02-02
Date: Tue,  2 Feb 2021 14:30:17 -0500	[thread overview]
Message-ID: <20210202193020.4107711-1-ehabkost@redhat.com> (raw)

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




             reply	other threads:[~2021-02-02 19:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-02 19:30 Eduardo Habkost [this message]
2021-02-02 19:30 ` [PULL 1/3] memory: add readonly support to memory_region_init_ram_from_file() Eduardo Habkost
2021-02-02 19:30 ` [PULL 2/3] hostmem-file: add readonly=on|off option Eduardo Habkost
2021-02-02 19:30 ` [PULL 3/3] nvdimm: check -object memory-backend-file, readonly=on option Eduardo Habkost
2021-02-03 12:55 ` [PULL 0/3] Machine queue, 2021-02-02 Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210202193020.4107711-1-ehabkost@redhat.com \
    --to=ehabkost@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).