From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDu1U-0002Qx-FN for qemu-devel@nongnu.org; Fri, 17 Jun 2016 09:41:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDu1T-0000CQ-Hi for qemu-devel@nongnu.org; Fri, 17 Jun 2016 09:41:24 -0400 References: <1466061312-7373-1-git-send-email-den@openvz.org> <1466061312-7373-3-git-send-email-den@openvz.org> <20160617133619.GD28550@stefanha-x1.localdomain> From: "Denis V. Lunev" Message-ID: <5763FDF5.4000200@openvz.org> Date: Fri, 17 Jun 2016 16:41:09 +0300 MIME-Version: 1.0 In-Reply-To: <20160617133619.GD28550@stefanha-x1.localdomain> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/7] doc: move text describing --trace to specific .texi file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, Paolo Bonzini , Kevin Wolf On 06/17/2016 04:36 PM, Stefan Hajnoczi wrote: > On Thu, Jun 16, 2016 at 10:15:07AM +0300, Denis V. Lunev wrote: >> This text will be included to qemu-nbd/qemu-img mans in the next patches. >> >> Signed-off-by: Denis V. Lunev >> Reviewed-by: Eric Blake >> CC: Paolo Bonzini >> CC: Stefan Hajnoczi >> CC: Kevin Wolf >> --- >> Makefile | 3 ++- >> qemu-options.hx | 27 +-------------------------- >> 2 files changed, 3 insertions(+), 27 deletions(-) > ... >> +@include qemu-option-trace.texi > Did you forget to git add qemu-option-trace.texi to this commit? > > I don't see it in my source tree. Each commit must build successfully > so the file cannot be added later in the series. OMG. Yes. I have had it in v6 and missed it during patch reordering. Pls give me 1 minute, I'll resubmit. Den