* [Qemu-devel] [7202] monitor: Allow host_net_add/remove for all targets (Jan Kiszka)
@ 2009-04-21 19:56 Anthony Liguori
0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2009-04-21 19:56 UTC (permalink / raw)
To: qemu-devel
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 <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
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,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-21 19:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-21 19:56 [Qemu-devel] [7202] monitor: Allow host_net_add/remove for all targets (Jan Kiszka) Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).