From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TthQe-0001HS-CW for qemu-devel@nongnu.org; Fri, 11 Jan 2013 11:26:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TthQd-0006nj-1O for qemu-devel@nongnu.org; Fri, 11 Jan 2013 11:26:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TthQc-0006nd-Pp for qemu-devel@nongnu.org; Fri, 11 Jan 2013 11:25:58 -0500 Message-ID: <50F03D12.9090902@redhat.com> Date: Fri, 11 Jan 2013 17:25:54 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1357836501-15555-1-git-send-email-stefanha@redhat.com> <1357836501-15555-4-git-send-email-stefanha@redhat.com> <50F0080C.9010908@redhat.com> <50F01348.8000203@redhat.com> <50F0334A.1020700@suse.de> In-Reply-To: <50F0334A.1020700@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] libqos - was: [PATCH 3/3] dataplane: handle misaligned virtio-blk requests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: Kevin Wolf , Anthony Liguori , qemu-devel@nongnu.org, Stefan Hajnoczi , Alexander Graf Il 11/01/2013 16:44, Andreas F=E4rber ha scritto: >>> >> Makes me wonder if qtest cases might be doable... >> >=20 >> > Anthony, what's going on with libqos? :) > I posted a rebased version of I2C libqos support after Anthony approved > the pre-header-reorg version and am hoping it will get applied now. >=20 > For virtio here you're obviously waiting for PCI libqos, haven't seen a > new patch series yet. If the issue is just lack of time on Anthony's > part and not some major design issue, I'd be willing to help post 1.4. >=20 > Unfortunately I've been hearing that s390 qtest cases are not possible > due to it not using MMIO or PIO... You can add s390 magic to qtest, just like it has I/O ports for x86... Paolo