From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xc9Dj-0007Wn-J4 for qemu-devel@nongnu.org; Thu, 09 Oct 2014 04:37:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xc9De-0002a5-2Q for qemu-devel@nongnu.org; Thu, 09 Oct 2014 04:37:11 -0400 Received: from mail-lb0-x22a.google.com ([2a00:1450:4010:c04::22a]:34998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xc9Dd-0002a1-Ob for qemu-devel@nongnu.org; Thu, 09 Oct 2014 04:37:05 -0400 Received: by mail-lb0-f170.google.com with SMTP id u10so678884lbd.29 for ; Thu, 09 Oct 2014 01:37:04 -0700 (PDT) Received: from reftel-build.spotify.net ([80.239.169.202]) by mx.google.com with ESMTPSA id l1sm766351lbj.20.2014.10.09.01.37.03 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 09 Oct 2014 01:37:04 -0700 (PDT) From: Magnus Reftel Date: Thu, 9 Oct 2014 10:36:24 +0200 Message-Id: <1412843785-960-1-git-send-email-reftel@spotify.com> Subject: [Qemu-devel] [PATCH v2] linux-user: Let user specify random seed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This patch introduces the -seed command line option and the QEMU_RAND_SEED environment variable for setting the random seed, which is used for the AT_RANDOM ELF aux entry. This is an updated version of the patch, addressing review comments from Eric Blake.