From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wyc3w-0005yx-Or for qemu-devel@nongnu.org; Sun, 22 Jun 2014 03:19:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wyc3q-0006xY-Jn for qemu-devel@nongnu.org; Sun, 22 Jun 2014 03:19:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wyc3q-0006xS-CA for qemu-devel@nongnu.org; Sun, 22 Jun 2014 03:19:34 -0400 Date: Sun, 22 Jun 2014 10:19:52 +0300 From: "Michael S. Tsirkin" Message-ID: <20140622071952.GA14685@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! Please note we can't generally send fixups to patches for which a pull request was sent. We had a case recently where pull was rejected and rebase requested, so that made fixups possible again. > > 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