9ae3a8
From 35ba7fa1285b9350fe4f9507b314ef11b74064eb Mon Sep 17 00:00:00 2001
9ae3a8
From: Miroslav Rezanina <mrezanin@redhat.com>
9ae3a8
Date: Wed, 6 Nov 2013 12:36:04 +0100
9ae3a8
Subject: [PATCH 69/81] monitor: Remove host_net_add/remove for Red Hat Enterprise Linux
9ae3a8
9ae3a8
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
9ae3a8
Message-id: <b28f4458b4470c9a6fcbf5085c3a1bb4d7a0a5eb.1383741033.git.mrezanin@redhat.com>
9ae3a8
Patchwork-id: 55519
9ae3a8
O-Subject: [RHEL7 qemu-kvm PATCH v2 4/4] monitor: Remove host_net_add/remove 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 dd94505bd1b826db0c7e155ccee5c24f77987f16:
9ae3a8
9ae3a8
    monitor: Remove host_net_add/remove for Red Hat Enterprise Linux
9ae3a8
9ae3a8
    The host_net_add/remove commands are replaced by netdev_add/del. Remove
9ae3a8
    them.
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, 2 insertions(+)
9ae3a8
9ae3a8
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
9ae3a8
---
9ae3a8
 hmp-commands.hx |    2 ++
9ae3a8
 1 files changed, 2 insertions(+), 0 deletions(-)
9ae3a8
9ae3a8
diff --git a/hmp-commands.hx b/hmp-commands.hx
9ae3a8
index 74774bd..c881e01 100644
9ae3a8
--- a/hmp-commands.hx
9ae3a8
+++ b/hmp-commands.hx
9ae3a8
@@ -1148,6 +1148,7 @@ STEXI
9ae3a8
 Inject PCIe AER error
9ae3a8
 ETEXI
9ae3a8
 
9ae3a8
+#if 0 /* Disabled for Red Hat Enterprise Linux */
9ae3a8
     {
9ae3a8
         .name       = "host_net_add",
9ae3a8
         .args_type  = "device:s,opts:s?",
9ae3a8
@@ -1175,6 +1176,7 @@ STEXI
9ae3a8
 @findex host_net_remove
9ae3a8
 Remove host VLAN client.
9ae3a8
 ETEXI
9ae3a8
+#endif
9ae3a8
 
9ae3a8
     {
9ae3a8
         .name       = "netdev_add",
9ae3a8
-- 
9ae3a8
1.7.1
9ae3a8