mbox

[PULL,0/3] Machine queue, 2021-02-02

Message ID 20210202193020.4107711-1-ehabkost@redhat.com
State New
Headers show

Pull-request

https://gitlab.com/ehabkost/qemu.git tags/machine-next-pull-request

Message

Eduardo Habkost Feb. 2, 2021, 7:30 p.m. UTC
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(-)

Comments

Peter Maydell Feb. 3, 2021, 12:55 p.m. UTC | #1
On Tue, 2 Feb 2021 at 19:31, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> 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)


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM