Skip to content

Commit

Permalink
Expose drive_add on all architectures
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
agraf committed Jan 4, 2012
1 parent dd97aa8 commit 971ca4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hmp-commands.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -859,7 +858,6 @@ ETEXI
.help = "add drive to PCI storage controller",
.mhandler.cmd = drive_hot_add,
},
#endif

STEXI
@item drive_add
Expand Down

0 comments on commit 971ca4d

Please sign in to comment.