X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_config.c;h=17ca9e4f13c4046539d2048b41f6b1d52fb4ef60;hb=a1a2be8eb002e13b1eb6ccaca40e4396f8816402;hp=1dc59968e6692af428d51da01bb68a60becf0f79;hpb=91f3c5195b3e0575f0288e95f1f7ac930b560db0;p=palacios.git diff --git a/palacios/src/palacios/vmm_config.c b/palacios/src/palacios/vmm_config.c index 1dc5996..17ca9e4 100644 --- a/palacios/src/palacios/vmm_config.c +++ b/palacios/src/palacios/vmm_config.c @@ -177,12 +177,15 @@ int config_guest(struct guest_info * info, void * config_ptr) { struct vm_device * generic = NULL; //Zheng 09/29/2008 + if (use_ramdisk) { + PrintDebug("Creating Ramdisk\n"); ramdisk = create_ramdisk(); } if (use_generic) { + PrintDebug("Creating Generic Device\n"); generic = create_generic(); // Make the DMA controller invisible