All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 0/8] Host Memory Backends and Memory devices patches
@ 2022-10-28  9:52 David Hildenbrand
  2022-10-28  9:52 ` [GIT PULL 1/8] hw/mem/nvdimm: fix error message for 'unarmed' flag David Hildenbrand
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: David Hildenbrand @ 2022-10-28  9:52 UTC (permalink / raw)
  To: qemu-devel
  Cc: Igor Mammedov, Xiao Guangrong, Richard Henderson, Stefan Weil,
	David Hildenbrand

The following changes since commit 0529245488865038344d64fff7ee05864d3d17f6:

  Merge tag 'pull-target-arm-20221020' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-10-20 14:36:12 -0400)

are available in the Git repository at:

  https://github.com/davidhildenbrand/qemu.git tags/mem-2022-10-28

for you to fetch changes up to bd77c30df984faefa85e6a402939b485d6e05f05:

  vl: Allow ThreadContext objects to be created before the sandbox option (2022-10-27 11:01:09 +0200)

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

"Host Memory Backends" and "Memory devices" queue ("mem"):
- Fix NVDIMM error message
- Add ThreadContext user-creatable object and wire it up for NUMA-aware
  hostmem preallocation

----------------------------------------------------------------
David Hildenbrand (7):
      util: Cleanup and rename os_mem_prealloc()
      util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity()
      util: Introduce ThreadContext user-creatable object
      util: Add write-only "node-affinity" property for ThreadContext
      util: Make qemu_prealloc_mem() optionally consume a ThreadContext
      hostmem: Allow for specifying a ThreadContext for preallocation
      vl: Allow ThreadContext objects to be created before the sandbox option

Julia Suvorova (1):
      hw/mem/nvdimm: fix error message for 'unarmed' flag

 backends/hostmem.c            |  13 +-
 hw/mem/nvdimm.c               |   2 +-
 hw/virtio/virtio-mem.c        |   2 +-
 include/qemu/osdep.h          |  19 ++-
 include/qemu/thread-context.h |  57 +++++++
 include/qemu/thread.h         |   4 +
 include/sysemu/hostmem.h      |   2 +
 meson.build                   |  16 ++
 qapi/qom.json                 |  28 ++++
 softmmu/cpus.c                |   2 +-
 softmmu/vl.c                  |  36 ++++-
 util/meson.build              |   1 +
 util/oslib-posix.c            |  39 +++--
 util/oslib-win32.c            |   8 +-
 util/qemu-thread-posix.c      |  70 ++++++++
 util/qemu-thread-win32.c      |  12 ++
 util/thread-context.c         | 362 ++++++++++++++++++++++++++++++++++++++++++
 17 files changed, 642 insertions(+), 31 deletions(-)
 create mode 100644 include/qemu/thread-context.h
 create mode 100644 util/thread-context.c

-- 
2.37.3



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-02-05 17:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-28  9:52 [GIT PULL 0/8] Host Memory Backends and Memory devices patches David Hildenbrand
2022-10-28  9:52 ` [GIT PULL 1/8] hw/mem/nvdimm: fix error message for 'unarmed' flag David Hildenbrand
2022-10-28  9:52 ` [GIT PULL 2/8] util: Cleanup and rename os_mem_prealloc() David Hildenbrand
2022-10-28  9:52 ` [GIT PULL 3/8] util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity() David Hildenbrand
2022-10-28  9:52 ` [GIT PULL 4/8] util: Introduce ThreadContext user-creatable object David Hildenbrand
2022-10-28  9:52 ` [GIT PULL 5/8] util: Add write-only "node-affinity" property for ThreadContext David Hildenbrand
2024-02-05 10:14   ` Claudio Fontana
2024-02-05 14:15     ` David Hildenbrand
2024-02-05 16:13       ` Claudio Fontana
2024-02-05 17:55         ` David Hildenbrand
2022-10-28  9:52 ` [GIT PULL 6/8] util: Make qemu_prealloc_mem() optionally consume a ThreadContext David Hildenbrand
2022-10-28  9:52 ` [GIT PULL 7/8] hostmem: Allow for specifying a ThreadContext for preallocation David Hildenbrand
2022-10-28  9:52 ` [GIT PULL 8/8] vl: Allow ThreadContext objects to be created before the sandbox option David Hildenbrand
2022-10-31 10:14 ` [GIT PULL 0/8] Host Memory Backends and Memory devices patches Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.