qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [7202] monitor: Allow host_net_add/remove for all targets (


From: Anthony Liguori
Subject: [Qemu-devel] [7202] monitor: Allow host_net_add/remove for all targets (Jan Kiszka)
Date: Tue, 21 Apr 2009 19:56:37 +0000

Revision: 7202
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7202
Author:   aliguori
Date:     2009-04-21 19:56:36 +0000 (Tue, 21 Apr 2009)
Log Message:
-----------
monitor: Allow host_net_add/remove for all targets (Jan Kiszka)

There is nothing x86-specific in host_net_add/remove, so allow them for
all targets.

Signed-off-by: Jan Kiszka <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>

Modified Paths:
--------------
    trunk/monitor.c

Modified: trunk/monitor.c
===================================================================
--- trunk/monitor.c     2009-04-21 19:56:32 UTC (rev 7201)
+++ trunk/monitor.c     2009-04-21 19:56:36 UTC (rev 7202)
@@ -1730,11 +1730,11 @@
                                         "add drive to PCI storage controller" 
},
     { "pci_add", "sss", pci_device_hot_add, 
"pci_addr=auto|[[<domain>:]<bus>:]<slot> nic|storage 
[[vlan=n][,macaddr=addr][,model=type]] [file=file][,if=type][,bus=nr]...", 
"hot-add PCI device" },
     { "pci_del", "s", pci_device_hot_remove, 
"pci_addr=[[<domain>:]<bus>:]<slot>", "hot remove PCI device" },
+#endif
     { "host_net_add", "ss?", net_host_device_add,
       "tap|user|socket|vde|dump [options]", "add host VLAN client" },
     { "host_net_remove", "is", net_host_device_remove,
       "vlan_id name", "remove host VLAN client" },
-#endif
     { "balloon", "i", do_balloon,
       "target", "request VM to change it's memory allocation (in MB)" },
     { "set_link", "ss", do_set_link,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]