From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOg7e-0002Cn-7S for qemu-devel@nongnu.org; Thu, 31 Jul 2008 17:55:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOg7a-0002BX-8B for qemu-devel@nongnu.org; Thu, 31 Jul 2008 17:55:45 -0400 Received: from [199.232.76.173] (port=33691 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOg7a-0002BS-3S for qemu-devel@nongnu.org; Thu, 31 Jul 2008 17:55:42 -0400 Received: from mtaout01-winn.ispmail.ntl.com ([81.103.221.47]:11823) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KOg7Y-00033j-9j for qemu-devel@nongnu.org; Thu, 31 Jul 2008 17:55:41 -0400 Received: from aamtaout01-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com with ESMTP id <20080731215532.FQRT777.mtaout01-winn.ispmail.ntl.com@aamtaout01-winn.ispmail.ntl.com> for ; Thu, 31 Jul 2008 22:55:32 +0100 Received: from implementation.famille.thibault.fr ([82.21.96.230]) by aamtaout01-winn.ispmail.ntl.com with ESMTP id <20080731215532.LLUQ5827.aamtaout01-winn.ispmail.ntl.com@implementation.famille.thibault.fr> for ; Thu, 31 Jul 2008 22:55:32 +0100 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.69) (envelope-from ) id 1KOg7N-0003HH-Pm for qemu-devel@nongnu.org; Thu, 31 Jul 2008 23:55:29 +0200 Date: Thu, 31 Jul 2008 22:55:29 +0100 From: Samuel Thibault Subject: Re: [Qemu-devel] CD-ROM Reading Message-ID: <20080731215529.GX4565@implementation> References: <20080731214440.M21143@cs.unm.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20080731214440.M21143@cs.unm.edu> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Mohammed Al-Saleh, le Thu 31 Jul 2008 15:46:13 -0600, a écrit : > where can I find the ultimate function that copies the data to the > RAM. Are you looking for the call to cpu_physical_memory_write() in dma_buf_rw? Samuel