From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1Bv7-0004cV-Al for qemu-devel@nongnu.org; Mon, 22 Jul 2013 04:56:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1Bv4-0003tE-4H for qemu-devel@nongnu.org; Mon, 22 Jul 2013 04:56:41 -0400 Received: from mail-pb0-x233.google.com ([2607:f8b0:400e:c01::233]:34543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1Bv3-0003su-TM for qemu-devel@nongnu.org; Mon, 22 Jul 2013 04:56:38 -0400 Received: by mail-pb0-f51.google.com with SMTP id um15so6780120pbc.38 for ; Mon, 22 Jul 2013 01:56:36 -0700 (PDT) Received: from localhost.localdomain ([198.71.88.170]) by mx.google.com with ESMTPSA id pq1sm34635306pbb.26.2013.07.22.01.56.33 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 22 Jul 2013 01:56:35 -0700 (PDT) From: Jia Liu Date: Mon, 22 Jul 2013 16:56:18 +0800 Message-Id: <1374483382-12141-1-git-send-email-proljc@gmail.com> Content-Type: text/plain; charset="utf-8" Subject: [Qemu-devel] [PATCH v3 0/4] target-openrisc hw/openrisc: Some OpenRISC fix. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Fix OpenRISC CPU and sim broad, we should free typename and check cpu models by name in cpu.c, and we should use stderr output in openrisc_sim.c. Updates from V3: * Replace a typo fix using a stderr fix. Updates from V2: * Combine typo patchset and typename free. * Add cpu_model by name fix, make any and or1200 works both OK. Jia Liu (4): hw/openrisc: Indent typo hw/openrisc: Use stderr output instead of qemu_log target-openrisc: Free typename target-openrisc: Fix cpu_model by name hw/openrisc/openrisc_sim.c | 6 +++--- target-openrisc/cpu.c | 17 +++++++++++++---- 2 files changed, 16 insertions(+), 7 deletions(-) -- 1.7.12.4 (Apple Git-37)