From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US79M-0002ob-JV for qemu-devel@nongnu.org; Tue, 16 Apr 2013 10:46:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1US79K-0006vt-NJ for qemu-devel@nongnu.org; Tue, 16 Apr 2013 10:46:24 -0400 Received: from e23smtp07.au.ibm.com ([202.81.31.140]:50134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US79K-0006vR-53 for qemu-devel@nongnu.org; Tue, 16 Apr 2013 10:46:22 -0400 Received: from /spool/local by e23smtp07.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 17 Apr 2013 00:37:09 +1000 Received: from d23relay05.au.ibm.com (d23relay05.au.ibm.com [9.190.235.152]) by d23dlp03.au.ibm.com (Postfix) with ESMTP id 4D220357804A for ; Wed, 17 Apr 2013 00:46:16 +1000 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay05.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r3GEVoTF42664160 for ; Wed, 17 Apr 2013 00:31:50 +1000 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r3GEjO8h001449 for ; Wed, 17 Apr 2013 00:45:24 +1000 Received: from titi.austin.ibm.com (titi.austin.ibm.com [9.41.105.190]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id r3GEjNK4001425 for ; Wed, 17 Apr 2013 00:45:24 +1000 From: Anthony Liguori Date: Tue, 16 Apr 2013 09:45:14 -0500 Message-Id: <1366123521-4330-1-git-send-email-aliguori@us.ibm.com> Subject: [Qemu-devel] [PATCH 0/7] qtest: add libqos List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is libqos support for qtest. A few things are omitted from the RFC review in order to help get this merged quickly. Notably, there's still no way to tear down a device (pci_iounmap is hard to implement well). I haven't attempted to refactor i2c support and I have not introduced convenience macros. But otherwise, I think the series is now in very good shape and mergable.