Revision 6f338c34 monitor.c

b/monitor.c
1511 1511
      "", "cancel the current VM migration" },
1512 1512
    { "migrate_set_speed", "s", do_migrate_set_speed,
1513 1513
      "value", "set maximum speed (in bytes) for migrations" },
1514
#if defined(TARGET_I386)
1515
    { "drive_add", "ss", drive_hot_add, "pci_addr=[[<domain>:]<bus>:]<slot>\n"
1516
                                         "[file=file][,if=type][,bus=n]\n"
1517
                                        "[,unit=m][,media=d][index=i]\n"
1518
                                        "[,cyls=c,heads=h,secs=s[,trans=t]]\n"
1519
                                        "[snapshot=on|off][,cache=on|off]",
1520
                                        "add drive to PCI storage controller" },
1521
    { "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" },
1522
    { "pci_del", "s", pci_device_hot_remove, "pci_addr=[[<domain>:]<bus>:]<slot>", "hot remove PCI device" },
1523
    { "host_net_add", "ss", net_host_device_add,
1524
      "[tap,user,socket,vde] options", "add host VLAN client" },
1525
    { "host_net_remove", "is", net_host_device_remove,
1526
      "vlan_id name", "remove host VLAN client" },
1527
#endif
1514 1528
    { "balloon", "i", do_balloon,
1515 1529
      "target", "request VM to change it's memory allocation (in MB)" },
1516 1530
    { "set_link", "ss", do_set_link,

Also available in: Unified diff