From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TlFLJ-0004dI-65 for qemu-devel@nongnu.org; Wed, 19 Dec 2012 03:49:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TlFLE-0008UX-Gz for qemu-devel@nongnu.org; Wed, 19 Dec 2012 03:49:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:65158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TlFLE-0008Tv-9D for qemu-devel@nongnu.org; Wed, 19 Dec 2012 03:49:28 -0500 Message-ID: <50D17F91.3080400@redhat.com> Date: Wed, 19 Dec 2012 09:49:21 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1355410133-3281-1-git-send-email-lmr@redhat.com> <1355410133-3281-3-git-send-email-lmr@redhat.com> <50D11B59.3010302@redhat.com> In-Reply-To: <50D11B59.3010302@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/2] hw: add isa-debug-exit device v3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lucas Meneghel Cc: jan.kiszka@siemens.com, Anthony Liguori , =?ISO-8859-1?Q?Herv=E9_Poussineau?= , qemu-devel@nongnu.org > Hello Anthony, >=20 > So, there's this device that we need to get the test dev upstream to > support kvm-unit-tests and get rid of testing qemu-kvm.git once for all. > Herv=E9 sent a similar patch, with some important differences (access > sizes >1). /me updated debug exit device so it handles all access sizes and also has the size of the io region configurable. So it should cover all use cases now. Also picked up testdev. Updated series just posted. cheers, Gerd