]> Git Repo - qemu.git/commit - qmp-commands.hx
char: report frontend open/closed state in 'query-chardev'
authorLaszlo Ersek <[email protected]>
Thu, 26 Jun 2014 15:50:03 +0000 (17:50 +0200)
committerLuiz Capitulino <[email protected]>
Fri, 27 Jun 2014 13:34:00 +0000 (09:34 -0400)
commit32a97ea1711f43388e178b7c43e02143a61e47ee
treeb257cd91af8d7f95af7b736082c6d1be6f314b25
parente2ae6159de2482ee5e22532301eb7f2795828d07
char: report frontend open/closed state in 'query-chardev'

In addition to the on-line reporting added in the previous patch, allow
libvirt to query frontend state independently of events.

Libvirt's path to identify the guest agent channel it cares about differs
between the event added in the previous patch and the QMP response field
added here. The event identifies the frontend device, by "id". The
'query-chardev' QMP command identifies the backend device (again by "id").
The association is under libvirt's control.

RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=1080376

Reviewed-by: Amit Shah <[email protected]>
Signed-off-by: Laszlo Ersek <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Luiz Capitulino <[email protected]>
qapi-schema.json
qemu-char.c
qmp-commands.hx
This page took 0.02601 seconds and 4 git commands to generate.