From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLz8I-00058b-Ic for qemu-devel@nongnu.org; Tue, 17 Sep 2013 13:32:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VLz8C-0007xb-KD for qemu-devel@nongnu.org; Tue, 17 Sep 2013 13:32:14 -0400 Received: from ssl.serverraum.org ([88.198.40.39]:34633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLz8C-0007wI-F2 for qemu-devel@nongnu.org; Tue, 17 Sep 2013 13:32:08 -0400 From: Michael Walle Date: Tue, 17 Sep 2013 19:32:06 +0200 References: <1378285521-3230-1-git-send-email-afaerber@suse.de> In-Reply-To: <1378285521-3230-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201309171932.06509.michael@walle.cc> Subject: Re: [Qemu-devel] [RFC qom-cpu 00/41] QOM CPUState, part 13: Emptying CPU_COMMON List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?utf-8?q?F=C3=A4rber?= Cc: qemu-devel@nongnu.org Hi Andreas, Am Mittwoch, 4. September 2013, 11:04:40 schrieb Andreas F=C3=A4rber: > On part 11, rth said for alpha that using CPUAlphaState in DisasContext w= as > bad and that the relevant fields should be copied into DisasContext > instead; a few targets still have an env field though and use it for > register access and cpu_abort(), so I have just changed the type for now > and call upon maintainers to review whether they want to do different > changes. Just fyi, I'm currently working on removing the env pointer in the=20 DisasContext for target-lm32 altogether. Hopefully, i can post the patch (along with some other target-lm32 fixes) t= his=20 weekend. =2D-=20 michael