]> Git Repo - qemu.git/commit
qmp: Add announce-self command
authorDr. David Alan Gilbert <[email protected]>
Wed, 27 Feb 2019 13:24:11 +0000 (13:24 +0000)
committerJason Wang <[email protected]>
Tue, 5 Mar 2019 03:27:41 +0000 (11:27 +0800)
commita06cd488d83963faa4e7c1b8314c55f1e8f605e6
treedaba23751ff7873b8e672ee80ac2165c30549477
parentb2c929f02ba37b206144735313af10fb9cc5d1a4
qmp: Add announce-self command

Add a qmp command that can trigger guest announcements.

It uses its own announce-timer instance, and parameters
passed to it explicitly in the command.

Like most qmp commands, it's in the main thread/bql, so
there's no racing with any outstanding timer.

Based on work of Germano Veit Michel <[email protected]> and
                 Vladislav Yasevich <[email protected]>

Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Jason Wang <[email protected]>
net/announce.c
qapi/net.json
This page took 0.025534 seconds and 4 git commands to generate.