From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tm3TP-0005UF-4T for qemu-devel@nongnu.org; Fri, 21 Dec 2012 09:21:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tm3TL-0003KF-74 for qemu-devel@nongnu.org; Fri, 21 Dec 2012 09:21:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36120) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tm3TK-0003KA-Uh for qemu-devel@nongnu.org; Fri, 21 Dec 2012 09:21:11 -0500 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 qBLELAZB019720 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 21 Dec 2012 09:21:10 -0500 Message-ID: <50D47053.4000500@redhat.com> Date: Fri, 21 Dec 2012 15:21:07 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1355932747-1755-1-git-send-email-kraxel@redhat.com> <50D2ED39.6010608@redhat.com> <20121220105643.GK25577@redhat.com> <50D2F23D.9000908@redhat.com> <50D2FA5D.30602@redhat.com> <50D30C7B.3030802@redhat.com> <50D44BD5.8040003@redhat.com> <50D44DD0.7030003@redhat.com> <50D4534F.9000107@redhat.com> <50D458A9.2060705@redhat.com> In-Reply-To: <50D458A9.2060705@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH RfC 0/9] chardev hotplug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Michal Privoznik , qemu-devel@nongnu.org Hi, >> ... and can't see what is wrong there ... > > Me neither, but this quick test seems to work here: Test works for me too. Bug turned out to be elsewhere: args_type in qmp-commands.hx not set correctly ... cheers, Gerd