From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49386 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9IGe-0003W8-KD for qemu-devel@nongnu.org; Fri, 22 Oct 2010 10:06:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9IGc-0001T6-Pi for qemu-devel@nongnu.org; Fri, 22 Oct 2010 10:06:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9IGc-0001Sw-IF for qemu-devel@nongnu.org; Fri, 22 Oct 2010 10:06:46 -0400 From: Luiz Capitulino Date: Fri, 22 Oct 2010 12:06:32 -0200 Message-Id: <1287756396-13100-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PULL 0/4]: Monitor queue List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: qemu-devel@nongnu.org Anthony, The following patches have been sent to the list and look good to me. I've also tested them. The changes (since d03703c81a202cea156811e5dbc8e88627c19986) are available in the following repository: git://repo.or.cz/qemu/qmp-unstable.git for-anthony Hidetoshi Seto (1): Trivial fix for QMP/qmp-events.txt Jan Kiszka (2): Silence compiler warning in json test case Fix test suite build with tracing enabled Kusanagi Kouichi (1): monitor: Ignore "." and ".." when completing file name. Makefile | 12 ++++++------ QMP/qmp-events.txt | 2 +- check-qjson.c | 4 +++- monitor.c | 5 +++++ 4 files changed, 15 insertions(+), 8 deletions(-)