runtime: Introduce riscv64 template for vm factory

Set `templateDeviceStateSize` to 8 as other architectures did.

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
Ruoqing He
2025-03-27 09:28:32 +08:00
parent b7cf4fd2e6
commit 4947938ce8

View File

@@ -0,0 +1,11 @@
// Copyright (c) 2024 Institute of Software, CAS.
//
// SPDX-License-Identifier: Apache-2.0
//
// template implements base vm factory with vm templating.
package template
// templateDeviceStateSize denotes device state size when
// mount tmpfs.
const templateDeviceStateSize = 8