From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCVZV-00087N-Dm for qemu-devel@nongnu.org; Wed, 20 Apr 2011 07:27:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCVZU-0000n7-JY for qemu-devel@nongnu.org; Wed, 20 Apr 2011 07:27:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57511) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCVZU-0000mw-8y for qemu-devel@nongnu.org; Wed, 20 Apr 2011 07:27:48 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p3KBRl1u014748 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 20 Apr 2011 07:27:47 -0400 From: Kevin Wolf Date: Wed, 20 Apr 2011 13:30:10 +0200 Message-Id: <1303299015-11036-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/5] atapi: Some code restructuring List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com v2: - Fixed commit messages - Added a comment in cmd_test_unit_ready Kevin Wolf (5): ide: Split atapi.c out ide/atapi: Factor commands out ide/atapi: Use table instead of switch for commands ide/atapi: Replace bdrv_get_geometry calls by s->nb_sectors ide/atapi: Introduce CHECK_READY flag for commands Makefile.objs | 2 +- hw/ide/atapi.c | 1134 +++++++++++++++++++++++++++++++++++++++++++++++++++++ hw/ide/core.c | 1065 +------------------------------------------------- hw/ide/internal.h | 14 +- 4 files changed, 1149 insertions(+), 1066 deletions(-) create mode 100644 hw/ide/atapi.c -- 1.7.2.3