From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQMGQ-0004km-SC for qemu-devel@nongnu.org; Tue, 24 Feb 2015 15:39:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQMGN-0005JZ-FE for qemu-devel@nongnu.org; Tue, 24 Feb 2015 15:39:30 -0500 Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:41111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQMGN-0005JS-8u for qemu-devel@nongnu.org; Tue, 24 Feb 2015 15:39:27 -0500 Received: by wevm14 with SMTP id m14so27656772wev.8 for ; Tue, 24 Feb 2015 12:39:26 -0800 (PST) Date: Tue, 24 Feb 2015 21:39:22 +0100 From: Marc =?UTF-8?B?TWFyw60=?= Message-ID: <20150224213922.61316eec@crunchbang> In-Reply-To: <20150219174644.GD3893@noname.redhat.com> References: <1422031133-19755-1-git-send-email-marc.mari.barcelo@gmail.com> <20150218170728.GA22980@stefanha-thinkpad.lan> <20150219174644.GD3893@noname.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4 0/5] libqos: Virtio MMIO driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Stefan Hajnoczi , qemu-devel@nongnu.org, Stefan Hajnoczi El Thu, 19 Feb 2015 18:46:44 +0100 Kevin Wolf escribi=C3=B3: > Am 18.02.2015 um 18:07 hat Stefan Hajnoczi geschrieben: > > On Fri, Jan 23, 2015 at 05:38:48PM +0100, Marc Mar=C3=AD wrote: > > > Add virtio-mmio support to libqos and test case for virtio-blk. > > >=20 > > > Changes for version 3: > > > - Fix leaks and minor bugs > > > - Extract basic test case to a function > > >=20 > > > Changes for version 4: > > > - Add format=3Draw to images, to avoid warnings > > > - Solve bug with timeout in interrupt checking in virtio MMIO > > > due to a race condition > > >=20 > > > Marc Mar=C3=AD (5): > > > libqos: Change use of pointers to uint64_t in virtio > > > tests: Prepare virtio-blk-test for multi-arch implementation > > > libqos: Remove PCI assumptions in constants of virtio driver > > > libqos: Add malloc generic > > > libqos: Add virtio MMIO support > >=20 > > CCed Kevin so this ARM virtio-blk (virtio-mmio) test can be merged > > through the block tree. > >=20 > > Reviewed-by: Stefan Hajnoczi >=20 > Thanks, applied to the block branch. >=20 > Kevin I found that commit f6f363c1f4f962aee9f69c67ab2f3ff58c30f8c1, pushed a few days, ago breaks this patch. You might want to drop it from the block branch. I'll send a v5. Thanks Marc