hmp: Print if memory section is registered with an accelerator
commit8072aae3770aed5ed1274a3d6b83a94672c6181a
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Fri, 14 Jun 2019 01:52:37 +0000 (14 11:52 +1000)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 19 Jul 2019 17:04:49 +0000 (19 19:04 +0200)
tree5c99d7415b8eeb5b8f34ea9dd6e581b1ae375c80
parent2f950b1e449818ec69ce70a19270f1a039350c2e
hmp: Print if memory section is registered with an accelerator

This adds an accelerator name to the "into mtree -f" to tell the user if
a particular memory section is registered with the accelerator;
the primary user for this is KVM and such information is useful
for debugging purposes.

This adds a has_memory() callback to the accelerator class allowing any
accelerator to have a label in that memory tree dump.

Since memory sections are passed to memory listeners and get registered
in accelerators (rather than memory regions), this only prints new labels
for flatviews attached to the system address space.

An example:
 Root memory region: system
  0000000000000000-0000002fffffffff (prio 0, ram): /objects/mem0 kvm
  0000003000000000-0000005fffffffff (prio 0, ram): /objects/mem1 kvm
  0000200000000020-000020000000003f (prio 1, i/o): virtio-pci
  0000200080000000-000020008000003f (prio 0, i/o): capabilities

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Message-Id: <20190614015237.82463-1-aik@ozlabs.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
accel/kvm/kvm-all.c
include/sysemu/accel.h
memory.c