/qemu/qapi/ |
H A D | sockets.json | 59 # @keep-alive: enable keep-alive when connecting to/listening on this socket. 62 # @keep-alive-count: number of keep-alive packets sent before the connection is 67 # @keep-alive-idle: time in seconds the connection needs to be idle before 73 # @keep-alive-interval: time in seconds between keep-alive packets. Only 89 '*keep-alive': 'bool', 90 '*keep-alive-count': { 'type': 'uint32', 'if': 'HAVE_TCP_KEEPCNT' }, 91 '*keep-alive-idle': { 'type': 'uint32', 'if': 'HAVE_TCP_KEEPIDLE' }, 92 '*keep-alive-interval': { 'type': 'uint32', 'if': 'HAVE_TCP_KEEPINTVL' },
|
/qemu/crypto/ |
H A D | der.h | 55 * returned and the valued of *data and *dlen keep unchanged. 77 * returned and the valued of *data and *dlen keep unchanged. 100 * returned and the valued of *data and *dlen keep unchanged. 123 * returned and the valued of *data and *dlen keep unchanged. 146 * returned and the valued of *data and *dlen keep unchanged. 171 * returned and the valued of *data and *dlen keep unchanged.
|
/qemu/replay/ |
H A D | replay-input.c | 43 /* keep gcc happy */ in replay_save_input_event() 71 /* keep gcc happy */ in replay_save_input_event() 103 /* keep gcc happy */ in replay_read_input_event() 131 /* keep gcc happy */ in replay_read_input_event()
|
/qemu/configs/devices/arm-softmmu/ |
H A D | default.mak | 8 # Boards are selected by default, uncomment to keep out of the build. 12 # keep out of the build.
|
/qemu/util/ |
H A D | qemu-sockets.c | 226 "Unable to set keep-alive option on socket"); in inet_set_sockopts() 236 "Unable to set TCP keep-alive count option on socket"); in inet_set_sockopts() 248 "Unable to set TCP keep-alive idle option on socket"); in inet_set_sockopts() 260 "Unable to set TCP keep-alive interval option on socket"); in inet_set_sockopts() 674 .name = "keep-alive", 679 .name = "keep-alive-count", 685 .name = "keep-alive-idle", 691 .name = "keep-alive-interval", 756 if (qemu_opt_find(opts, "keep-alive")) { in inet_parse() 758 addr->keep_alive = qemu_opt_get_bool(opts, "keep-alive", false); in inet_parse() [all …]
|
/qemu/monitor/ |
H A D | qmp-cmds-control.c | 140 GenericList *keep = NULL, **keep_tailp = &keep; in split_off_generic_list() local 156 return keep; in split_off_generic_list()
|
/qemu/include/qemu/ |
H A D | typedefs.h | 22 * Please keep this list in case-insensitive alphabetical order. 128 * Please keep this list in case-insensitive alphabetical order.
|
/qemu/scripts/coccinelle/ |
H A D | tcg_gen_extract.cocci | 17 // --keep-comments --in-place \ 23 // --keep-comments --in-place \
|
/qemu/tests/docker/ |
H A D | docker.py | 358 def run(self, cmd, keep, quiet, as_user=False): argument 360 if not keep: 368 cmd.insert(0, '--userns=keep-id') 373 if not keep: 406 parser.add_argument("--keep", action="store_true", 412 return Docker().run(argv, args.keep, quiet=args.quiet,
|
/qemu/tests/qemu-iotests/ |
H A D | 182 | 83 # This should keep all permissions shared. 96 # It should still keep all permissions shared.
|
/qemu/configs/devices/rx-softmmu/ |
H A D | default.mak | 3 # Boards are selected by default, uncomment to keep out of the build.
|
/qemu/configs/devices/avr-softmmu/ |
H A D | default.mak | 3 # Boards are selected by default, uncomment to keep out of the build.
|
/qemu/configs/devices/microblaze-softmmu/ |
H A D | default.mak | 3 # Boards are selected by default, uncomment to keep out of the build.
|
/qemu/configs/devices/tricore-softmmu/ |
H A D | default.mak | 3 # Boards are selected by default, uncomment to keep out of the build.
|
/qemu/tests/unit/ |
H A D | test-util-sockets.c | 503 "[::1]:5000,numeric=on,to=5006,ipv4=off,ipv6=on,keep-alive=on" in test_inet_parse_all_options_good() 505 ",keep-alive-count=10" in test_inet_parse_all_options_good() 508 ",keep-alive-idle=60" in test_inet_parse_all_options_good() 511 ",keep-alive-interval=30" in test_inet_parse_all_options_good() 542 "[::1]:5000,numeric,to=5006,ipv4,ipv6,keep-alive" in test_inet_parse_all_implicit_bool_good()
|
/qemu/configs/devices/microblazeel-softmmu/ |
H A D | default.mak | 3 # Boards are selected by default, uncomment to keep out of the build.
|
/qemu/configs/devices/mips64-softmmu/ |
H A D | default.mak | 5 # Boards are selected by default, uncomment to keep out of the build.
|
/qemu/configs/devices/loongarch64-softmmu/ |
H A D | default.mak | 6 # Boards are selected by default, uncomment to keep out of the build.
|
/qemu/configs/devices/m68k-softmmu/ |
H A D | default.mak | 3 # Boards are selected by default, uncomment to keep out of the build.
|
/qemu/configs/devices/hppa-softmmu/ |
H A D | default.mak | 7 # Boards are selected by default, uncomment to keep out of the build.
|
/qemu/configs/devices/alpha-softmmu/ |
H A D | default.mak | 8 # Boards are selected by default, uncomment to keep out of the build.
|
/qemu/configs/devices/sh4-softmmu/ |
H A D | default.mak | 8 # Boards are selected by default, uncomment to keep out of the build.
|
/qemu/configs/devices/ppc64-softmmu/ |
H A D | default.mak | 6 # Boards are selected by default, uncomment to keep out of the build.
|
/qemu/configs/devices/xtensa-softmmu/ |
H A D | default.mak | 7 # Boards are selected by default, uncomment to keep out of the build.
|
/qemu/configs/devices/mips64el-softmmu/ |
H A D | default.mak | 5 # Boards are selected by default, uncomment to keep out of the build.
|