Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2019 23:27:43 +0900
From:      Shunsuke Mie <sux2mfgj@gmail.com>
To:        freebsd-virtualization@freebsd.org
Subject:   A mistake in a comment.
Message-ID:  <CAO7oYFQuyky7zHqCMD6g8piqQFJo77G9%2BgdQgoyBLZqMSJz%2B3w@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAO7oYFQuyky7zHqCMD6g8piqQFJo77G9%2BgdQgoyBLZqMSJz%2B3w>