From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uyub1-0005Yt-5v for qemu-devel@nongnu.org; Mon, 15 Jul 2013 22:02:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uyub0-0006Qt-Be for qemu-devel@nongnu.org; Mon, 15 Jul 2013 22:02:31 -0400 Received: from mail-pb0-x22c.google.com ([2607:f8b0:400e:c01::22c]:61013) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uyub0-0006Qo-4x for qemu-devel@nongnu.org; Mon, 15 Jul 2013 22:02:30 -0400 Received: by mail-pb0-f44.google.com with SMTP id uo1so134200pbc.31 for ; Mon, 15 Jul 2013 19:02:29 -0700 (PDT) Received: from localhost.localdomain ([114.247.222.194]) by mx.google.com with ESMTPSA id bs3sm63603001pbc.42.2013.07.15.19.02.19 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 15 Jul 2013 19:02:27 -0700 (PDT) From: Jia Liu Date: Tue, 16 Jul 2013 10:00:25 +0800 Message-Id: <1373940029-7455-1-git-send-email-proljc@gmail.com> Content-Type: text/plain; charset="utf-8" Subject: [Qemu-devel] [PATCH V2 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. 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 | 8 ++++---- target-openrisc/cpu.c | 17 +++++++++++++---- 2 files changed, 17 insertions(+), 8 deletions(-) -- 1.7.12.4 (Apple Git-37)