]> git.ipfire.org Git - thirdparty/qemu.git/commit
Merge tag 'mem-2023-01-02' of https://github.com/davidhildenbrand/qemu into staging
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Jan 2023 14:05:21 +0000 (14:05 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Jan 2023 14:05:21 +0000 (14:05 +0000)
commitf8af61fa14441e67300176a5e07671ea395426b3
tree508cb538fe6914d25c0c523791efdcb45bbc5fa8
parentcb9c6a8e5ad6a1f0ce164d352e3102df46986e22
parent6bb613f0812d1364fc8fcf0846647446884d5148
Merge tag 'mem-2023-01-02' of https://github.com/davidhildenbrand/qemu into staging

Hi,

"Host Memory Backends" and "Memory devices" queue ("mem"):
- virtio-mem fixes
- Use new MPOL_PREFERRED_MANY mbind() policy for memory backends if
  possible

# gpg: Signature made Mon 02 Jan 2023 11:22:04 GMT
# gpg:                using RSA key 1BD9CAAD735C4C3A460DFCCA4DDE10F700FF835A
# gpg:                issuer "david@redhat.com"
# gpg: Good signature from "David Hildenbrand <david@redhat.com>" [marginal]
# gpg:                 aka "David Hildenbrand <davidhildenbrand@gmail.com>" [full]
# gpg:                 aka "David Hildenbrand <hildenbr@in.tum.de>" [unknown]
# Primary key fingerprint: 1BD9 CAAD 735C 4C3A 460D  FCCA 4DDE 10F7 00FF 835A

* tag 'mem-2023-01-02' of https://github.com/davidhildenbrand/qemu:
  hostmem: Honor multiple preferred nodes if possible
  virtio-mem: Fix typo in function name
  virtio-mem: Fix the iterator variable in a vmem->rdl_list loop
  virtio-mem: Fix the bitmap index of the section offset

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>