From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tr7aI-0004f3-3K for qemu-devel@nongnu.org; Fri, 04 Jan 2013 08:45:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tr7aG-0004By-Qm for qemu-devel@nongnu.org; Fri, 04 Jan 2013 08:45:18 -0500 Received: from mail-gh0-f171.google.com ([209.85.160.171]:56056) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tr7aG-0004Bu-N2 for qemu-devel@nongnu.org; Fri, 04 Jan 2013 08:45:16 -0500 Received: by mail-gh0-f171.google.com with SMTP id r17so1991818ghr.30 for ; Fri, 04 Jan 2013 05:45:16 -0800 (PST) From: Anthony Liguori In-Reply-To: <50E6D1B1.7010608@redhat.com> References: <1357287364-24921-1-git-send-email-kraxel@redhat.com> <50E6AEDB.7060906@suse.de> <50E6D1B1.7010608@redhat.com> Date: Fri, 04 Jan 2013 07:45:02 -0600 Message-ID: <87bod512qp.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 0/4] test and debug devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , Andreas =?utf-8?Q?F=C3=A4rber?= Cc: "lmr@redhat.com" , =?utf-8?Q?Herv=C3=A9?= Poussineau , qemu-devel@nongnu.org Gerd Hoffmann writes: > Hi, > >>> This patch series improves the debug devices we have. isa-debugcon is >>> switched over to the memory api. isa-debug-exit is added and replaces >>> the hard-coded bochs debug port. pc-testdev (used by kvm-unit-tests) is >>> added. >>=20 >> Missing some CCs, and I was actually expecting another PATCH series >> first... as brought up before it is refreshing an uncommitted series by >> Herv=C3=A9 without any mention thereof in the commit message > > Hmm? The isa-debug-exit patch is written by myself. After hacking it > up I've noticed Herve wrote a simliar one. But I didn't grab Herve's > patch. I've picked up + updated Lucas' testdev patch, and that is > clearly visible in the commit message. > >> and I thought >> there was an unanswered question to Anthony on both Lucas' and Herv=C3= =A9's >> series? > > The only outstanding question I'm aware of is whenever anthony does a > outb or outw on the bochs debug port in his test suite. outb. Regards, Anthony Liguori > My > isa-debug-exit device handles both cases, so we should be fine here, and > I'm sure Anthony will actually try before committing the series ;) > > What else is unanswered? > > cheers, > Gerd