From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tr6pz-0000xF-T9 for qemu-devel@nongnu.org; Fri, 04 Jan 2013 07:57:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tr6py-0006ct-Tv for qemu-devel@nongnu.org; Fri, 04 Jan 2013 07:57:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:4095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tr6py-0006cf-NJ for qemu-devel@nongnu.org; Fri, 04 Jan 2013 07:57:26 -0500 Message-ID: <50E6D1B1.7010608@redhat.com> Date: Fri, 04 Jan 2013 13:57:21 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1357287364-24921-1-git-send-email-kraxel@redhat.com> <50E6AEDB.7060906@suse.de> In-Reply-To: <50E6AEDB.7060906@suse.de> Content-Type: text/plain; charset=ISO-8859-15 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: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: "lmr@redhat.com" , =?ISO-8859-15?Q?Herv=E9_Poussineau?= , qemu-devel@nongnu.org, Anthony Liguori 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=E9 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=E9'= 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. 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