From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmQmu-0004nb-QR for qemu-devel@nongnu.org; Thu, 28 Jul 2011 09:38:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmQmt-0008Nb-U0 for qemu-devel@nongnu.org; Thu, 28 Jul 2011 09:38:08 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:55891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmQmt-0008NQ-Cq for qemu-devel@nongnu.org; Thu, 28 Jul 2011 09:38:07 -0400 From: Laurent Vivier Date: Thu, 28 Jul 2011 15:37:52 +0200 Message-Id: <1311860276-24690-1-git-send-email-Laurent@Vivier.EU> Subject: [Qemu-devel] [PATCH 0/4] Set of patches for chrooted environment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio This set of patches helps to use qemu-linux-user in a chrooted environment. It mostly allows to define the default cpu model as we can't use '-cpu' argument. The last one defines enviromnent variables to be able to use log file and gdb server ('-d' and '-g' arguments). NOTE: I saw some comments in the mailing list about environment variables, if patch #4 dislikes, I've also a patch providing a "qemu-wrapper" with the same behavior. [PATCH 1/4] linux-user: define default cpu model in configure instead of linux-user/main.c [PATCH 2/4] linux-user: specify the cpu model during configure [PATCH 3/4] linux-user,m68k: display default cpu [PATCH 4/4] linux-user: define new environment variables