From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qij5h-0000dH-Be for qemu-devel@nongnu.org; Mon, 18 Jul 2011 04:22:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qij5g-0002V9-1T for qemu-devel@nongnu.org; Mon, 18 Jul 2011 04:22:13 -0400 Received: from cantor2.suse.de ([195.135.220.15]:49977 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qij5f-0002Uw-N2 for qemu-devel@nongnu.org; Mon, 18 Jul 2011 04:22:11 -0400 From: Alexander Graf Date: Sun, 17 Jul 2011 02:57:21 +0200 Message-Id: <1310864241-27912-5-git-send-email-agraf@suse.de> In-Reply-To: <1310864241-27912-1-git-send-email-agraf@suse.de> References: <1310864241-27912-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PATCH 4/4] Expose drive_add on all architectures List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org Developers" Cc: kwolf@redhat.com, armbru@redhat.com All architectures can now use drive_add on the monitor. This of course does not mean that there is hotplug support for the specific platform, so in order to actually make use of the new drives you still need to have a hotplug capable device. Signed-off-by: Alexander Graf --- hmp-commands.hx | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/hmp-commands.hx b/hmp-commands.hx index 6ad8806..e275f88 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -857,7 +857,6 @@ STEXI Snapshot device, using snapshot file as target if provided ETEXI -#if defined(TARGET_I386) { .name = "drive_add", .args_type = "pci_addr:s,opts:s", @@ -869,7 +868,6 @@ ETEXI .help = "add drive to PCI storage controller", .mhandler.cmd = drive_hot_add, }, -#endif STEXI @item drive_add -- 1.6.0.2