diff options
-rw-r--r-- | images/NEWS | 2 | ||||
-rw-r--r-- | kernel/list_modules.pm | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS index 874163f9c..bc631fbe6 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- include virtio-console + Version 2.37 - 5 July 2016 by Thierry Vignaud - sync with kernel-4.7 diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 6682342b3..cf8e0e727 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -338,7 +338,7 @@ our %l = ( #- these need checking qw(rrunner meye), - qw(virtio virtio_input virtio_pci virtio_ring vhost_scsi hyperv-keyboard), + qw(virtio virtio-console virtio_input virtio_pci virtio_ring vhost_scsi hyperv-keyboard), qw(mei pch_phub), ], agpgart => [ |