From e9851ded1d282b2087a532d57e9e7f9b231444da Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Tue, 15 Aug 2023 15:07:49 +0100 Subject: [PATCH] UBUNTU: [Config] set VIRTIO_BLK=y for default qemu/openstack boot Default qemu & openstack virtio models use virtio-blk, instead of virtio-scsi. Until this is true, keep both virtio-blk & virtio-scsi as builtin. BugLink: https://bugs.launchpad.net/bugs/2030745 Signed-off-by: Dimitri John Ledkov Signed-off-by: Andrea Righi --- debian.master/config/annotations | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index 1a86f65c4814..a8568a4ebe33 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -723,8 +723,8 @@ CONFIG_VFIO_PCI note<'LP: #1636733'> CONFIG_VIDEO_VIMC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm'}> CONFIG_VIDEO_VIMC note<'LP: #1831482'> -CONFIG_VIRTIO_BLK policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm', 's390x': 'm'}> -CONFIG_VIRTIO_BLK note<'KVM paravirt support -- not autoloadable'> +CONFIG_VIRTIO_BLK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}> +CONFIG_VIRTIO_BLK note<'LP: #2030745'> CONFIG_VIRTIO_MMIO policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'n'}> CONFIG_VIRTIO_MMIO note<'LP: #1557689'>