Searched refs:dst_host (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/migration/guestperf/ |
H A D | report.py | 37 dst_host, argument 50 self._dst_host = dst_host
|
H A D | shell.py | 70 dst_host=args.dst_host,
|
H A D | engine.py | 37 def __init__(self, binary, dst_host, kernel, initrd, transport="tcp", argument 41 self._dst_host = dst_host # Hostname of target host
|
/openbmc/qemu/migration/ |
H A D | ram.c | 3849 void *dst_host; in colo_flush_ram_cache() local 3880 dst_host = block->host in colo_flush_ram_cache() 3884 memcpy(dst_host, src_host, TARGET_PAGE_SIZE * num); in colo_flush_ram_cache()
|
/openbmc/linux/Documentation/virt/uml/ |
H A D | user_mode_linux_howto_v2.rst | 426 vecX:transport=gre,src=$src_host,dst=$dst_host 431 endpoint at host dst_host. ``GRE`` supports the following additional 489 …vec0:transport=l2tpv3,udp=1,src=$src_host,dst=$dst_host,srcport=$src_port,dstport=$dst_port,depth=… 492 connect the UML instance to a L2TPv3 endpoint at host $dst_host using
|