From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdhMB-0003bV-VK for qemu-devel@nongnu.org; Sat, 18 May 2013 09:39:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdhM7-00059b-8u for qemu-devel@nongnu.org; Sat, 18 May 2013 09:39:31 -0400 Received: from mail-ea0-x229.google.com ([2a00:1450:4013:c01::229]:58309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdhM7-00059W-0L for qemu-devel@nongnu.org; Sat, 18 May 2013 09:39:27 -0400 Received: by mail-ea0-f169.google.com with SMTP id m14so3125727eaj.0 for ; Sat, 18 May 2013 06:39:26 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51978484.1050006@redhat.com> Date: Sat, 18 May 2013 15:39:16 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <5197825B.6050008@msgid.tls.msk.ru> In-Reply-To: <5197825B.6050008@msgid.tls.msk.ru> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] IDE TRIM bug on at least PPC target List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel , Michael Tokarev Il 18/05/2013 15:30, Michael Tokarev ha scritto: > As mentioned in LP:1179104 ( https://bugs.launchpad.net/qemu/+bug/1179104 ), > there's a segfault bug in qemu process once guest tries to use some TRIM > command against an IDE device on PPC. This makes qemu-system-ppc basically > unusable with any modern distribution, since mke2fs now issues TRIM commands > during install by default. I think it is critical enough bug to warrant > some last-minute hunting/fixing, and it'd be a shame to make a release > of qemu with this bug. > > That's more or less a JFYI for now, but I don't really know what other info > is needed, -- I already provided some structures content from a gdb session. Command line and an image (even something generic like "debian wheezy PPC installation image at this URL") would help. The workaround is simply to use virtio. Did you test SCSI as well? Paolo