From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UL9Cl-0003md-Du for qemu-devel@nongnu.org; Thu, 28 Mar 2013 05:33:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UL9Cj-0004w2-Nt for qemu-devel@nongnu.org; Thu, 28 Mar 2013 05:33:07 -0400 Date: Thu, 28 Mar 2013 10:33:02 +0100 From: Stefan Hajnoczi Message-ID: <20130328093302.GC24910@stefanha-thinkpad.redhat.com> References: <1364301309-9414-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1364301309-9414-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] hw/tcx: Remove unused 'addr' field and the property that sets it List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-trivial@nongnu.org, Blue Swirl , qemu-devel@nongnu.org, patches@linaro.org On Tue, Mar 26, 2013 at 12:35:09PM +0000, Peter Maydell wrote: > Remove the 'addr' field from TCXState (since it is completely unused), > also the qdev property which sets it. This seems to be a relic from > many years past; devices don't need to know where they are mapped. > > Signed-off-by: Peter Maydell > --- > Random minor cleanup, but I'm hoping we might be able to get rid of > the 'taddr' properties altogether; there aren't very many of them... > > hw/sparc/sun4m.c | 1 - > hw/tcx.c | 2 -- > 2 files changed, 3 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan