From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH] Don't use tapdisk for cd-roms Date: Thu, 2 May 2013 12:04:59 +0100 Message-ID: <5182485B.2000704@eu.citrix.com> References: <1367492589-28970-1-git-send-email-george.dunlap@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1367492589-28970-1-git-send-email-george.dunlap@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "xen-devel@lists.xen.org" Cc: Fabio Fantoni , Ian Jackson , Ian Campbell , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On 02/05/13 12:03, George Dunlap wrote: > blktap does not support the insert / eject commands, and so is not > suitable for cd-roms. > > This fixes the bug where libxl uses tapdisk as a cdrom back-end, causing > subsequent eject / insert commands to fail. This is also a candidate for backport to 4.2, as the same issue is present there. -George