From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAThr-0001jG-Iq for qemu-devel@nongnu.org; Fri, 07 May 2010 15:59:31 -0400 Received: from [140.186.70.92] (port=38159 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OATdl-0008Ri-2n for qemu-devel@nongnu.org; Fri, 07 May 2010 15:59:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OATdR-0004py-JD for qemu-devel@nongnu.org; Fri, 07 May 2010 15:54:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12597) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OATdR-0004pn-4F for qemu-devel@nongnu.org; Fri, 07 May 2010 15:54:57 -0400 Date: Fri, 7 May 2010 16:54:49 -0300 From: Luiz Capitulino Message-ID: <20100507165449.1a0d6b38@redhat.com> In-Reply-To: References: <20100218182458.07c3be6c@redhat.com> <4B7DB6FC.7040900@codemonkey.ws> <4BE3011B.7040001@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] QMP: Add "Downstream extension of QMP" to spec List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org On Fri, 07 May 2010 11:49:42 +0200 Markus Armbruster wrote: > +Any new names downstream wishes to add must begin with '__'. To ensure > +compatibility with other downstreams, it is strongly recommended that > +you prefix the commands with '__RFQDN_' where RFQDN is a valid, reverse > +fully qualified domain name which you control. For example, a qemu-kvm > +specific monitor command would be: > + > + (qemu) __org.linux-kvm_enable_irqchip It's not only for commands, but for async messages and errors as well, otherwise looks good to me.