From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbbUN-0004rh-99 for qemu-devel@nongnu.org; Wed, 30 Oct 2013 15:31:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbbUE-00013T-N8 for qemu-devel@nongnu.org; Wed, 30 Oct 2013 15:31:35 -0400 Received: from mail-qc0-x231.google.com ([2607:f8b0:400d:c01::231]:62551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbbUE-00013O-H2 for qemu-devel@nongnu.org; Wed, 30 Oct 2013 15:31:26 -0400 Received: by mail-qc0-f177.google.com with SMTP id u18so1060314qcx.8 for ; Wed, 30 Oct 2013 12:31:26 -0700 (PDT) Sender: Richard Henderson Message-ID: <52715E88.4000208@twiddle.net> Date: Wed, 30 Oct 2013 12:31:20 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1383073495-5332-1-git-send-email-sebastian@macke.de> <1383073495-5332-10-git-send-email-sebastian@macke.de> <52714C69.5030806@twiddle.net> <52715C59.2080109@macke.de> In-Reply-To: <52715C59.2080109@macke.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 09/13] target-openrisc: Add CPU which neglects Carry and Overflow Flag List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sebastian Macke Cc: qemu-devel@nongnu.org, proljc@gmail.com On 10/30/2013 12:22 PM, Sebastian Macke wrote: > I would like to implement lazy flags or at least change the big bunch of code > which is there right now. > But for this patchset I want to keep it that way and change the whole flag > handling in one of the next patches. If you don't want to modernize the flags handling now, fine, but I think adding this separate cpu definition is a step in the wrong direction. r~