summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2011-07-13 14:08:32 +0200
committerAlexander Graf <agraf@suse.de>2012-01-04 02:48:14 +0100
commit971ca4d906958fc09c8c69edde6f3caa4a843766 (patch)
tree8d7aa4e1353e24024d34d18762dbc5347164a3a0
parentdd97aa8adc9a15fa509d5a0196002d309f6d21fd (diff)
downloadqemu-971ca4d906958fc09c8c69edde6f3caa4a843766.tar.gz
Expose drive_add on all architectures
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 <agraf@suse.de>
-rw-r--r--hmp-commands.hx2
1 files changed, 0 insertions, 2 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx
index 14838b7fae..a586498495 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -846,7 +846,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",
@@ -859,7 +858,6 @@ ETEXI
.help = "add drive to PCI storage controller",
.mhandler.cmd = drive_hot_add,
},
-#endif
STEXI
@item drive_add