X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fgeekos%2Fsvm.c;h=7d012e4afc0dbc8f4ed3f773d3fdc8dbdb527e80;hb=89d5928385ff776aaaf9c0957734a611c9f9880c;hp=8108ddb5f15d7780e256782ef42b0bac44880b84;hpb=9be2a31f574121ab4aa0289b7714eefe070b0db0;p=palacios.releases.git diff --git a/palacios/src/geekos/svm.c b/palacios/src/geekos/svm.c index 8108ddb..7d012e4 100644 --- a/palacios/src/geekos/svm.c +++ b/palacios/src/geekos/svm.c @@ -111,7 +111,6 @@ int init_svm_guest(struct guest_info *info) { //info->page_tables = generate_guest_page_tables(&(info->mem_layout), &(info->mem_list)); //PrintDebugPageTables(info->page_tables); - PrintDebug("Initializing VMCB (addr=%x)\n", info->vmm_data); Init_VMCB((vmcb_t*)(info->vmm_data), *info); @@ -262,9 +261,6 @@ void Init_VMCB_Real(vmcb_t * vmcb, struct guest_info vm_info) { *bitmap |= 1 << (port % 8); } - // memset((uchar_t*)io_port_bitmap, 0xff, PAGE_SIZE * 2); - //PrintDebugMemDump((uchar_t*)io_port_bitmap, PAGE_SIZE *2); - ctrl_area->instrs.instrs.IOIO_PROT = 1; }