Merge pull request #657 from devimc/topic/kernel/fragmentsFixCI

Fix FC and NEMU
This commit is contained in:
Julio Montes
2019-07-26 18:03:40 -05:00
committed by GitHub
3 changed files with 10 additions and 1 deletions

View File

@@ -2,3 +2,7 @@
# Yes, we do support unaligned word accesses
CONFIG_DCACHE_WORD_ACCESS=y
# Support virtiofs
CONFIG_VIRTIO_FS=y
CONFIG_FUSE_FS=y

View File

@@ -0,0 +1,5 @@
# x86 specific mmio related items
# Next config are required for firecracker
CONFIG_VIRTIO_MMIO=y
CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y

View File

@@ -1 +1 @@
46
47