Home | History | Annotate | Download | only in qemu

Lines Matching full:addr

228       "/fmt addr", "virtual memory dump starting at 'addr'", },
230 @item x/fmt @var{addr}
231 Virtual memory dump starting at @var{addr}.
235 "/fmt addr", "physical memory dump starting at 'addr'", },
237 @item xp /@var{fmt} @var{addr}
238 Physical memory dump starting at @var{addr}.
304 "/fmt addr", "I/O port read" },
343 "addr size", "compute the checksum of a memory region" },
345 @item sum @var{addr} @var{size}
351 "device", "add USB device (e.g. 'host:bus.addr' or 'host:vendor_id:product_id')" },
360 "device", "remove USB device 'bus.addr'" },
365 hub. @var{devname} has the syntax @code{bus.addr}. Use the monitor
432 "addr size file", "save to disk virtual memory dump starting at 'addr' of size 'size'", },
434 @item memsave @var{addr} @var{size} @var{file}
435 save to disk virtual memory dump starting at @var{addr} of size @var{size}.
439 "addr size file", "save to disk physical memory dump starting at 'addr' of size 'size'", },
441 @item pmemsave @var{addr} @var{size} @var{file}
442 save to disk physical memory dump starting at @var{addr} of size @var{size}.
509 { "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" },