• J
    conf: Add new xml elements for file memorybacking support · bc6d3121
    Jaroslav Safka 提交于
    This part introduces new xml elements for file based
    memorybacking support and their parsing.
    (It allows vhost-user to be used without hugepages.)
    
    New xml elements:
    <memoryBacking>
      <source type="file|anonymous"/>
      <access mode="shared|private"/>
      <allocation mode="immediate|ondemand"/>
    </memoryBacking>
    bc6d3121
qemuxml2xmlout-memorybacking-unset.xml 1.0 KB