X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_config.c;h=f0befa8d7478fa89c4dda23e300ea21feed300d9;hp=fb4c5e3e8a4e55863ca3525f4d07546662077dbf;hb=18cc68af5caa15264a853167e9d2d885cb79317a;hpb=561e89ed85d5133af211fe820476e9a6e669673f diff --git a/palacios/src/palacios/vmm_config.c b/palacios/src/palacios/vmm_config.c index fb4c5e3..f0befa8 100644 --- a/palacios/src/palacios/vmm_config.c +++ b/palacios/src/palacios/vmm_config.c @@ -294,6 +294,8 @@ int v3_config_devices(struct guest_info * info, struct v3_vm_config * config_ptr + + static struct vm_device * configure_generic(struct guest_info * info, struct v3_vm_config * config_ptr) { PrintDebug("Creating Generic Device\n"); struct vm_device * generic = v3_create_generic();