X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_config.h;h=78a16c29bbc60868bfc112f27f52e381b495e488;hb=2957bc119df396ec4a350ed182f45fe6a51a0362;hp=fe82063be11cbb02ed02494b9444d72ff166a973;hpb=f77cde571176f0fa2479ebc6bb99cc043aca2113;p=palacios.releases.git diff --git a/palacios/include/palacios/vmm_config.h b/palacios/include/palacios/vmm_config.h index fe82063..78a16c2 100644 --- a/palacios/include/palacios/vmm_config.h +++ b/palacios/include/palacios/vmm_config.h @@ -32,6 +32,8 @@ //#include +#define V3_MAX_TAG_LEN 256 + struct v3_vm_info; struct v3_vm_info * v3_config_guest( void * cfg_blob, void * priv_data); @@ -40,8 +42,9 @@ int v3_free_config(struct v3_vm_info * vm); struct v3_cfg_file { void * data; uint64_t size; + ulong_t hash; // used only in version 1+ - char tag[256]; + char tag[V3_MAX_TAG_LEN]; struct list_head file_node; };