mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
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
This commit is contained in:
parent
9a01089df5
commit
a22f84f059
1 changed files with 9 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue