|
|
218e99 |
From 21aa0c54586f48e3fe51c71138b853977a4d8a66 Mon Sep 17 00:00:00 2001
|
|
|
218e99 |
From: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
218e99 |
Date: Wed, 6 Nov 2013 12:36:01 +0100
|
|
|
218e99 |
Subject: [PATCH 66/81] monitor: Remove pci_add command for Red Hat Enterprise Linux
|
|
|
218e99 |
|
|
|
218e99 |
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
218e99 |
Message-id: <2e280a8060b33499eae1704843285ceb7f602470.1383741033.git.mrezanin@redhat.com>
|
|
|
218e99 |
Patchwork-id: 55518
|
|
|
218e99 |
O-Subject: [RHEL7 qemu-kvm PATCH v2 1/4] monitor: Remove pci_add command for Red Hat Enterprise Linux
|
|
|
218e99 |
Bugzilla: 1010858
|
|
|
218e99 |
RH-Acked-by: Michal Novotny <minovotn@redhat.com>
|
|
|
218e99 |
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
218e99 |
RH-Acked-by: Orit Wasserman <owasserm@redhat.com>
|
|
|
218e99 |
RH-Acked-by: Eric Blake <eblake@redhat.com>
|
|
|
218e99 |
|
|
|
218e99 |
From: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
218e99 |
|
|
|
218e99 |
This is forwardport of RHEL-6 commit 22aef6c9882ac60bcf3df98e67c4b9b729a90707:
|
|
|
218e99 |
|
|
|
218e99 |
monitor: Remove pci_add command for Red Hat Enterprise Linux
|
|
|
218e99 |
|
|
|
218e99 |
pci_add is the old way of hot-plugging pci (nic or storage) devices.
|
|
|
218e99 |
The newer device_add is the recommended and suggested command.
|
|
|
218e99 |
|
|
|
218e99 |
Signed-off-by: Amit Shah <amit.shah@redhat.com>
|
|
|
218e99 |
|
|
|
218e99 |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
218e99 |
---
|
|
|
218e99 |
hmp-commands.hx | 2 +-
|
|
|
218e99 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
218e99 |
|
|
|
218e99 |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
218e99 |
---
|
|
|
218e99 |
hmp-commands.hx | 2 +-
|
|
|
218e99 |
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
218e99 |
|
|
|
218e99 |
diff --git a/hmp-commands.hx b/hmp-commands.hx
|
|
|
218e99 |
index 2fc2c0b..d5ec349 100644
|
|
|
218e99 |
--- a/hmp-commands.hx
|
|
|
218e99 |
+++ b/hmp-commands.hx
|
|
|
218e99 |
@@ -1089,7 +1089,7 @@ STEXI
|
|
|
218e99 |
Add drive to PCI storage controller.
|
|
|
218e99 |
ETEXI
|
|
|
218e99 |
|
|
|
218e99 |
-#if defined(TARGET_I386)
|
|
|
218e99 |
+#if defined(TARGET_I386) && 0 /* Disabled for Red Hat Enterprise Linux */
|
|
|
218e99 |
{
|
|
|
218e99 |
.name = "pci_add",
|
|
|
218e99 |
.args_type = "pci_addr:s,type:s,opts:s?",
|
|
|
218e99 |
--
|
|
|
218e99 |
1.7.1
|
|
|
218e99 |
|