softmmu/memory_mapping: factor out adding physical memory ranges
commit3513bb1be1f025e011a69bafd02b6f59fa1d8383
authorDavid Hildenbrand <david@redhat.com>
Tue, 27 Jul 2021 08:25:44 +0000 (27 10:25 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 2 Oct 2021 06:43:22 +0000 (2 08:43 +0200)
tree4ec8034736348e48f475777aafda1a3580147271
parent602f8ea79ce39b7bd6d2e22c686ef05227e1876b
softmmu/memory_mapping: factor out adding physical memory ranges

Let's factor out adding a MemoryRegionSection to the list, to be reused in
RamDiscardManager context next.

Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: Alex Williamson <alex.williamson@redhat.com>
Cc: Dr. David Alan Gilbert <dgilbert@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>
Cc: Claudio Fontana <cfontana@suse.de>
Cc: Thomas Huth <thuth@redhat.com>
Cc: "Alex Bennée" <alex.bennee@linaro.org>
Cc: Peter Xu <peterx@redhat.com>
Cc: Laurent Vivier <lvivier@redhat.com>
Cc: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20210727082545.17934-4-david@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
softmmu/memory_mapping.c