Free commit for someone. Noticed last night by my student team that is working
on vmm(4) virtio memory ballooning support as we were adding the viomb(4)
stats queue.

-ml


Index: vmm.c
===================================================================
RCS file: /cvs/src/sys/arch/amd64/amd64/vmm.c,v
retrieving revision 1.257
diff -u -p -a -u -r1.257 vmm.c
--- vmm.c       13 Dec 2019 03:38:15 -0000      1.257
+++ vmm.c       7 Feb 2020 21:27:46 -0000
@@ -3666,7 +3666,6 @@ vcpu_vmx_compute_ctrl(uint64_t ctrlval, 
 /*
  * vm_get_info
  *
- * Returns information about the VM indicated by 'vip'.
  * Returns information about the VM indicated by 'vip'. The 'vip_size' field
  * in the 'vip' parameter is used to indicate the size of the caller's buffer.
  * If insufficient space exists in that buffer, the required size needed is

Reply via email to