From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VI2x2-0003pT-BN for qemu-devel@nongnu.org; Fri, 06 Sep 2013 16:48:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VI2x1-0000Mm-JS for qemu-devel@nongnu.org; Fri, 06 Sep 2013 16:48:20 -0400 Received: from smtp3-g21.free.fr ([2a01:e0c:1:1599::12]:35580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VI2x0-0000LI-UB for qemu-devel@nongnu.org; Fri, 06 Sep 2013 16:48:19 -0400 From: Laurent Vivier Date: Fri, 6 Sep 2013 22:47:50 +0200 Message-Id: <1378500474-26067-1-git-send-email-laurent@vivier.eu> Subject: [Qemu-devel] [PATCH 0/4] Define default CPU at configure time List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Riku Voipio Cc: qemu-devel@nongnu.org, Laurent Vivier This series of patch allows to set the default CPU used by linux-user qemu. When qemu is used in a container as a binfmt interpreter we can't use the environment variable QEMU_CPU to set the CPU id. The two last patches allows to display the default CPU id when "-cpu ?" is used. Only two archs are updated as examples : arm and m68k. Laurent Vivier (4): linux-user: define default cpu model in configure instead of linux-user/main.c linux-user: specify the cpu model during configure linux-user,m68k: display default cpu linux-user,arm: display default cpu configure | 23 +++++++++++++++++++++++ linux-user/main.c | 36 +----------------------------------- target-arm/helper.c | 5 +++++ target-m68k/helper.c | 5 +++++ 4 files changed, 34 insertions(+), 35 deletions(-) -- 1.8.1.2