From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36125) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqL3X-0001s2-V0 for qemu-devel@nongnu.org; Thu, 26 Jan 2012 03:51:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RqL3R-0003AW-T7 for qemu-devel@nongnu.org; Thu, 26 Jan 2012 03:51:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54089) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqL3R-0003AR-LE for qemu-devel@nongnu.org; Thu, 26 Jan 2012 03:51:37 -0500 Message-ID: <4F211412.5040001@redhat.com> Date: Thu, 26 Jan 2012 09:51:30 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1319539241-26436-1-git-send-email-pbonzini@redhat.com> <1319539241-26436-12-git-send-email-pbonzini@redhat.com> <4F2035E1.707@redhat.com> <4F210A27.9080802@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 11/33] scsi-disk: support DVD profile in GET CONFIGURATION List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ronnie sahlberg Cc: qemu-devel , Thomas Schmitt On 01/26/2012 09:23 AM, ronnie sahlberg wrote: > I see you are very active in the MMC emulation for qemu. Not really, beyond fixing bugs. > I have written several MMC emulators, the third of which (in STGT) is > open source. > > I did the MMC emulation in STGT, (see README.mmc for how to use it as > "blank burnable media") > > Do you have DVD+/-R + morhping implemented yet? We do not implement MMC emulation beyond CD-ROM/DVD-ROM. In particular, burning is only supported to SCSI passthrough devices right now. Right now, the main problem we have with MMC passthrough is how to force the host to "see" the new medium when burning terminates. This would be of interest also to people that write CD burning software (Thomas CCed). Do you have any clue about that? Paolo