<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/share/examples/bhyve, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2019-06-07T17:54:26Z</updated>
<entry>
<title>vmrun: Add a missing close-paren to the usage message.</title>
<updated>2019-06-07T17:54:26Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-06-07T17:54:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=007d50155fb6b636b62051a36ec5915ca87a4139'/>
<id>urn:sha1:007d50155fb6b636b62051a36ec5915ca87a4139</id>
<content type='text'>
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>bhyve/vmrun.sh: make -L functional.</title>
<updated>2018-06-24T15:22:38Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2018-06-24T15:22:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=503b10da57d722e0454c288e58bc0b207adde1bd'/>
<id>urn:sha1:503b10da57d722e0454c288e58bc0b207adde1bd</id>
<content type='text'>
Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
</content>
</entry>
<entry>
<title>Fold constants and unify vnc variable names.</title>
<updated>2018-02-02T17:52:09Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>2018-02-02T17:52:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=49bc1b104e63b154987e7e82c3022f3c5a526812'/>
<id>urn:sha1:49bc1b104e63b154987e7e82c3022f3c5a526812</id>
<content type='text'>
Approved by:	grehan (mentor)
MFC after:	3 days
</content>
</entry>
<entry>
<title>Clean up long lines.</title>
<updated>2018-02-02T16:35:17Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>2018-02-02T16:35:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=9e5bf7fb2a6d0d2b8084fedcd1b4bbdc12051754'/>
<id>urn:sha1:9e5bf7fb2a6d0d2b8084fedcd1b4bbdc12051754</id>
<content type='text'>
Approved by:	grehan (mentor)
MFC after:	3 days
</content>
</entry>
<entry>
<title>Add -n &lt;network device emulation type&gt; to usage synopsis</title>
<updated>2018-02-01T19:39:33Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>2018-02-01T19:39:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=40d9195e37067d94a96b4c30dfc9963f99ca4a07'/>
<id>urn:sha1:40d9195e37067d94a96b4c30dfc9963f99ca4a07</id>
<content type='text'>
forgotten in r328695.

Fix long lines in usage.
Consistently use "default:" rather than "default is"

Approved by:	grehan (mentor)
MFC after:	3 days
</content>
</entry>
<entry>
<title>Add option '-n' network device emulation type which has a default of virtio-net</title>
<updated>2018-02-01T17:59:14Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>2018-02-01T17:59:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=cb797f517dd54a19a984d6b5b9c36a988422418a'/>
<id>urn:sha1:cb797f517dd54a19a984d6b5b9c36a988422418a</id>
<content type='text'>
PR:		225558
Submitted by:	Johannes Lundberg &lt;johalun0@gmail.com&gt;
Approved by:	grehan (mentor)
MFC after:	3 days
</content>
</entry>
<entry>
<title>share and pc-sysinstall: adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T15:28:26Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T15:28:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f0cfa1b168014f56c02b83e5f28412cc5f78d117'/>
<id>urn:sha1:f0cfa1b168014f56c02b83e5f28412cc5f78d117</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Commit these apart because compile testing doesn't guarantee I didn't made
some nasty mistake. No functional change intended.
</content>
</entry>
<entry>
<title>vmrun.sh: add -A option for AHCI emulation of disk devices</title>
<updated>2017-11-23T22:10:12Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2017-11-23T22:10:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2205d3dd3ecf0da9652b3392868d3c8e3427f497'/>
<id>urn:sha1:2205d3dd3ecf0da9652b3392868d3c8e3427f497</id>
<content type='text'>
AHCI emulation is useful for testing scenarios closer to the real
hardware.  For example, it allows to exercise the CAM subsystem.
There could be other uses as well.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Add UEFI support to vmrun.sh</title>
<updated>2017-04-13T00:07:39Z</updated>
<author>
<name>Allan Jude</name>
<email>allanjude@FreeBSD.org</email>
</author>
<published>2017-04-13T00:07:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5bce363c41e19b59e86605925e345cf35cdb862d'/>
<id>urn:sha1:5bce363c41e19b59e86605925e345cf35cdb862d</id>
<content type='text'>
Adds:
 -E: Use UEFI mode
 -f: path to UEFI firmware image (default: path to uefi-edk2-bhyve package)
 -F: UEFI framebuffer size (default: w=1024,h=768)
 -L: IP to listen for VNC connections on (default: 127.0.0.1)
 -P: Port to listen for VNC connections on (default: 5900)
 -T: Enable tablnet device (for VNC)
 -v: Wait for VNC client before booting VM

Submitted by:	Shawn Webb &lt;shawn.webb@hardenedbsd.org&gt;
MFC after:	2 weeks
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D10378
</content>
</entry>
<entry>
<title>Make vmrun.sh passthrough -u and -w to bhybe</title>
<updated>2017-03-05T05:02:13Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>2017-03-05T05:02:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=9edf60b1edb5647fa51649c7233a976ea86329e3'/>
<id>urn:sha1:9edf60b1edb5647fa51649c7233a976ea86329e3</id>
<content type='text'>
PR:		214273
Submitted by:	Martin Birgmeier &lt;la5lbtyi@aon.at&gt;
Approved by:	grehan
MFC after:	1 week
</content>
</entry>
</feed>
