mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 07:35:31 +00:00
HV: rename the term of vm0 to sos vm
Under sharing mode, VM0 is identical with SOS VM. But the coupling of SOS VM and VM 0 is not friendly for partition mode. This patch is a pure term change of vm0 to sos VM, it does not change any code logic or senmantic. Tracked-On: #2291 Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -81,7 +81,7 @@ static int32_t request_notification_irq(irq_action_t func, void *data)
|
||||
*/
|
||||
void setup_notification(void)
|
||||
{
|
||||
/* support IPI notification, VM0 will register all CPU */
|
||||
/* support IPI notification, SOS_VM will register all CPU */
|
||||
if (request_notification_irq(kick_notification, NULL) < 0) {
|
||||
pr_err("Failed to setup notification");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user