X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_config.c;h=b9c60c8967589fe8e42ba0b2e6726aa546ace00b;hp=921633f75f652789c5f27833f5170d64d10fd2d0;hb=a536ac8d7eef843551087eaf8788e0a41f2a2c0a;hpb=701c70aa5e0c3122fb51e1b0f524d6e6b7be5e74 diff --git a/palacios/src/palacios/vmm_config.c b/palacios/src/palacios/vmm_config.c index 921633f..b9c60c8 100644 --- a/palacios/src/palacios/vmm_config.c +++ b/palacios/src/palacios/vmm_config.c @@ -52,7 +52,7 @@ static int configure_generic(struct guest_info * info, struct v3_vm_config * con -#ifndef VIDEO +#ifndef CONFIG_VIDEO static int passthrough_mem_write(addr_t guest_addr, void * src, uint_t length, void * priv_data) { return length; @@ -164,7 +164,7 @@ int v3_post_config_guest(struct guest_info * info, struct v3_vm_config * config_ */ static int setup_memory_map(struct guest_info * info, struct v3_vm_config * config_ptr) { -#ifndef VIDEO +#ifndef CONFIG_VIDEO PrintDebug("Setting up memory map (memory size=%dMB)\n", (uint_t)(info->mem_size / (1024 * 1024))); // VGA frame buffer @@ -433,7 +433,7 @@ static int configure_generic(struct guest_info * info, struct v3_vm_config * con #endif -#ifndef VIDEO +#ifndef CONFIG_VIDEO // Monitor graphics card operations