From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VO6Yh-0003Pi-N4 for qemu-devel@nongnu.org; Mon, 23 Sep 2013 09:52:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VO6Yb-0003Vp-LG for qemu-devel@nongnu.org; Mon, 23 Sep 2013 09:52:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VO6Yb-0003Vi-DY for qemu-devel@nongnu.org; Mon, 23 Sep 2013 09:52:09 -0400 Message-ID: <52404795.1040806@redhat.com> Date: Mon, 23 Sep 2013 15:52:21 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1379857006-17451-1-git-send-email-mst@redhat.com> <1379857006-17451-16-git-send-email-mst@redhat.com> <524038B9.2040407@redhat.com> <20130923133636.GB1278@redhat.com> <5240447E.5090601@redhat.com> <20130923134758.GE1278@redhat.com> In-Reply-To: <20130923134758.GE1278@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 15/23] i386: add bios linker/loader List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org, Anthony Liguori , afaerber@suse.de Il 23/09/2013 15:47, Michael S. Tsirkin ha scritto: > > It doesn't, the names were already prefixed with alloc_/pointer_/cksum_. > > All it does is change underscores to periods. > > You are right, that's cleaner. I'll do this. > I don't want to sprinkle QEMU_PACKED around though, > it's just there for documentation purposes, so one > place is enough. Fair enough. Thanks! Paolo