Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156443355
D55894.id174921.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
795 B
Referenced Files
None
Subscribers
None
D55894.id174921.diff
View Options
diff --git a/share/man/man4/virtio.4 b/share/man/man4/virtio.4
--- a/share/man/man4/virtio.4
+++ b/share/man/man4/virtio.4
@@ -114,7 +114,7 @@
.Nm
driver
.Pq 0 .
-The default value is 0.
+The default value is 1.
.El
.Sh SEE ALSO
.Xr virtio_balloon 4 ,
diff --git a/sys/dev/virtio/pci/virtio_pci_modern.c b/sys/dev/virtio/pci/virtio_pci_modern.c
--- a/sys/dev/virtio/pci/virtio_pci_modern.c
+++ b/sys/dev/virtio/pci/virtio_pci_modern.c
@@ -191,7 +191,7 @@
/* Tunables. */
SYSCTL_DECL(_hw_virtio_pci);
-static int vtpci_modern_transitional = 0;
+static int vtpci_modern_transitional = 1;
SYSCTL_INT(_hw_virtio_pci, OID_AUTO, transitional, CTLFLAG_RDTUN,
&vtpci_modern_transitional, 0,
"If 0, a transitional VirtIO device is used in legacy mode; otherwise, in modern mode.");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 14, 5:46 PM (10 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33051314
Default Alt Text
D55894.id174921.diff (795 B)
Attached To
Mode
D55894: virtio: use modern mode for transitional device by default
Attached
Detach File
Event Timeline
Log In to Comment