mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
* remotes/qmp-unstable/queue/qmp: docs/qmp: Fix documentation of BLOCK_JOB_READY to match code char: report frontend open/closed state in 'query-chardev' virtio-serial: report frontend connection state via monitor qmp: add qmp-events.txt back qapi event: clean up in callers qapi script: clean up in scripts qapi: ignore generated event files qapi: move event defines Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
commit
ac8076ac86
16 changed files with 629 additions and 30 deletions
|
@ -217,7 +217,7 @@ void block_job_pause(BlockJob *job);
|
|||
void block_job_resume(BlockJob *job);
|
||||
|
||||
/**
|
||||
* block_job_event_cancle:
|
||||
* block_job_event_cancelled:
|
||||
* @job: The job whose information is requested.
|
||||
*
|
||||
* Send a BLOCK_JOB_CANCELLED event for the specified job.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue