From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MM4c4-0000mJ-7r for qemu-devel@nongnu.org; Wed, 01 Jul 2009 14:32:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MM4bz-0000kQ-Sb for qemu-devel@nongnu.org; Wed, 01 Jul 2009 14:32:55 -0400 Received: from [199.232.76.173] (port=59521 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MM4bz-0000kF-I2 for qemu-devel@nongnu.org; Wed, 01 Jul 2009 14:32:51 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:26137) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MM4bz-0002ER-18 for qemu-devel@nongnu.org; Wed, 01 Jul 2009 14:32:51 -0400 From: Bique Alexandre Date: Wed, 1 Jul 2009 19:31:53 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200907011931.53521.alexandre.bique@citrix.com> Subject: [Qemu-devel] [PATCH 0/5] ATAPI pass through v2 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Hi, I updated my patch according to your previous comments. Changes from my previous version: - split the big patch in 5 patches. - not exporting any private structure - switched to SG_IO and brdv_aio_ioctl() - not including linux/cdrom.h or linux/bsg.h - got some stuff like defines and request_sense structure from linux/cdrom.h Thanks. -- Alexandre Bique