From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tkypr-0003ks-0O for qemu-devel@nongnu.org; Tue, 18 Dec 2012 10:12:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tkypm-0000XU-Ql for qemu-devel@nongnu.org; Tue, 18 Dec 2012 10:11:58 -0500 Received: from mail-we0-f174.google.com ([74.125.82.174]:34783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tkypm-0000XK-FH for qemu-devel@nongnu.org; Tue, 18 Dec 2012 10:11:54 -0500 Received: by mail-we0-f174.google.com with SMTP id x10so349668wey.5 for ; Tue, 18 Dec 2012 07:11:53 -0800 (PST) Date: Tue, 18 Dec 2012 16:11:51 +0100 From: Stefan Hajnoczi Message-ID: <20121218151151.GC11063@stefanha-thinkpad.redhat.com> References: <20121212101906.19778.769.malonedeb@wampee.canonical.com> <20121212101906.19778.769.malonedeb@wampee.canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121212101906.19778.769.malonedeb@wampee.canonical.com> Subject: Re: [Qemu-devel] [Bug 1089281] [NEW] kvm crash when writing on disk List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bug 1089281 <1089281@bugs.launchpad.net> Cc: qemu-devel@nongnu.org On Wed, Dec 12, 2012 at 10:19:06AM -0000, xavy wrote: > Public bug reported: > > When running the following command: > > /usr/bin/kvm -S -M pc-1.0 -cpu qemu32 -enable-kvm -m 1024 -smp > 1,sockets=1,cores=1,threads=1 -name winxp -uuid f86ef88f-b90e-699a- > 74b8-9675063fc26e -nodefconfig -nodefaults -chardev > socket,id=charmonitor,path=/var/lib/libvirt/qemu/winxp.monitor,server,nowait > -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -no- > shutdown -device lsi,id=scsi0,bus=pci.0,addr=0x4 -drive I'm afraid the emulated LSI SCSI adapter has known issues and doesn't seem to be under active development. Use IDE for compatibility or virtio-blk if you're willing to install the virtio-win guest drivers. There is also SATA (AHCI) and MegaSAS SCSI support if you don't want to use IDE/virtio-blk. Stefan