diff options
| author | Neel Natu <neel@FreeBSD.org> | 2013-10-22 00:58:51 +0000 |
|---|---|---|
| committer | Neel Natu <neel@FreeBSD.org> | 2013-10-22 00:58:51 +0000 |
| commit | 9c9e57d28b17af0e042ce660a3ba4c0f5a59b706 (patch) | |
| tree | 9dfed47515f37a1e3685838506fddfadda2af8dd /lib/libvmmapi | |
| parent | eaa0158e846bad0b94c999f108404eeda026882f (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 } }; |
