yeahuh / rpms / qemu-kvm

Forked from rpms/qemu-kvm 2 years ago
Clone

Blame SOURCES/kvm-HMP-Disable-drive_add-for-Red-Hat-Enterprise-Linux.patch

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