From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYcgQ-0007PB-7h for qemu-devel@nongnu.org; Tue, 22 Oct 2013 10:11:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYcgI-0003UR-UX for qemu-devel@nongnu.org; Tue, 22 Oct 2013 10:11:42 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:58794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYcgI-0003UK-NX for qemu-devel@nongnu.org; Tue, 22 Oct 2013 10:11:34 -0400 Date: Tue, 22 Oct 2013 16:11:31 +0200 From: Samuel Thibault Message-ID: <20131022141131.GJ5571@type.bordeaux.inria.fr> References: <1382280980-21676-1-git-send-email-samuel.thibault@ens-lyon.org> <1382280980-21676-16-git-send-email-samuel.thibault@ens-lyon.org> <526596D7.6000909@redhat.com> <20131022102203.GQ5518@type.wlan.youpi.perso.aquilenet.fr> <5266530F.8030100@redhat.com> <20131022103136.GR5518@type.wlan.youpi.perso.aquilenet.fr> <52665490.3070804@redhat.com> <20131022104504.GS5518@type.wlan.youpi.perso.aquilenet.fr> <526657E9.9080208@redhat.com> <526658DB.4030803@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <526658DB.4030803@redhat.com> Subject: Re: [Qemu-devel] [PATCH 16/16] qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Yann Bordenave , qemu-devel@nongnu.org, Guillaume Subiron Eric Blake, le Tue 22 Oct 2013 11:52:11 +0100, a écrit : > On 10/22/2013 11:48 AM, Eric Blake wrote: > > HMP can let the user abbreviate to net=10.0.2.2/24, > > The command line, just like HMP, can use shorthand for convenience. How are these usually defined? A quick search didn't provide me an example. Samuel