View | Details | Raw Unified | Return to bug 230082 | Differences between
and this patch

Collapse All | Expand All

(-)bhyverun.c (-5 / +5 lines)
Lines 1027-1032 Link Here
1027
		usage(1);
1027
		usage(1);
1028
1028
1029
	vmname = argv[0];
1029
	vmname = argv[0];
1030
	/*
1031
	 * Change the proc title to include the VM name.
1032
	 */
1033
	setproctitle("%s", vmname); 
1034
	
1030
	ctx = do_open(vmname);
1035
	ctx = do_open(vmname);
1031
1036
1032
	max_vcpus = num_vcpus_allowed(ctx);
1037
	max_vcpus = num_vcpus_allowed(ctx);
Lines 1122-1132 Link Here
1122
		errx(EX_OSERR, "cap_enter() failed");
1127
		errx(EX_OSERR, "cap_enter() failed");
1123
#endif
1128
#endif
1124
1129
1125
	/*
1126
	 * Change the proc title to include the VM name.
1127
	 */
1128
	setproctitle("%s", vmname); 
1129
	
1130
	/*
1130
	/*
1131
	 * Add CPU 0
1131
	 * Add CPU 0
1132
	 */
1132
	 */

Return to bug 230082