A mistake in a comment.

Shunsuke Mie sux2mfgj at gmail.com
Thu Jul 25 14:27:56 UTC 2019


Hi,

I'm reading a source code at a vmx entry to guest. I confused by a comment
in here.
https://github.com/freebsd/freebsd/blob/master/sys/amd64/vmm/intel/vmx_support.S#L138
.

A prototype definition of the vmx_entry_guest is in vmx.h.
```
int vmx_enter_guest(struct vmxctx *ctx, struct vmx *vmx, int launched);
```

So, is this a mistake?

Thanks a lot.
Shunsuke.


More information about the freebsd-virtualization mailing list