From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfZki-0001V5-8u for qemu-devel@nongnu.org; Tue, 07 Apr 2015 16:05:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YfZkh-0006jg-FT for qemu-devel@nongnu.org; Tue, 07 Apr 2015 16:05:40 -0400 Message-ID: <55243885.30906@redhat.com> Date: Tue, 07 Apr 2015 22:05:25 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <5522D4BD.7080805@kamp.de> <5522D57B.3000203@redhat.com> <5522D85D.20907@kamp.de> <5522DA21.1010702@kamp.de> <20150407084303.GA2298@work-vm> <5523F38A.4090305@kamp.de> <20150407152957.GB2287@work-vm> <55242597.1000700@kamp.de> In-Reply-To: <55242597.1000700@kamp.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-block] Migration sometimes fails with IDE and Qemu 2.2.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven , "Dr. David Alan Gilbert" Cc: John Snow , "qemu-devel@nongnu.org" , qemu-block@nongnu.org On 07/04/2015 20:44, Peter Lieven wrote: > Has the cdrom the power of taking down the bus? IDE can only issue one command per bus, so hda/hdb can take down each other, and hdc/hdd can take down each other. However, hda cannot take down hdc and vice versa---so likely the CDROM cannot take down the hard disk. Paolo