From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1EIK-0003xf-OD for qemu-devel@nongnu.org; Mon, 22 Jul 2013 07:28:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1DOG-0004y0-1D for qemu-devel@nongnu.org; Mon, 22 Jul 2013 06:30:54 -0400 Received: from mail-pa0-x22d.google.com ([2607:f8b0:400e:c03::22d]:41962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1DOF-0004xm-Mg for qemu-devel@nongnu.org; Mon, 22 Jul 2013 06:30:51 -0400 Received: by mail-pa0-f45.google.com with SMTP id bg2so3307044pad.32 for ; Mon, 22 Jul 2013 03:30:50 -0700 (PDT) From: Jia Liu Date: Mon, 22 Jul 2013 18:30:31 +0800 Message-Id: <1374489034-13366-1-git-send-email-proljc@gmail.com> Content-Type: text/plain; charset="utf-8" Subject: [Qemu-devel] [PATCH v4 0/3] target-openrisc hw/openrisc: Some OpenRISC fix. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, aliguori@us.ibm.com, afaerber@suse.de Fix OpenRISC CPU and sim broad. We should free typename in openrisc_cpu_class_by_name, and we should use stderr output in openrisc_sim.c. Updates from V4: * Remove a not needed patch. Updates from V3: * Replace a typo fix using a stderr fix. Updates from V2: * Combine typo patchset and typename free. Jia Liu (3): hw/openrisc: Indent typo hw/openrisc: Use stderr output instead of qemu_log target-openrisc: Free typename in openrisc_cpu_class_by_name hw/openrisc/openrisc_sim.c | 6 +++--- target-openrisc/cpu.c | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) -- 1.7.12.4 (Apple Git-37)