From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55303) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2KNA-0003jJ-O7 for qemu-devel@nongnu.org; Thu, 25 Jul 2013 08:10:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2KN9-0002BF-MR for qemu-devel@nongnu.org; Thu, 25 Jul 2013 08:10:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2KN9-0002B4-G1 for qemu-devel@nongnu.org; Thu, 25 Jul 2013 08:10:19 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r6PCAI9f018467 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 25 Jul 2013 08:10:19 -0400 Message-ID: <51F115A9.4000705@redhat.com> Date: Thu, 25 Jul 2013 14:10:17 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1374681580-17439-1-git-send-email-mst@redhat.com> <1374681580-17439-6-git-send-email-mst@redhat.com> In-Reply-To: <1374681580-17439-6-git-send-email-mst@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 05/14] loader: use file path size from fw_cfg.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org On 07/24/13 18:01, Michael S. Tsirkin wrote: > Avoid a bit of code duplication, make > max file path constant reusable. Reviewed-by: Gerd Hoffmann cheers, Gerd