<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/virtio/console, branch release/14.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F14.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F14.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2024-06-21T03:46:51Z</updated>
<entry>
<title>virtio(4): Fix two typos in KASSERT messages</title>
<updated>2024-06-21T03:46:51Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2024-06-16T16:02:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=17bcc10aec4b1e13e42a02c0a185ed0dac56af1b'/>
<id>urn:sha1:17bcc10aec4b1e13e42a02c0a185ed0dac56af1b</id>
<content type='text'>
- s/emtpy/empty/

(cherry picked from commit 018a361f8902d629fca64be372ef9b266fee53ba)
</content>
</entry>
<entry>
<title>sys: Remove $FreeBSD$: one-line .c pattern</title>
<updated>2023-08-16T17:54:36Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=685dc743dc3b5645e34836464128e1c0558b404b'/>
<id>urn:sha1:685dc743dc3b5645e34836464128e1c0558b404b</id>
<content type='text'>
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
</content>
</entry>
<entry>
<title>sys: Remove $FreeBSD$: two-line .h pattern</title>
<updated>2023-08-16T17:54:11Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=95ee2897e98f5d444f26ed2334cc7c439f9c16c6'/>
<id>urn:sha1:95ee2897e98f5d444f26ed2334cc7c439f9c16c6</id>
<content type='text'>
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
</content>
</entry>
<entry>
<title>virtio: Remove unused devclass arguments to DRIVER_MODULE.</title>
<updated>2022-05-06T22:46:57Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2022-05-06T22:46:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5c4c96d3ee38b45c87bff326ec4b0daf828c5e2a'/>
<id>urn:sha1:5c4c96d3ee38b45c87bff326ec4b0daf828c5e2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>virtio console: plug set-but-not-used vars</title>
<updated>2021-12-14T14:14:34Z</updated>
<author>
<name>Mateusz Guzik</name>
<email>mjg@FreeBSD.org</email>
</author>
<published>2021-12-14T14:14:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4d78ef3e811f5fb61ba2b550f0ea990ab12b83a9'/>
<id>urn:sha1:4d78ef3e811f5fb61ba2b550f0ea990ab12b83a9</id>
<content type='text'>
Sponsored by:	Rubicon Communications, LLC ("Netgate")
</content>
</entry>
<entry>
<title>virtio: Reduce boilerplate for device driver module definitions</title>
<updated>2021-01-21T01:07:23Z</updated>
<author>
<name>Jessica Clarke</name>
<email>jrtc27@FreeBSD.org</email>
</author>
<published>2021-01-21T01:07:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=633218ee4615854702fea05ba6e17c2a1876bb6b'/>
<id>urn:sha1:633218ee4615854702fea05ba6e17c2a1876bb6b</id>
<content type='text'>
Rather than have every device register itself for both virtio_pci and
virtio_mmio, provide a VIRTIO_DRIVER_MODULE wrapper to declare both,
merge VIRTIO_SIMPLE_PNPTABLE with VIRTIO_SIMPLE_PNPINFO and make the
latter register for both buses. This also has the benefit of abstracting
away the available transports and their names.

Reviewed by:	bryanv
Differential Revision:	https://reviews.freebsd.org/D28073
</content>
</entry>
<entry>
<title>virtio: Handle possible failure of virtio_finalize_features()</title>
<updated>2021-01-19T04:55:26Z</updated>
<author>
<name>Bryan Venteicher</name>
<email>bryanv@FreeBSD.org</email>
</author>
<published>2021-01-19T04:55:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e6cc42f181ce346a294ae7aa1d1c321fdc90f241'/>
<id>urn:sha1:e6cc42f181ce346a294ae7aa1d1c321fdc90f241</id>
<content type='text'>
Try to standardize how drivers negotiate feature and the
function names

Reviewed by: grehan (mentor)
Differential Revision: https://reviews.freebsd.org/D27930
</content>
</entry>
<entry>
<title>virtio_console: Add modern (V1) support</title>
<updated>2021-01-19T04:55:24Z</updated>
<author>
<name>Bryan Venteicher</name>
<email>bryanv@FreeBSD.org</email>
</author>
<published>2021-01-19T04:55:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=edf7c8ddcecae93ced005144b6eeac14e08ade8e'/>
<id>urn:sha1:edf7c8ddcecae93ced005144b6eeac14e08ade8e</id>
<content type='text'>
Reviewed by: grehan (mentor)
Differential Revision: https://reviews.freebsd.org/D27901
</content>
</entry>
<entry>
<title>virtio: clean up empty lines in .c and .h files</title>
<updated>2020-09-01T21:31:26Z</updated>
<author>
<name>Mateusz Guzik</name>
<email>mjg@FreeBSD.org</email>
</author>
<published>2020-09-01T21:31:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=068dbf361a18dc257308fe1d887d9e7e1f382c1a'/>
<id>urn:sha1:068dbf361a18dc257308fe1d887d9e7e1f382c1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>virtio: Support MMIO bus for all devices</title>
<updated>2020-05-06T23:31:30Z</updated>
<author>
<name>Jessica Clarke</name>
<email>jrtc27@FreeBSD.org</email>
</author>
<published>2020-05-06T23:31:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a1da7a46f6f59ac87f1f2b7065dd5c634d654d1e'/>
<id>urn:sha1:a1da7a46f6f59ac87f1f2b7065dd5c634d654d1e</id>
<content type='text'>
The bus is independent of the device, so all devices can be attached to
either a PCI bus or an MMIO bus. For example, QEMU's virtio-rng-device
gives the MMIO variant of virtio-rng-pci, and is now detected.

Reviewed by:	andrew, br, brooks (mentor)
Approved by:	andrew, br, brooks (mentor)
Differential Revision:	https://reviews.freebsd.org/D24730
</content>
</entry>
</feed>
