qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/3] chardev cleanups


From: marcandre . lureau
Subject: [Qemu-devel] [PATCH v2 0/3] chardev cleanups
Date: Thu, 16 Jun 2016 21:28:49 +0200

From: Marc-André Lureau <address@hidden>

Hi

A small series to do some chardev cleanup when removing them and
leaving qemu.

Fixes:
https://bugzilla.redhat.com/show_bug.cgi?id=1347077

v1->v2:
- use atexit() for qemu_chr_cleanup()
- add missing braces

Marc-André Lureau (3):
  char: clean up remaining chardevs when leaving
  socket: add listen feature
  socket: unlink unix socket on remove

 include/io/channel.h           |  1 +
 include/qemu/sockets.h         |  1 +
 io/channel-socket.c            | 17 +++++++++++++++++
 qemu-char.c                    | 11 +++++++++++
 tests/test-io-channel-socket.c |  2 +-
 util/qemu-sockets.c            | 18 ++++++++++++++++++
 6 files changed, 49 insertions(+), 1 deletion(-)

-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]