From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRLlL-000286-Km for qemu-devel@nongnu.org; Thu, 25 Oct 2012 07:38:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRLlF-0004Fv-Ih for qemu-devel@nongnu.org; Thu, 25 Oct 2012 07:38:11 -0400 Received: from mail-la0-f45.google.com ([209.85.215.45]:59183) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRLlF-0004FL-8H for qemu-devel@nongnu.org; Thu, 25 Oct 2012 07:38:05 -0400 Received: by mail-la0-f45.google.com with SMTP id m13so1311490lah.4 for ; Thu, 25 Oct 2012 04:38:03 -0700 (PDT) From: Max Filippov Date: Thu, 25 Oct 2012 15:37:50 +0400 Message-Id: <1351165072-30278-1-git-send-email-jcmvbkbc@gmail.com> Subject: [Qemu-devel] [PATCH v2 0/2] xtensa boards: don't prematurely explode QEMUMachineInitArgs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Peter Maydell , Max Filippov , Markus Armbruster , Eduardo Habkost Changes v1 -> v2: - remove ram_size in xtensa_lx60 as well Max Filippov (2): hw/xtensa_lx60: don't prematurely explode QEMUMachineInitArgs hw/xtensa_sim: get rid of intermediate xtensa_sim_init hw/xtensa_lx60.c | 30 +++++++----------------------- hw/xtensa_sim.c | 27 ++++++++------------------- 2 files changed, 15 insertions(+), 42 deletions(-) -- 1.7.7.6