From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1Gwx-0004F4-C9 for qemu-devel@nongnu.org; Sun, 29 Jun 2014 11:23:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1Gwo-00082Y-Nq for qemu-devel@nongnu.org; Sun, 29 Jun 2014 11:23:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1Gwo-00082I-FV for qemu-devel@nongnu.org; Sun, 29 Jun 2014 11:23:18 -0400 Date: Sun, 29 Jun 2014 18:23:38 +0300 From: "Michael S. Tsirkin" Message-ID: <20140629152338.GA29503@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 0/3] another round of pci fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hu Tao Cc: Yasunori Goto , qemu-devel@nongnu.org, Paolo Bonzini On Fri, Jun 20, 2014 at 01:55:40PM +0800, Hu Tao wrote: > Hi Michael, > > This series is on top of your pci tree. > > This series includes two fixups and one patch for adding test of human > format of string output visitor, please review. thanks! All applied, thanks! > > Hu Tao (3): > fixup! libqemustub: add more stubs for qemu-char > fixup! qapi/string-output-visitor: fix bugs > tests: add human format test for string output visitor > > qapi/string-output-visitor.c | 2 +- > stubs/Makefile.objs | 2 +- > tests/test-string-output-visitor.c | 109 ++++++++++++++++++++++++++++++------- > 3 files changed, 92 insertions(+), 21 deletions(-) > > -- > 1.9.3