Skip to content

Instantly share code, notes, and snippets.

@fredldotme
Created June 2, 2021 21:15
Show Gist options
  • Save fredldotme/ef7af4a10c73312d1e4cb55af94e647c to your computer and use it in GitHub Desktop.
Save fredldotme/ef7af4a10c73312d1e4cb55af94e647c to your computer and use it in GitHub Desktop.
QEMU ivshmem attempt without explicit eventfd
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