From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wxrpd-0006Bp-8Q for qemu-devel@nongnu.org; Fri, 20 Jun 2014 01:57:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxrpX-0005I7-3f for qemu-devel@nongnu.org; Fri, 20 Jun 2014 01:57:49 -0400 Received: from [59.151.112.132] (port=43316 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxrpW-0005Hx-Or for qemu-devel@nongnu.org; Fri, 20 Jun 2014 01:57:43 -0400 From: Hu Tao Date: Fri, 20 Jun 2014 13:55:40 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH 0/3] another round of pci fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Yasunori Goto , Paolo Bonzini , "Michael S. Tsirkin" 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! 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