From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWO0Z-000348-F1 for qemu-devel@nongnu.org; Mon, 21 May 2012 04:30:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SWO0Q-0007Wc-1K for qemu-devel@nongnu.org; Mon, 21 May 2012 04:30:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3996) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWO0P-0007WG-Or for qemu-devel@nongnu.org; Mon, 21 May 2012 04:30:17 -0400 Message-ID: <4FB9F402.9040600@redhat.com> Date: Mon, 21 May 2012 09:51:30 +0200 From: Kevin Wolf MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qtest: add a fuzz test to fdc-test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: Paolo Bonzini , qemu-devel Am 19.05.2012 14:54, schrieb Blue Swirl: > Add a simple register fuzzing test to floppy controller tests. > > Signed-off-by: Blue Swirl > --- > There's a lot of output like: > GTESTER check-qtest-i386 > FLOPPY ERROR: fdctrl_read_data: controller not ready for reading > FLOPPY ERROR: fdctrl_read_data: controller not ready for reading > FLOPPY ERROR: fdctrl_unimplemented: unimplemented command 0x1f > FLOPPY ERROR: fdctrl_unimplemented: unimplemented command 0xa8 > FLOPPY ERROR: fdctrl_read_data: controller not ready for reading > FLOPPY ERROR: fdctrl_read_data: controller not ready for reading > FLOPPY ERROR: fdctrl_read_data: controller not ready for reading > FLOPPY ERROR: fdctrl_unimplemented: unimplemented command 0x37 > FLOPPY ERROR: fdctrl_read_data: controller not ready for reading > FLOPPY ERROR: fdctrl_read_data: controller not ready for reading > FLOPPY ERROR: fdctrl_read_data: controller not ready for reading > FLOPPY ERROR: fdctrl_read_data: controller not ready for reading > FLOPPY ERROR: fdctrl_read_data: controller not ready for reading > FLOPPY ERROR: fdctrl_read_data: controller not ready for reading > FLOPPY ERROR: fdctrl_unimplemented: unimplemented command 0x93 > FLOPPY ERROR: fdctrl_unimplemented: unimplemented command 0xe4 > FLOPPY ERROR: fdctrl_unimplemented: unimplemented command 0xc1 > FLOPPY ERROR: fdctrl_unimplemented: unimplemented command 0x92 > > Maybe they should be fixed first. What do you mean by fixing? Turning them into DPRINTFs? Kevin