X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_config.h;h=fe82063be11cbb02ed02494b9444d72ff166a973;hb=3b1580ef455e63fdeb07d177eecc0055e7429b4f;hp=02b6d03e0e2c65dcbf430814c9fe1e5ec34fb4c3;hpb=3e5e5a12e64630d7a37ed32b8d7e2d993c79f7e0;p=palacios.git diff --git a/palacios/include/palacios/vmm_config.h b/palacios/include/palacios/vmm_config.h index 02b6d03..fe82063 100644 --- a/palacios/include/palacios/vmm_config.h +++ b/palacios/include/palacios/vmm_config.h @@ -34,7 +34,8 @@ struct v3_vm_info; -struct v3_vm_info * v3_config_guest( void * cfg_blob); +struct v3_vm_info * v3_config_guest( void * cfg_blob, void * priv_data); +int v3_free_config(struct v3_vm_info * vm); struct v3_cfg_file { void * data;