From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMf2u-0001NM-KS for qemu-devel@nongnu.org; Fri, 12 Oct 2012 09:13:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMf2o-0000xh-VM for qemu-devel@nongnu.org; Fri, 12 Oct 2012 09:12:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMf2o-0000xa-FV for qemu-devel@nongnu.org; Fri, 12 Oct 2012 09:12:50 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q9CDCnjm008964 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 12 Oct 2012 09:12:49 -0400 Message-ID: <5078174F.50402@redhat.com> Date: Fri, 12 Oct 2012 15:12:47 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <50780F22.7030106@redhat.com> <1350045545-13104-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1350045545-13104-1-git-send-email-kraxel@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: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 10/12/12 14:39, Gerd Hoffmann wrote: > This patch adds chardev_add and chardev_del monitor commands. > > chardev_del is pretty straight forward, it just takes an id argument and > zaps the chardev specified. > > chardev_add is more tricky as there are tons of arguments for the Oops. Ignore the commit message for now, it obviously needs to be updated to reflect the changes, will fix for v3, awaiting code reviews meanwhile. cheers, Gerd