Skip to content

Commit

Permalink
Rebase FEMU on QEMU-v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huaicheng committed Apr 22, 2022
1 parent 7e238cc commit 91e8551
Show file tree
Hide file tree
Showing 64,802 changed files with 11,150,615 additions and 316,174 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
674 changes: 0 additions & 674 deletions CODING_STYLE.rst

This file was deleted.

2 changes: 2 additions & 0 deletions Kconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
source Kconfig.host
source backends/Kconfig
source accel/Kconfig
source target/Kconfig
source hw/Kconfig
source semihosting/Kconfig
8 changes: 8 additions & 0 deletions Kconfig.host
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@ config VIRTFS

config PVRDMA
bool

config MULTIPROCESS_ALLOWED
bool
imply MULTIPROCESS

config FUZZ
bool
select SPARSE_MEM
Loading

0 comments on commit 91e8551

Please sign in to comment.