memory-device: Support memory devices with multiple memslots
commit7975feece9053b73a2b7b015840f85e9f6ad25db
authorDavid Hildenbrand <david@redhat.com>
Tue, 26 Sep 2023 18:57:26 +0000 (26 20:57 +0200)
committerDavid Hildenbrand <david@redhat.com>
Thu, 12 Oct 2023 12:15:22 +0000 (12 14:15 +0200)
tree5d1dd5b5fccaf58e88e139903a00e220382430e7
parent8c49951c4ad9798cbe19f74f7645393ee625c180
memory-device: Support memory devices with multiple memslots

We want to support memory devices that have a memory region container as
device memory region that maps multiple RAM memory regions. Let's start
by supporting memory devices that statically map multiple RAM memory
regions and, thereby, consume multiple memslots.

We already have one device that uses a container as device memory region:
NVDIMMs. However, a NVDIMM always ends up consuming exactly one memslot.

Let's add support for that by asking the memory device via a new
callback how many memslots it requires.

Message-ID: <20230926185738.277351-7-david@redhat.com>
Reviewed-by: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
hw/mem/memory-device.c
include/hw/mem/memory-device.h