[Qemu-devel] [PATCH 0/6] monitor: misc fixes

Marc-André Lureau posted 6 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181009131251.721-1-marcandre.lureau@redhat.com
Test docker-clang@ubuntu failed
Test checkpatch passed
There is a newer version of this series
include/chardev/char.h |  3 +++
chardev/char.c         | 11 ++++++++++
monitor.c              | 47 ++++++++++++++++++++++++++----------------
3 files changed, 43 insertions(+), 18 deletions(-)
[Qemu-devel] [PATCH 0/6] monitor: misc fixes
Posted by Marc-André Lureau 7 years ago
Hi,

Here is a small series of fixes for the monitor, mostly related to
threading issues.

Marc-André Lureau (6):
  monitor: inline ambiguous helper functions
  monitor: accept chardev input from iothread
  char: add a QEMU_CHAR_FEATURE_GCONTEXT flag
  monitor: check if chardev can switch gcontext for OOB
  monitor: prevent inserting new monitors after cleanup
  monitor: avoid potential dead-lock when cleaning up

 include/chardev/char.h |  3 +++
 chardev/char.c         | 11 ++++++++++
 monitor.c              | 47 ++++++++++++++++++++++++++----------------
 3 files changed, 43 insertions(+), 18 deletions(-)

-- 
2.19.0.271.gfe8321ec05