Files
acrn-hypervisor/devicemodel/include
Yonghua Huang 6bf70e3e35 dm: add ssram support for user VM
Hook ssram init && de-init functions to vdev
 devices lifecycle management:

 1) initialize ssram when vdev devices
    are initialized.

 2) de-initialize ssram when vdev devices
    are reset or destroyed.

 notes:
 ssram configuration data can be released only when
 user VM shutdown, hence it can't be done in deinit_vssram().

  - VM reboot:
    do deinit_vssram() only.

  - VM shutdown:
    do both deinit_vssram() and clean_vssram_config().

Tracked-On: #7010
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
Acked-by: Wang Yu1 <yu1.wang@intel.com>
2022-01-10 13:34:27 +08:00
..
2020-09-01 09:30:08 +08:00
2018-11-30 14:55:17 +08:00
2019-05-24 11:51:00 +08:00
2018-10-09 13:24:47 +08:00
2018-12-07 20:21:33 +08:00
2019-05-07 09:08:50 +08:00
2018-10-09 13:24:47 +08:00
2021-07-15 11:53:54 +08:00
2021-05-19 13:54:24 +08:00
2019-05-24 11:51:00 +08:00
2019-01-23 10:33:28 +08:00
2019-03-21 10:28:17 +08:00
2022-01-10 13:34:27 +08:00
2018-12-27 09:58:20 +08:00
2019-10-11 13:20:19 +08:00
2021-11-16 14:42:59 +08:00
2022-01-10 13:34:27 +08:00