Date: Tue, 15 Mar 2022 12:49:21 GMT From: "Alfredo Dal'Ava Junior" <alfredo@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: aa37fbc20036 - main - powerpcspe: add virtio in-kernel support Message-ID: <202203151249.22FCnLJh028441@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by alfredo: URL: https://cgit.FreeBSD.org/src/commit/?id=aa37fbc2003625ea3b07d845abab92a35a6f0b76 commit aa37fbc2003625ea3b07d845abab92a35a6f0b76 Author: Alfredo Dal'Ava Junior <alfredo@FreeBSD.org> AuthorDate: 2022-03-14 20:54:26 +0000 Commit: Alfredo Dal'Ava Junior <alfredo@FreeBSD.org> CommitDate: 2022-03-15 12:34:22 +0000 powerpcspe: add virtio in-kernel support Adding it in order to make easier using powerpcspe images under qemu Reviewed by: jhibbits Sponsored by: Instituto de Pesquisas Eldorado (eldorado.org.br) Differential Revision: https://reviews.freebsd.org/D34554 --- sys/powerpc/conf/MPC85XXSPE | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sys/powerpc/conf/MPC85XXSPE b/sys/powerpc/conf/MPC85XXSPE index a3b8f06a4483..0f59b9ee8879 100644 --- a/sys/powerpc/conf/MPC85XXSPE +++ b/sys/powerpc/conf/MPC85XXSPE @@ -121,6 +121,14 @@ device umass device usb device vlan +# VirtIO support +device virtio # Generic VirtIO bus (required) +device virtio_pci # VirtIO PCI device +device vtnet # VirtIO Ethernet device +device virtio_blk # VirtIO Block device +device virtio_scsi # VirtIO SCSI device +device virtio_balloon # VirtIO Memory Balloon device + # P1022 DIU device diu device videomode
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203151249.22FCnLJh028441>