From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFgxO-0005vY-Co for qemu-devel@nongnu.org; Wed, 22 Jun 2016 08:08:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFgxN-0006td-8k for qemu-devel@nongnu.org; Wed, 22 Jun 2016 08:08:34 -0400 Date: Wed, 22 Jun 2016 13:08:22 +0100 From: "Dr. David Alan Gilbert" Message-ID: <20160622120821.GH2274@work-vm> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] Question about a qemu Aarch64 error when adding several SCSI disks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Zhao Cc: qemu-arm@nongnu.org, qemu-devel@nongnu.org * Kevin Zhao (kevin.zhao@linaro.org) wrote: > Hi All, > Greetings from Linaro. This is Kevin from Linaro, and recently I > have met a problem of qemu-system-aarch64 when I am working on virt-manager. > I have reported a bug here: > https://bugs.launchpad.net/qemu/+bug/1594239 > > It's mainly bout adding several SCSI disks to Aarch64 guests. > If you have a moment, pls kindly give some advice about this.Thanks. Hi Kevin, The assert you've got there really should not happen: starting domain: internal error: process exited while connecting to monitor: qemu-system-aarch64: /build/qemu-zxCwKP/qemu-2.5+dfsg/migration/savevm.c:620: vmstate_register_with_alias_id: Assertion `!se->compat || se->instance_id == 0' failed. I've only seen that error once before, and that was when the device had a really long device path (lots and lots of PCI bridges) but you've not got that. Can you get a full backtrace from that? If you can rebuild it and debug then adding some prints into vmstate_register_with_alias_id should help, in particular if you can print the name that qdev_get-dev_path returns it would be good and also the vmsd->name value. Dave -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK