diff -uNr qemu-2.12.1/hw/xenpv/xen_domainbuild.c qemu-2.12.1.mod/hw/xenpv/xen_domainbuild.c --- qemu-2.12.1/hw/xenpv/xen_domainbuild.c 2018-08-03 00:48:53.000000000 +0300 +++ qemu-2.12.1.mod/hw/xenpv/xen_domainbuild.c 2018-09-17 16:27:46.977395694 +0300 @@ -166,7 +166,7 @@ /* close all file handles, except stdio/out/err, * our watch pipe and the xen interface handle */ - n = getdtablesize(); + n = sysconf(_SC_OPEN_MAX); for (i = 3; i < n; i++) { if (i == fd[0]) continue;