commit | acc7fa17e6fe96bd68ad9af04fde5091383ef25e | [log] [tgz] |
---|---|---|
author | David Hildenbrand <david@redhat.com> | Mon Apr 23 18:51:18 2018 +0200 |
committer | Eduardo Habkost <ehabkost@redhat.com> | Mon May 07 10:00:02 2018 -0300 |
tree | 47e3dd50c4d2c2cbb48645ac2a18d0bdcd3f32da | |
parent | b0c14ec4efe912ae6f14a4802574f7b6b6db0648 [diff] |
pc-dimm: no need to pass the memory region We can just query it ourselves. When unplugging, we should always be able to the region (as it was previously plugged). E.g. PPC already assumed that and used &error_abort. Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20180423165126.15441-4-david@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>