Merge "[Qemu2] Passes API level to emugl for fixing eglChooseConfig" into emu-master-dev
diff --git a/hw/arm/ranchu.c b/hw/arm/ranchu.c
index 1493542..9e8fb07 100644
--- a/hw/arm/ranchu.c
+++ b/hw/arm/ranchu.c
@@ -534,7 +534,7 @@
     create_simple_device(vbi, pic, RANCHU_GOLDFISH_PIPE, "goldfish_pipe",
                          "google,android-pipe\0"
                          "generic,android-pipe", 2, 0, 0);
-    create_simple_device(vbi, pic, RANCHU_GOLDFISH_SYNC, "goldfish-sync",
+    create_simple_device(vbi, pic, RANCHU_GOLDFISH_SYNC, "goldfish_sync",
                          "google,goldfish-sync\0"
                          "generic,goldfish-sync", 2, 0, 0);