gitee.com/leisunstar/runtime@v0.0.0-20200521203717-5cef3e7b53f9/virtcontainers/factory/template/template_s390x.go (about)

     1  // Copyright (c) 2019 HyperHQ Inc.
     2  //
     3  // SPDX-License-Identifier: Apache-2.0
     4  //
     5  // template implements base vm factory with vm templating.
     6  
     7  package template
     8  
     9  // templateDeviceStateSize denotes device state size when
    10  // mount tmpfs.
    11  // when bypass-shared-memory is not support like arm64,
    12  // creating template will occupy more space. That's why we
    13  // put it here.
    14  const templateDeviceStateSize = 8