mbox

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

Message ID 20230523150240.365055-1-david@redhat.com
State New
Headers show

Pull-request

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

Message

David Hildenbrand May 23, 2023, 3:02 p.m. UTC
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(-)

Comments

Richard Henderson May 23, 2023, 8:06 p.m. UTC | #1
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~