[GIT PULL 0/1] Host Memory Backends and Memory devices queue 2023-05-23

David Hildenbrand posted 1 patch 11 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230523150240.365055-1-david@redhat.com
Maintainers: David Hildenbrand <david@redhat.com>, Igor Mammedov <imammedo@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Peter Xu <peterx@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Eduardo Habkost <eduardo@habkost.net>
backends/hostmem-file.c | 40 +++++++++++++++++++++++++++++++++++++++-
hw/virtio/vhost-user.c  |  1 +
include/exec/memory.h   |  2 ++
include/exec/ram_addr.h |  3 ++-
include/exec/ramblock.h |  1 +
qapi/qom.json           |  5 +++++
qemu-options.hx         |  6 +++++-
softmmu/memory.c        |  3 ++-
softmmu/physmem.c       | 17 ++++++++++++-----
9 files changed, 69 insertions(+), 9 deletions(-)
[GIT PULL 0/1] Host Memory Backends and Memory devices queue 2023-05-23
Posted by David Hildenbrand 11 months, 2 weeks ago
The following changes since commit 886c0453cbf10eebd42a9ccf89c3e46eb389c357:

  Merge tag 'pull-qapi-2023-05-17-v2' of https://repo.or.cz/qemu/armbru into staging (2023-05-22 15:54:21 -0700)

are available in the Git repository at:

  https://github.com/davidhildenbrand/qemu.git tags/mem-2023-05-23

for you to fetch changes up to 4b870dc4d0c0895859d34d14ce0272a4bcbccf78:

  hostmem-file: add offset option (2023-05-23 16:47:03 +0200)

----------------------------------------------------------------
Hi,

"Host Memory Backends" and "Memory devices" queue ("mem"):
- New "offset" option for memory-backend-file

----------------------------------------------------------------
Alexander Graf (1):
      hostmem-file: add offset option

 backends/hostmem-file.c | 40 +++++++++++++++++++++++++++++++++++++++-
 hw/virtio/vhost-user.c  |  1 +
 include/exec/memory.h   |  2 ++
 include/exec/ram_addr.h |  3 ++-
 include/exec/ramblock.h |  1 +
 qapi/qom.json           |  5 +++++
 qemu-options.hx         |  6 +++++-
 softmmu/memory.c        |  3 ++-
 softmmu/physmem.c       | 17 ++++++++++++-----
 9 files changed, 69 insertions(+), 9 deletions(-)

-- 
2.40.1
Re: [GIT PULL 0/1] Host Memory Backends and Memory devices queue 2023-05-23
Posted by Richard Henderson 11 months, 2 weeks ago
On 5/23/23 08:02, David Hildenbrand wrote:
> The following changes since commit 886c0453cbf10eebd42a9ccf89c3e46eb389c357:
> 
>    Merge tag 'pull-qapi-2023-05-17-v2' ofhttps://repo.or.cz/qemu/armbru  into staging (2023-05-22 15:54:21 -0700)
> 
> are available in the Git repository at:
> 
>    https://github.com/davidhildenbrand/qemu.git  tags/mem-2023-05-23
> 
> for you to fetch changes up to 4b870dc4d0c0895859d34d14ce0272a4bcbccf78:
> 
>    hostmem-file: add offset option (2023-05-23 16:47:03 +0200)
> 
> ----------------------------------------------------------------
> Hi,
> 
> "Host Memory Backends" and "Memory devices" queue ("mem"):
> - New "offset" option for memory-backend-file

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~