Browse Source

docs: add binding for vm availability messages

SPs can subscribe to get notified when a VM is created or destroyed.
This patch adds a binding to the SP manifest to represent this.

Signed-off-by: Balint Dobszay <balint.dobszay@arm.com>
Change-Id: Ib23655575f471a22bcf261f70f2c4124a3f292c3
pull/2005/merge
Balint Dobszay 4 months ago
committed by Bálint Dobszay
parent
commit
a22f84f059
  1. 9
      docs/components/ffa-manifest-binding.rst

9
docs/components/ffa-manifest-binding.rst

@ -180,6 +180,15 @@ Partition Properties
- Bit[1]: CPU_SUSPEND
- Bit[2]: CPU_SUSPEND_RESUME
- vm-availability-messages
- value type: <u32>
- Specifies which VM availability messages a partition subscribes to. A set
bit means the partition should be informed of the event, clear bit - should
not be informed of event:
- Bit[0]: VM created
- Bit[1]: VM destroyed
.. _memory_region_node:
Memory Regions

Loading…
Cancel
Save