9ae3a8
From 8ab120f6ad6629e826ded6d8f910c91f441bafd4 Mon Sep 17 00:00:00 2001
9ae3a8
From: Miroslav Rezanina <mrezanin@redhat.com>
9ae3a8
Date: Wed, 6 Nov 2013 12:36:02 +0100
9ae3a8
Subject: [PATCH 67/81] monitor: Remove pci_del command for Red Hat Enterprise Linux
9ae3a8
9ae3a8
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
9ae3a8
Message-id: <6e7cc8214fdc2fd6a95a7446c667bf36fc13f3ce.1383741033.git.mrezanin@redhat.com>
9ae3a8
Patchwork-id: 55517
9ae3a8
O-Subject: [RHEL7 qemu-kvm PATCH v2 2/4] monitor: Remove pci_del command for Red Hat Enterprise Linux
9ae3a8
Bugzilla: 1010858
9ae3a8
RH-Acked-by: Michal Novotny <minovotn@redhat.com>
9ae3a8
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
9ae3a8
RH-Acked-by: Orit Wasserman <owasserm@redhat.com>
9ae3a8
RH-Acked-by: Eric Blake <eblake@redhat.com>
9ae3a8
9ae3a8
From: Miroslav Rezanina <mrezanin@redhat.com>
9ae3a8
9ae3a8
This is forwardport of RHEL-6 commit 609b9f16a7443e86e55a3cdc76a484253e50267b:
9ae3a8
9ae3a8
    monitor: Remove pci_del command for Red Hat Enterprise Linux
9ae3a8
9ae3a8
    pci_del is the old way of hot-unplugging pci (nic or storage) devices.
9ae3a8
    The newer device_del is the recommended and suggested command.
9ae3a8
9ae3a8
    Signed-off-by: Amit Shah <amit.shah@redhat.com>
9ae3a8
9ae3a8
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
9ae3a8
---
9ae3a8
 hmp-commands.hx | 2 +-
9ae3a8
 1 file changed, 1 insertion(+), 1 deletion(-)
9ae3a8
9ae3a8
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
9ae3a8
---
9ae3a8
 hmp-commands.hx |    2 +-
9ae3a8
 1 files changed, 1 insertions(+), 1 deletions(-)
9ae3a8
9ae3a8
diff --git a/hmp-commands.hx b/hmp-commands.hx
9ae3a8
index d5ec349..14ba536 100644
9ae3a8
--- a/hmp-commands.hx
9ae3a8
+++ b/hmp-commands.hx
9ae3a8
@@ -1105,7 +1105,7 @@ STEXI
9ae3a8
 Hot-add PCI device.
9ae3a8
 ETEXI
9ae3a8
 
9ae3a8
-#if defined(TARGET_I386)
9ae3a8
+#if defined(TARGET_I386) && 0 /* Disabled for Red Hat Enterprise Linux */
9ae3a8
     {
9ae3a8
         .name       = "pci_del",
9ae3a8
         .args_type  = "pci_addr:s",
9ae3a8
-- 
9ae3a8
1.7.1
9ae3a8