From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUjDv-0005QM-I3 for qemu-devel@nongnu.org; Wed, 04 Feb 2009 09:59:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUjDs-0005L5-0X for qemu-devel@nongnu.org; Wed, 04 Feb 2009 09:59:28 -0500 Received: from [199.232.76.173] (port=49853 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUjDp-0005Kf-8t for qemu-devel@nongnu.org; Wed, 04 Feb 2009 09:59:25 -0500 Received: from mx20.gnu.org ([199.232.41.8]:45303) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LUjDo-0002O4-UJ for qemu-devel@nongnu.org; Wed, 04 Feb 2009 09:59:25 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LUjDo-0006zk-5a for qemu-devel@nongnu.org; Wed, 04 Feb 2009 09:59:24 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [patch 18/18] qemu: PCI device, disk and host network hot-add / hot-remove Date: Wed, 4 Feb 2009 14:59:21 +0000 References: <20090204133303.113145633@localhost.localdomain> <20090204133924.976199377@localhost.localdomain> In-Reply-To: <20090204133924.976199377@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902041459.22057.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Marcelo Tosatti On Wednesday 04 February 2009, Marcelo Tosatti wrote: > Add monitor command to hot-add PCI devices (nic and storage). I'd prefer to separate the PCI hotplug stuff from the generic hotplug stuff. Paul