X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fsvm.c;h=7cf20ab0d9287a0bc517cc12ec8618590948cc05;hp=015e3969d279d5dc89e8ac0b98aee1b75b1af27c;hb=cafbc1318c847b8c18e2036dc56be7af7acefa4e;hpb=101b1bdfedbf377765d7c74641e9bcf356ebed18 diff --git a/palacios/src/palacios/svm.c b/palacios/src/palacios/svm.c index 015e396..7cf20ab 100644 --- a/palacios/src/palacios/svm.c +++ b/palacios/src/palacios/svm.c @@ -188,7 +188,7 @@ static void Init_VMCB_BIOS(vmcb_t * vmcb, struct guest_info *vm_info) { uchar_t * bitmap = (uchar_t *)io_port_bitmap; bitmap += (port / 8); - PrintDebug("Setting Bit for port 0x%x\n", port); + // PrintDebug("Setting Bit for port 0x%x\n", port); *bitmap |= 1 << (port % 8); }