]> git.proxmox.com Git - qemu.git/blobdiff - cutils.c
target-s390x: avoid AREG0 for FPU helpers
[qemu.git] / cutils.c
index ee4614d3786a604a1a287d8e9f6ad462023d43c8..8ef648f4b928e794d54956088fed40969288f6fb 100644 (file)
--- a/cutils.c
+++ b/cutils.c
@@ -383,6 +383,11 @@ int qemu_parse_fd(const char *param)
     return fd;
 }
 
+int qemu_parse_fdset(const char *param)
+{
+    return qemu_parse_fd(param);
+}
+
 /* round down to the nearest power of 2*/
 int64_t pow2floor(int64_t value)
 {