From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SS7sc-0003vb-P7 for qemu-devel@nongnu.org; Wed, 09 May 2012 10:28:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SS7sa-0001UQ-RI for qemu-devel@nongnu.org; Wed, 09 May 2012 10:28:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SS7sa-0001SM-JP for qemu-devel@nongnu.org; Wed, 09 May 2012 10:28:36 -0400 Message-ID: <4FAA7EEE.3080904@redhat.com> Date: Wed, 09 May 2012 16:27:58 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1336555446-20180-1-git-send-email-jim@meyering.net> <1336555446-20180-19-git-send-email-jim@meyering.net> <87fwb9xwx5.fsf@rho.meyering.net> In-Reply-To: <87fwb9xwx5.fsf@rho.meyering.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 18/22] acpi: remove strzcpy (strncpy-identical) function; just use strncpy List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jim Meyering Cc: Peter Maydell , Anthony Liguori , Dong Xu Wang , qemu-devel@nongnu.org, Blue Swirl , Stefan Weil , Gerd Hoffmann Il 09/05/2012 16:15, Jim Meyering ha scritto: >> > Note that this will conflict with Paolo's patch >> > http://patchwork.ozlabs.org/patch/151895/ >> > "convert -acpitable to QemuOpts" which also gets rid >> > of the pointless strzcpy(). > Good point. > I suggest to drop mine, since it's purely a clean-up change. No big deal, if I come later I'll fix the conflict. Paolo