All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/4] libcacard-standalone (glib compat & libcacard) series for 2014-05-08
@ 2014-05-08  8:30 Michael Tokarev
  2014-05-08  8:30 ` [Qemu-devel] [PULL 1/4] glib-compat.h: add new thread API emulation on top of pre-2.31 API Michael Tokarev
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Michael Tokarev @ 2014-05-08  8:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael Tokarev, Alon Levy, Stefan Hajnoczi

Here's a pull request for glib pre-2.31 compatibility layer and libcacard
cleanups on top of it.  It has been submitted for review previously:

v1: http://thread.gmane.org/gmane.comp.emulators.qemu/269432
v2: http://thread.gmane.org/gmane.comp.emulators.qemu/270259

Previous attempt of adding glib compat layer by Stefan Hajnoczi:
    http://thread.gmane.org/gmane.comp.emulators.qemu/253830

Changes since v2 submission:

 - dropped 3 trivial changes which were applied meantime
 - fixed coding style (identation/spacing) in first patch
   alevy: I hope these tiny spacing changes are okay for
   you to keep your reviewed-by ;)

Please consider applying.  Since this touches several areas of
qemu, there's no clear maintainer so I'm not really sure which
maintainer tree should pick this up.  And it isn't very suitable
for -trival either :)

Thanks,

/mjt

The following changes since commit ff788b6fe67f694666781f821c1af812e8c7999b:

  Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-07' into staging (2014-05-07 18:38:39 +0100)

are available in the git repository at:

  git://git.corpit.ru/qemu.git libcacard-standalone

for you to fetch changes up to 90dfe3ee62d65cf2fc62e9dd9ee51f5da3aaeb7b:

  libcacard: actually use symbols file (2014-05-08 12:13:38 +0400)

----------------------------------------------------------------
libcacard-standalone patch queue for 2014-05-08

----------------------------------------------------------------
Michael Tokarev (4):
      glib-compat.h: add new thread API emulation on top of pre-2.31 API
      vscclient: use glib thread primitives not qemu
      libcacard: replace qemu thread primitives with glib ones
      libcacard: actually use symbols file

 coroutine-gthread.c   |   30 +++++---------
 include/glib-compat.h |  106 +++++++++++++++++++++++++++++++++++++++++++++++++
 libcacard/Makefile    |   10 +----
 libcacard/event.c     |   25 ++++++------
 libcacard/vreader.c   |   19 +++++----
 libcacard/vscclient.c |   75 +++++++++++++++++++---------------
 trace/simple.c        |   50 ++++++-----------------
 7 files changed, 196 insertions(+), 119 deletions(-)

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

end of thread, other threads:[~2014-05-11 11:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-08  8:30 [Qemu-devel] [PULL 0/4] libcacard-standalone (glib compat & libcacard) series for 2014-05-08 Michael Tokarev
2014-05-08  8:30 ` [Qemu-devel] [PULL 1/4] glib-compat.h: add new thread API emulation on top of pre-2.31 API Michael Tokarev
2014-05-08  8:30 ` [Qemu-devel] [PULL 2/4] vscclient: use glib thread primitives not qemu Michael Tokarev
2014-05-08  8:30 ` [Qemu-devel] [PULL 3/4] libcacard: replace qemu thread primitives with glib ones Michael Tokarev
2014-05-08  8:30 ` [Qemu-devel] [PULL 4/4] libcacard: actually use symbols file Michael Tokarev
2014-05-09 14:53 ` [Qemu-devel] [PULL 0/4] libcacard-standalone (glib compat & libcacard) series for 2014-05-08 Peter Maydell
2014-05-11 11:06   ` Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.