Blame SOURCES/kvm-Revert-HMP-Disable-drive_add-for-Red-Hat-Enterprise-2.patch.patch
|
|
0a122b |
From f873c32538f9b920c452354665e8957abaf3d63a Mon Sep 17 00:00:00 2001
|
|
|
0a122b |
Message-Id: <f873c32538f9b920c452354665e8957abaf3d63a.1387389991.git.minovotn@redhat.com>
|
|
|
0a122b |
From: Michal Novotny <minovotn@redhat.com>
|
|
|
0a122b |
Date: Wed, 18 Dec 2013 19:06:06 +0100
|
|
|
0a122b |
Subject: [PATCH] Revert "HMP: Disable drive_add for Red Hat Enterprise Linux"
|
|
|
0a122b |
|
|
|
0a122b |
This reverts commit 8bc60f9c097965e17f1cfa32e66461aacdb11083 because
|
|
|
0a122b |
it caused make check fail.
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Michal Novotny <minovotn@redhat.com>
|
|
|
0a122b |
---
|
|
|
0a122b |
hmp-commands.hx | 2 --
|
|
|
0a122b |
1 file changed, 2 deletions(-)
|
|
|
0a122b |
|
|
|
0a122b |
diff --git a/hmp-commands.hx b/hmp-commands.hx
|
|
|
0a122b |
index 32cc33c..bfb565b 100644
|
|
|
0a122b |
--- a/hmp-commands.hx
|
|
|
0a122b |
+++ b/hmp-commands.hx
|
|
|
0a122b |
@@ -1072,7 +1072,6 @@ 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 |
@@ -1085,7 +1084,6 @@ 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 |
|