diff options
-rw-r--r-- | conf/machine/include/qemu-intel.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/qemu-intel.inc b/conf/machine/include/qemu-intel.inc index 0487d403..81510404 100644 --- a/conf/machine/include/qemu-intel.inc +++ b/conf/machine/include/qemu-intel.inc | |||
@@ -9,7 +9,7 @@ EXTRA_IMAGEDEPENDS += "ovmf" | |||
9 | 9 | ||
10 | # runqemu uses virtio, so we have to enable the corresponding | 10 | # runqemu uses virtio, so we have to enable the corresponding |
11 | # kernel drivers. | 11 | # kernel drivers. |
12 | KERNEL_FEATURES += "cfg/virtio.scc" | 12 | KERNEL_FEATURES_INTEL_COMMON += "cfg/virtio.scc" |
13 | 13 | ||
14 | # Other useful extensions which are not enabled by default: | 14 | # Other useful extensions which are not enabled by default: |
15 | # rng-tools to take advantage of qemu's virtio-rng-pci device. | 15 | # rng-tools to take advantage of qemu's virtio-rng-pci device. |