mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-12 20:39:30 +00:00
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:
@@ -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
|
Reference in New Issue
Block a user