svn commit: r243675 - projects/bhyve/sys/amd64/vmm

Peter Grehan grehan at FreeBSD.org
Thu Nov 29 15:08:14 UTC 2012


Author: grehan
Date: Thu Nov 29 15:08:13 2012
New Revision: 243675
URL: http://svnweb.freebsd.org/changeset/base/243675

Log:
  Remove debug printf.
  
  Pointed out by:	emaste

Modified:
  projects/bhyve/sys/amd64/vmm/vmm_instruction_emul.c

Modified: projects/bhyve/sys/amd64/vmm/vmm_instruction_emul.c
==============================================================================
--- projects/bhyve/sys/amd64/vmm/vmm_instruction_emul.c	Thu Nov 29 14:05:04 2012	(r243674)
+++ projects/bhyve/sys/amd64/vmm/vmm_instruction_emul.c	Thu Nov 29 15:08:13 2012	(r243675)
@@ -305,7 +305,6 @@ emulate_and(void *vm, int vcpuid, uint64
 		error = vie_update_register(vm, vcpuid, reg, val1, size);
 		break;
 	case 0x81:
-		printf("0x81 AND\n");
 		/*
 		 * AND reg (ModRM:reg) with immediate and store the
 		 * result in reg


More information about the svn-src-projects mailing list