diff options
| author | Neel Natu <neel@FreeBSD.org> | 2013-10-16 18:20:27 +0000 |
|---|---|---|
| committer | Neel Natu <neel@FreeBSD.org> | 2013-10-16 18:20:27 +0000 |
| commit | 49cc03da31d268e60807527936612bb5f43e03d0 (patch) | |
| tree | 485e8ff412606d07ec06cf7fe2ff393c3985ba76 /lib/libvmmapi | |
| parent | 86ccd3e00f142985fe1198c697a6f07f9f3d2349 (diff) | |
Notes
Diffstat (limited to 'lib/libvmmapi')
| -rw-r--r-- | lib/libvmmapi/vmmapi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libvmmapi/vmmapi.c b/lib/libvmmapi/vmmapi.c index 810b39eb9a81..bb6935884d05 100644 --- a/lib/libvmmapi/vmmapi.c +++ b/lib/libvmmapi/vmmapi.c @@ -415,6 +415,7 @@ static struct { { "mtrap_exit", VM_CAP_MTRAP_EXIT }, { "pause_exit", VM_CAP_PAUSE_EXIT }, { "unrestricted_guest", VM_CAP_UNRESTRICTED_GUEST }, + { "enable_invpcid", VM_CAP_ENABLE_INVPCID }, { 0 } }; |
