diff options
| author | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2018-07-16 09:03:51 +0000 |
|---|---|---|
| committer | Patrick Mooney <pmooney@pfmooney.com> | 2020-05-22 14:27:14 +0000 |
| commit | eb9a1df2aeb866bf1de4494433b6d7e5fa07b3ae (patch) | |
| tree | f9cc894879d944a84aa3e16bfabc9e16a4fcaf6b /usr/src/pkg | |
| parent | 3c5f2a9de9c6554ce899ad4ebf7978ea7293994a (diff) | |
| download | illumos-joyent-eb9a1df2aeb866bf1de4494433b6d7e5fa07b3ae.tar.gz | |
12680 want PCI pass-thru in bhyve
Portions contributed by: Patrick Mooney <patrick.mooney@joyent.com>
Portions contributed by: John Levon <john.levon@joyent.com>
Portions contributed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Reviewed by: Patrick Mooney <pmooney@oxide.computer>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/pkg')
| -rw-r--r-- | usr/src/pkg/manifests/system-bhyve.mf | 8 | ||||
| -rw-r--r-- | usr/src/pkg/manifests/system-library-bhyve.mf | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-bhyve.mf b/usr/src/pkg/manifests/system-bhyve.mf index 7fdeb81254..002bef64cc 100644 --- a/usr/src/pkg/manifests/system-bhyve.mf +++ b/usr/src/pkg/manifests/system-bhyve.mf @@ -35,14 +35,22 @@ dir path=usr group=sys dir path=usr/kernel/drv group=sys dir path=usr/kernel/drv/$(ARCH64) group=sys dir path=usr/sbin +dir path=usr/share +dir path=usr/share/man +dir path=usr/share/man/man1m +driver name=ppt driver name=viona driver name=vmm +file path=usr/kernel/drv/$(ARCH64)/ppt file path=usr/kernel/drv/$(ARCH64)/viona file path=usr/kernel/drv/$(ARCH64)/vmm +file path=usr/kernel/drv/ppt.conf file path=usr/kernel/drv/viona.conf file path=usr/kernel/drv/vmm.conf file path=usr/sbin/bhyve mode=0555 file path=usr/sbin/bhyvectl mode=0555 +file path=usr/sbin/pptadm mode=0555 +file path=usr/share/man/man1m/pptadm.1m license lic_CDDL license=lic_CDDL depend fmri=developer/acpi type=require depend fmri=system/bhyve/firmware type=require diff --git a/usr/src/pkg/manifests/system-library-bhyve.mf b/usr/src/pkg/manifests/system-library-bhyve.mf index d9a15e1b37..3c7e52c938 100644 --- a/usr/src/pkg/manifests/system-library-bhyve.mf +++ b/usr/src/pkg/manifests/system-library-bhyve.mf @@ -27,5 +27,8 @@ dir path=lib group=bin dir path=lib/$(ARCH64) group=bin dir path=usr group=sys dir path=usr/lib group=bin +dir path=usr/lib/$(ARCH64) group=bin file path=lib/$(ARCH64)/libvmmapi.so.1 +file path=usr/lib/$(ARCH64)/libppt.so.1 +file path=usr/lib/libppt.so.1 license lic_CDDL license=lic_CDDL |
