|
|
0a122b |
From 8bc60f9c097965e17f1cfa32e66461aacdb11083 Mon Sep 17 00:00:00 2001
|
|
|
0a122b |
Message-Id: <8bc60f9c097965e17f1cfa32e66461aacdb11083.1387385974.git.minovotn@redhat.com>
|
|
|
0a122b |
In-Reply-To: <7cba796b16325e96d01e65bd265b4073ab103157.1387385974.git.minovotn@redhat.com>
|
|
|
0a122b |
References: <7cba796b16325e96d01e65bd265b4073ab103157.1387385974.git.minovotn@redhat.com>
|
|
|
0a122b |
From: Markus Armbruster <armbru@redhat.com>
|
|
|
0a122b |
Date: Tue, 17 Dec 2013 06:46:39 +0100
|
|
|
0a122b |
Subject: [PATCH 5/5] HMP: Disable drive_add for Red Hat Enterprise Linux
|
|
|
0a122b |
|
|
|
0a122b |
RH-Author: Markus Armbruster <armbru@redhat.com>
|
|
|
0a122b |
Message-id: <1387262799-10350-7-git-send-email-armbru@redhat.com>
|
|
|
0a122b |
Patchwork-id: 56297
|
|
|
0a122b |
O-Subject: [PATCH v2 6/6] HMP: Disable drive_add for Red Hat Enterprise Linux
|
|
|
0a122b |
Bugzilla: 889051
|
|
|
0a122b |
RH-Acked-by: Fam Zheng <famz@redhat.com>
|
|
|
0a122b |
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
0a122b |
RH-Acked-by: Luiz Capitulino <lcapitulino@redhat.com>
|
|
|
0a122b |
|
|
|
0a122b |
From: Markus Armbruster <armbru@redhat.com>
|
|
|
0a122b |
|
|
|
0a122b |
Same as in RHEL-6; commit ed45bb8 there.
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Markus Armbruster <armbru@redhat.com>
|
|
|
0a122b |
---
|
|
|
0a122b |
hmp-commands.hx | 2 ++
|
|
|
0a122b |
1 file changed, 2 insertions(+)
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Michal Novotny <minovotn@redhat.com>
|
|
|
0a122b |
---
|
|
|
0a122b |
hmp-commands.hx | 2 ++
|
|
|
0a122b |
1 file changed, 2 insertions(+)
|
|
|
0a122b |
|
|
|
0a122b |
diff --git a/hmp-commands.hx b/hmp-commands.hx
|
|
|
0a122b |
index bfb565b..32cc33c 100644
|
|
|
0a122b |
--- a/hmp-commands.hx
|
|
|
0a122b |
+++ b/hmp-commands.hx
|
|
|
0a122b |
@@ -1072,6 +1072,7 @@ using the specified target.
|
|
|
0a122b |
ETEXI
|
|
|
0a122b |
#endif
|
|
|
0a122b |
|
|
|
0a122b |
+#if 0 /* Disabled for Red Hat Enterprise Linux */
|
|
|
0a122b |
{
|
|
|
0a122b |
.name = "drive_add",
|
|
|
0a122b |
.args_type = "pci_addr:s,opts:s",
|
|
|
0a122b |
@@ -1084,6 +1085,7 @@ ETEXI
|
|
|
0a122b |
.help = "add drive to PCI storage controller",
|
|
|
0a122b |
.mhandler.cmd = drive_hot_add,
|
|
|
0a122b |
},
|
|
|
0a122b |
+#endif
|
|
|
0a122b |
|
|
|
0a122b |
STEXI
|
|
|
0a122b |
@item drive_add
|
|
|
0a122b |
--
|
|
|
0a122b |
1.7.11.7
|
|
|
0a122b |
|