From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41636 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsBFG-0007mQ-6P for qemu-devel@nongnu.org; Wed, 23 Feb 2011 04:42:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsBEl-00086m-Cd for qemu-devel@nongnu.org; Wed, 23 Feb 2011 04:42:53 -0500 Received: from mail-qy0-f173.google.com ([209.85.216.173]:32827) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsBEl-00086e-5k for qemu-devel@nongnu.org; Wed, 23 Feb 2011 04:42:23 -0500 Received: by qyk36 with SMTP id 36so3318187qyk.4 for ; Wed, 23 Feb 2011 01:42:22 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20110215113251.7f2bfd77.usui@mxm.nes.nec.co.jp> References: <20110127180057.eb28d17f.oomichi@mxs.nes.nec.co.jp> <4D58C98C.8030905@cn.fujitsu.com> <20110215113251.7f2bfd77.usui@mxm.nes.nec.co.jp> From: William Dauchy Date: Wed, 23 Feb 2011 10:42:02 +0100 Message-ID: Subject: Re: [Qemu-devel] [PATCH] Remove a detached device from qemu_device_opts. Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Minoru Usui Cc: Ken'ichi Ohmichi , qemu-devel@nongnu.org Hi Minoru, On Tue, Feb 15, 2011 at 3:32 AM, Minoru Usui wrote= : > I can reproduce, too. > But strangely, it don't occur in case of loading acpiphp driver > to the guest VM on below environment. > > =A0Host : RHEL6.0 > =A0Guest: RHEL5.5 > > Unfortunately, I'm not familiar with qemu-kvm. > I investigated below questions about this problem, but I couldn't resolve= them. > > =A0- How to call qdev_free() asynchronously. (How should we fix this prob= lem) > =A0- Why it don't occur with acpiphp driver > > If anyone knows answer of above questions or its clue, please let me know= . If fact this is not a bug. `qdev_free` is called when the acpi detach succeed in `pciej_write`. The virtual machine has to correctly support acpi signals. Please read the explanation from Markus Armbruster on http://lists.nongnu.org/archive/html/qemu-devel/2011-02/msg02637.html Regards, --=20 William