From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etHOU-00069q-Ci for qemu-devel@nongnu.org; Tue, 06 Mar 2018 13:32:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1etHOQ-0003Nx-9U for qemu-devel@nongnu.org; Tue, 06 Mar 2018 13:32:58 -0500 References: <20180111045937.2119-1-david@gibson.dropbear.id.au> <20180111045937.2119-7-david@gibson.dropbear.id.au> From: Thomas Huth Message-ID: <47673305-ea4c-20bf-a3c1-47d4e4cfd950@redhat.com> Date: Tue, 6 Mar 2018 19:32:43 +0100 MIME-Version: 1.0 In-Reply-To: <20180111045937.2119-7-david@gibson.dropbear.id.au> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PULL 06/11] hw/ide: Emulate SiI3112 SATA controller List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: BALATON Zoltan Cc: David Gibson , qemu-devel@nongnu.org, qemu-ppc@nongnu.org On 11.01.2018 05:59, David Gibson wrote: > From: BALATON Zoltan > > This is a common generic PCI SATA controller that is also used in PCs > but more importantly guests running on the Sam460ex board prefer this > card and have a driver for it (unlike for other SATA controllers > already emulated). Hi, looks like this new device can now be used to crash QEMU in certain circumstances: $ ppc64-softmmu/qemu-system-ppc64 -monitor stdio QEMU 2.11.50 monitor - type 'help' for more information (qemu) device_add sii3112,id=x (qemu) device_del x qemu-system-ppc64: /home/thuth/devel/qemu/memory.c:2346: memory_region_del_subregion: Assertion `subregion->container == mr' failed. Aborted (core dumped) Any ideas how to fix this? Thomas