From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNIyp-00061Q-CT for qemu-devel@nongnu.org; Wed, 03 Apr 2013 04:23:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNIyn-00063B-Kg for qemu-devel@nongnu.org; Wed, 03 Apr 2013 04:23:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNIyn-00062w-B9 for qemu-devel@nongnu.org; Wed, 03 Apr 2013 04:23:37 -0400 Message-ID: <515BE704.4070603@redhat.com> Date: Wed, 03 Apr 2013 10:23:32 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1364933897-25803-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1364933897-25803-1-git-send-email-lcapitulino@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/4] Monitor: make output buffer dynamic List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: armbru@redhat.com, aliguori@us.ibm.com, qemu-devel@nongnu.org, fred.konrad@greensocs.com On 04/02/13 22:18, Luiz Capitulino wrote: > This series does two things: it makes the Monitor's output buffer dynamic > (so that we fix an assertion bug in the Monitor); and it also switches > the human-monitor-command command to use that buffer instead of the > Memory chardev driver, which is dropped. > > Most important details in patches 2/4 and 3/4. > > o v2 > > - Switch human-monitor-command to the dynamic buffer > - Drop the Memory chardev driver Acked-by: Gerd Hoffmann cheers, Gerd