Home
last modified time | relevance | path

Searched refs:announce (Results 1 – 10 of 10) sorted by relevance

/qemu/net/
H A Dannounce.c170 if (nic->ncs->info->announce) { in qemu_announce_self_iter()
171 nic->ncs->info->announce(nic->ncs); in qemu_announce_self_iter()
H A Dmeson.build2 'announce.c',
H A Dtrace-events3 # announce.c
/qemu/qapi/
H A Dmigration.json739 # @announce-initial: Initial delay (in milliseconds) before sending
740 # the first announce (Since 4.0)
742 # @announce-max: Maximum delay (in milliseconds) between packets in
745 # @announce-rounds: Number of self-announce packets sent after
748 # @announce-step: Increase in delay (in milliseconds) between
897 'data': ['announce-initial', 'announce-max',
898 'announce-rounds', 'announce-step',
920 # @announce-initial: Initial delay (in milliseconds) before sending
921 # the first announce (Since 4.0)
923 # @announce-max: Maximum delay (in milliseconds) between packets in
[all …]
H A Dnet.json915 # Parameters for self-announce timers
929 # @id: A name to be used to identify an instance of announce-timers
945 # @announce-self:
963 { 'command': 'announce-self', 'boxed': true,
/qemu/pc-bios/optionrom/
H A Dkvmvapic.S28 # announce presence to the hypervisor
/qemu/include/net/
H A Dnet.h92 NetAnnounce *announce; member
/qemu/docs/devel/testing/
H A Dqgraph.rst183 # name='virtio-net-tests/announce-self' type=3 cmd_line='(null)' [available]
188 The ``virtio-net-tests/announce-self`` test is listed as "available" in the
/qemu/
H A Dhmp-commands.hx904 of migration. The timings of the round are set by the migration announce
906 announce to the named set of interfaces. An optional *id* can be used to
907 start a separate announce timer and to change the parameters of it later.
/qemu/hw/net/
H A Dvirtio-net.c3518 .announce = virtio_net_announce,