arm: Add support for QEMU ARM Virtual Machine ("virt").

This commit is contained in:
jmcneill 2018-06-14 10:57:42 +00:00
parent 2417111f9f
commit 33b9f57fe7
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2396 $>
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2397 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@ -162,3 +162,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
default. [sevan 20180602]
dhcpcd: Import 7.0.5b. [roy 20180604]
virtio(4): Add MMIO transport and fdt(4) attachment. [jakllsch 20180606]
arm: Add support for QEMU ARM Virtual Machine ("virt"). [jmcneill 20180614]