From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfRUQ-0006fP-MG for qemu-devel@nongnu.org; Fri, 15 Jun 2012 04:02:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfRUK-0003V9-Jr for qemu-devel@nongnu.org; Fri, 15 Jun 2012 04:02:42 -0400 Message-ID: <4FDAE98B.6030905@redhat.com> Date: Fri, 15 Jun 2012 09:51:39 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20120614155231.GA19666@amd.home.annexia.org> <4FDA0A0C.6050309@suse.de> <20120614171311.GO21859@amd.home.annexia.org> <20120614220142.GP21859@amd.home.annexia.org> In-Reply-To: <20120614220142.GP21859@amd.home.annexia.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu-system-ppc64 hanging occasionally in disk writes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Richard W.M. Jones" Cc: "" , Alexander Graf , "qemu-devel@nongnu.org" Il 15/06/2012 00:01, Richard W.M. Jones ha scritto: >>> > > /home/rjones/d/qemu/ppc64-softmmu/qemu-system-ppc64 \ >>> > > -global virtio-blk-pci.scsi=off \ >>> > > -nodefconfig \ >>> > > -nodefaults \ >>> > > -nographic \ >>> > > -device virtio-scsi-pci,id=scsi \ >>> > > -drive file=test1.img,cache=off,format=raw,id=hd0,if=none \ >>> > > -device scsi-hd,drive=hd0 \ >> > >> > Don't you have to specify bus= too? No, it will just look for a scsi bus. With -nodefaults there should be no default vscsi controller, so it should work. Try info qdev to get a definitive answer though. Paolo