qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] chardev-frontends: Explicitly check, inc and dec avail_connections v2
@ 2013-03-27 19:29 Hans de Goede
  2013-03-27 19:29 ` [Qemu-devel] [PATCH 1/3] qemu-char: Add qemu_chr_fe_claim / _release helper functions Hans de Goede
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Hans de Goede @ 2013-03-27 19:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Hans de Goede

Hi All,

Here is v2 of my "chardev-frontends: Explicitly check, inc and dec
avail_connections" patch, which now actuall is a patch series.

Changes since v1:
-Add qemu_chr_fe_claim / _release helper functions for the avail_connections
 manipulations
-Drop the changes to hw/serial.c
-Add a bonus patch changing ipoctal232 to properly use chardev qdev-properties

Regards,

Hans

Hans de Goede (3):
  qemu-char: Add qemu_chr_fe_claim / _release helper functions
  qemu-char: Call fe_claim / fe_release when not using qdev chr
    properties
  ipoctal232: Convert to use chardev properties directly

 backends/rng-egd.c          |  6 ++++++
 gdbstub.c                   |  1 +
 hw/arm/pxa2xx.c             |  4 +++-
 hw/bt-hci-csr.c             |  1 +
 hw/ipoctal232.c             | 42 ++++++++++++++----------------------------
 hw/ivshmem.c                |  1 +
 hw/mcf_uart.c               |  1 +
 hw/qdev-properties-system.c |  5 ++---
 hw/sh_serial.c              |  4 +++-
 hw/xen_console.c            | 18 ++++++++++++++----
 include/char/char.h         | 29 +++++++++++++++++++++++++++++
 net/slirp.c                 |  1 +
 qemu-char.c                 | 33 ++++++++++++++++++++++++++++++++-
 vl.c                        |  1 +
 14 files changed, 109 insertions(+), 38 deletions(-)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-04-05 12:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-27 19:29 [Qemu-devel] [PATCH 0/3] chardev-frontends: Explicitly check, inc and dec avail_connections v2 Hans de Goede
2013-03-27 19:29 ` [Qemu-devel] [PATCH 1/3] qemu-char: Add qemu_chr_fe_claim / _release helper functions Hans de Goede
2013-03-27 19:29 ` [Qemu-devel] [PATCH 2/3] qemu-char: Call fe_claim / fe_release when not using qdev chr properties Hans de Goede
2013-03-27 19:29 ` [Qemu-devel] [PATCH 3/3] ipoctal232: Convert to use chardev properties directly Hans de Goede
2013-03-27 21:18   ` Anthony Liguori
2013-03-28  6:18     ` Paolo Bonzini
2013-03-28 11:42       ` Hans de Goede
2013-03-28 11:39         ` Paolo Bonzini
2013-04-01 21:38   ` Alberto Garcia
2013-04-05 12:51 ` [Qemu-devel] [PATCH 0/3] chardev-frontends: Explicitly check, inc and dec avail_connections v2 Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).