From 60a62da5d2d65eae307982ee863bcf0f6f373e29 Mon Sep 17 00:00:00 2001 From: Miroslav Rezanina Date: Wed, 6 Nov 2013 12:36:04 +0100 Subject: monitor: Remove host_net_add/remove for Red Hat Enterprise Linux RH-Author: Miroslav Rezanina Message-id: Patchwork-id: 55519 O-Subject: [RHEL7 qemu-kvm PATCH v2 4/4] monitor: Remove host_net_add/remove for Red Hat Enterprise Linux Bugzilla: 1010858 RH-Acked-by: Michal Novotny RH-Acked-by: Paolo Bonzini RH-Acked-by: Orit Wasserman RH-Acked-by: Eric Blake From: Miroslav Rezanina This is forwardport of RHEL-6 commit dd94505bd1b826db0c7e155ccee5c24f77987f16: monitor: Remove host_net_add/remove for Red Hat Enterprise Linux The host_net_add/remove commands are replaced by netdev_add/del. Remove them. Signed-off-by: Amit Shah Signed-off-by: Miroslav Rezanina diff --git a/hmp-commands.hx b/hmp-commands.hx index 008440b..637e133 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1191,6 +1191,7 @@ STEXI Inject PCIe AER error ETEXI +#if 0 /* Disabled for Red Hat Enterprise Linux */ { .name = "host_net_add", .args_type = "device:s,opts:s?", @@ -1220,6 +1221,7 @@ STEXI @findex host_net_remove Remove host VLAN client. ETEXI +#endif { .name = "netdev_add",