diff options
author | Andy Fiddaman <omnios@citrus-it.co.uk> | 2022-02-02 16:23:30 +0000 |
---|---|---|
committer | Andy Fiddaman <omnios@citrus-it.co.uk> | 2022-02-07 20:51:44 +0000 |
commit | 251becc882939aaf03088561add2c257a7a92424 (patch) | |
tree | e83d28aec3116e89b7cf379ae918ac71ea9c976d /usr/src/pkg | |
parent | 6dc983494b0ffef2565cc4d91371ee345425ffab (diff) | |
download | illumos-joyent-251becc882939aaf03088561add2c257a7a92424.tar.gz |
14374 Improve bhyve mevent EVF_VNODE monitoring
Reviewed by: Patrick Mooney <pmooney@pfmooney.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/pkg')
-rw-r--r-- | usr/src/pkg/manifests/system-bhyve-tests.p5m | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/pkg/manifests/system-bhyve-tests.p5m b/usr/src/pkg/manifests/system-bhyve-tests.p5m index 74881cf19c..5b4a7351c4 100644 --- a/usr/src/pkg/manifests/system-bhyve-tests.p5m +++ b/usr/src/pkg/manifests/system-bhyve-tests.p5m @@ -14,7 +14,7 @@ # # -# Copyright 2018 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2022 OmniOS Community Edition (OmniOSce) Association. # Copyright 2022 Oxide Computer Company # @@ -35,6 +35,8 @@ file path=opt/bhyve-tests/tests/mevent/lists_delete mode=0555 file path=opt/bhyve-tests/tests/mevent/read_disable mode=0555 file path=opt/bhyve-tests/tests/mevent/read_pause mode=0555 file path=opt/bhyve-tests/tests/mevent/read_requeue mode=0555 +file path=opt/bhyve-tests/tests/mevent/vnode_file mode=0555 +file path=opt/bhyve-tests/tests/mevent/vnode_zvol mode=0555 dir path=opt/bhyve-tests/tests/vmm file path=opt/bhyve-tests/tests/vmm/mem_partial mode=0555 file path=opt/bhyve-tests/tests/vmm/mem_seg_map mode=0555 |