Blame SOURCES/0008-monitor-Remove-host_net_add-remove-for-Red-Hat-Enter.patch

76daa3
From c9963b7cbcc5a0148ce8c29dfa4c473b27f2fd71 Mon Sep 17 00:00:00 2001
76daa3
From: Miroslav Rezanina <mrezanin@redhat.com>
76daa3
Date: Wed, 6 Nov 2013 12:36:04 +0100
76daa3
Subject: monitor: Remove host_net_add/remove for Red Hat Enterprise Linux
76daa3
76daa3
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
76daa3
Message-id: <b28f4458b4470c9a6fcbf5085c3a1bb4d7a0a5eb.1383741033.git.mrezanin@redhat.com>
76daa3
Patchwork-id: 55519
76daa3
O-Subject: [RHEL7 qemu-kvm PATCH v2 4/4] monitor: Remove host_net_add/remove for Red Hat Enterprise Linux
76daa3
Bugzilla: 1010858
76daa3
RH-Acked-by: Michal Novotny <minovotn@redhat.com>
76daa3
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
76daa3
RH-Acked-by: Orit Wasserman <owasserm@redhat.com>
76daa3
RH-Acked-by: Eric Blake <eblake@redhat.com>
76daa3
76daa3
From: Miroslav Rezanina <mrezanin@redhat.com>
76daa3
76daa3
This is forwardport of RHEL-6 commit dd94505bd1b826db0c7e155ccee5c24f77987f16:
76daa3
76daa3
    monitor: Remove host_net_add/remove for Red Hat Enterprise Linux
76daa3
76daa3
    The host_net_add/remove commands are replaced by netdev_add/del. Remove
76daa3
    them.
76daa3
76daa3
    Signed-off-by: Amit Shah <amit.shah@redhat.com>
76daa3
76daa3
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
76daa3
(cherry picked from commit e013ccabc44970f3da6772c55b4627a2dfe66ba0)
76daa3
(cherry picked from commit 087ffd4f147844530cd7a3b42a1dfcae441525c2)
76daa3
---
76daa3
 hmp-commands.hx | 2 ++
76daa3
 1 file changed, 2 insertions(+)
76daa3
76daa3
diff --git a/hmp-commands.hx b/hmp-commands.hx
76daa3
index 3e2da19..fbd02aa 100644
76daa3
--- a/hmp-commands.hx
76daa3
+++ b/hmp-commands.hx
76daa3
@@ -1276,6 +1276,7 @@ STEXI
76daa3
 Inject PCIe AER error
76daa3
 ETEXI
76daa3
 
76daa3
+#if 0 /* Disabled for Red Hat Enterprise Linux */
76daa3
     {
76daa3
         .name       = "host_net_add",
76daa3
         .args_type  = "device:s,opts:s?",
76daa3
@@ -1305,6 +1306,7 @@ STEXI
76daa3
 @findex host_net_remove
76daa3
 Remove host VLAN client.
76daa3
 ETEXI
76daa3
+#endif
76daa3
 
76daa3
     {
76daa3
         .name       = "netdev_add",
76daa3
-- 
76daa3
1.8.3.1
76daa3