#8 Add VFIO modules to the initrd
Merged 4 years ago by ddd. Opened 4 years ago by fidencio.
rpms/ fidencio/kata-osbuilder wip/vfio  into  master

file modified
+2
@@ -17,6 +17,8 @@ 

  drivers+="virtio_console "

  # virtio 9p. Could be dropped eventually, virtio-fs covers us

  drivers+="9p 9pnet_virtio "

+ # vfio

+ drivers+="vfio-pci vfio"

  

  

  # Fedora: extra dracut modules

file modified
+4 -1
@@ -16,7 +16,7 @@ 

  

  

  Name: kata-osbuilder

- Release: 1%{?rcrel}%{?dist}

+ Release: 2%{?rcrel}%{?dist}

  License: ASL 2.0

  Summary: Kata guest initrd and image build scripts

  URL: %{git0}
@@ -145,6 +145,9 @@ 

  

  

  %changelog

+ * Tue Jun 02 2020 Fabiano Fidêncio <fidencio@redhat.com> - 1.11.0-2

+ - Add VFIO modules to the initrd

+ 

  * Fri May 08 2020 Cole Robinson <crobinso@redhat.com> - 1.11.0-1

  - Update to version 1.11.0

  

The patches consist in:
- Add VFIO modules to the initrd;
- Bump the version of the package to -2

Those commits should be backported to f32, and a f32 build should be performed as well.

Looks good to me. Merging.

Pull-Request has been merged by ddd

4 years ago