Created
June 2, 2021 21:15
-
-
Save fredldotme/ef7af4a10c73312d1e4cb55af94e647c to your computer and use it in GitHub Desktop.
QEMU ivshmem attempt without explicit eventfd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/configure b/configure | |
index e85d6baf8f..0abad3f459 100755 | |
--- a/configure | |
+++ b/configure | |
@@ -5362,9 +5362,9 @@ if test "$mingw32" = "yes" ; then | |
fi | |
# We can only support ivshmem if we have eventfd | |
-if [ "$eventfd" = "yes" ]; then | |
+#if [ "$eventfd" = "yes" ]; then | |
ivshmem=yes | |
-fi | |
+#fi | |
# Probe for guest agent support/options | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment