From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TP80D-0001wo-SU for qemu-devel@nongnu.org; Fri, 19 Oct 2012 04:32:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TP808-0001dQ-1y for qemu-devel@nongnu.org; Fri, 19 Oct 2012 04:32:21 -0400 Date: Fri, 19 Oct 2012 10:32:12 +0200 From: Stefan Hajnoczi Message-ID: <20121019083212.GA4656@stefanha-thinkpad.redhat.com> References: <1350064784-13058-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: <1350064784-13058-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] targphys.h: Don't define target_phys_addr_t for user-mode emulators List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-trivial@nongnu.org, Riku Voipio , qemu-devel@nongnu.org, patches@linaro.org, Avi Kivity On Fri, Oct 12, 2012 at 06:59:44PM +0100, Peter Maydell wrote: > Commit 4be403c accidentally defined the target_phys_addr_t type when > building user-mode emulators. Since the type doesn't really make > any sense except for system emulators, avoid defining it when building > in user mode. > > Signed-off-by: Peter Maydell > --- > cf brief discussion earlier: > http://lists.gnu.org/archive/html/qemu-devel/2012-10/msg01138.html > > targphys.h | 4 ++++ > 1 file changed, 4 insertions(+) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan