From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLEAn-0002zi-0F for qemu-devel@nongnu.org; Tue, 10 Feb 2015 12:00:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLEAT-0000Uu-6K for qemu-devel@nongnu.org; Tue, 10 Feb 2015 12:00:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLEAS-0000Ub-Vt for qemu-devel@nongnu.org; Tue, 10 Feb 2015 12:00:09 -0500 From: Juan Quintela In-Reply-To: <1423584999-13946-4-git-send-email-dgilbert@redhat.com> (David Alan Gilbert's message of "Tue, 10 Feb 2015 16:16:39 +0000") References: <1423584999-13946-1-git-send-email-dgilbert@redhat.com> <1423584999-13946-4-git-send-email-dgilbert@redhat.com> Date: Tue, 10 Feb 2015 18:00:05 +0100 Message-ID: <874mqtitwq.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 3/3] Document -incoming options Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: liang.z.li@intel.com, qemu-devel@nongnu.org, amit.shah@redhat.com, pbonzini@redhat.com "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Document the various URI formats for -incoming, the previous > manpage and help text was wrong (out of date?) > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela My good, this was old. I think that patch is needed without the paused part, independenly of what we do with pause. For what is worth, I don't rememeber that "documented syntax". Later, Juan.