Version 2 of the series originally posted at <http://thread.gmane.org/gmane.comp.emulators.qemu/276342>, rebased to Wenchao Xia's qapi-event feature, and addressing Eric's review notes for v1. Changes are broken out per patch.
The series builds at each patch. I repeated the tests described in the v1 blurb. Please review. Thanks, Laszlo Laszlo Ersek (2): virtio-serial: report frontend connection state via monitor char: report frontend open/closed state in 'query-chardev' qapi-event.json | 16 ++++++++++++++++ qapi-schema.json | 24 +++++++++++++++++++++++- hw/char/virtio-console.c | 15 ++++++++++++--- monitor.c | 1 + qemu-char.c | 1 + qmp-commands.hx | 19 ++++++++++++++----- 6 files changed, 67 insertions(+), 9 deletions(-) -- 1.8.3.1