From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TO7jG-00051Y-HB for qemu-devel@nongnu.org; Tue, 16 Oct 2012 10:02:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TO7j7-0005Xz-3i for qemu-devel@nongnu.org; Tue, 16 Oct 2012 10:02:42 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:34707) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TO7j6-0005Xp-Qy for qemu-devel@nongnu.org; Tue, 16 Oct 2012 10:02:33 -0400 Received: by mail-pa0-f45.google.com with SMTP id fb10so5903271pad.4 for ; Tue, 16 Oct 2012 07:02:32 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <507D68F0.40501@redhat.com> Date: Tue, 16 Oct 2012 16:02:24 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <50780F22.7030106@redhat.com> <1350045545-13104-1-git-send-email-kraxel@redhat.com> <507BB25E.2030401@linux.vnet.ibm.com> <507C49AC.8060700@redhat.com> In-Reply-To: <507C49AC.8060700@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] chardev: add hotplug support. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, Lei Li , Gerd Hoffmann Il 15/10/2012 19:36, Eric Blake ha scritto: >>> >> +## >>> >> +# @chardev_del: > And this should be 'chardev-del' or even 'chardev-remove', as QMP > commands tend to favor legibility over abbreviations. In doubt we should favor consistency though (with netdev_add and netdev_del). I'm for keeping this as Gerd did, and perhaps implement automatic _ <-> - conversion for QMP. Paolo