qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Liu Ping Fan <qemulist@gmail.com>
To: qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	Stefan Hajnoczi <stefanha@redhat.com>,
	Jan Kiszka <jan.kiszka@siemens.com>
Subject: [Qemu-devel] [PATCH 0/2] make slirp drivern by glib directly
Date: Mon, 28 Oct 2013 09:16:32 +0800	[thread overview]
Message-ID: <1382922994-16451-1-git-send-email-pingfank@linux.vnet.ibm.com> (raw)

This series make slirp drivern directly by glib, so we can clean up
the hooks for slrip in mainloop and stub 


Liu Ping Fan (2):
  slirp: introduce gsource event abstraction
  slirp: make slirp event dispatch based on slirp instance

 main-loop.c           |   6 ---
 net/slirp.c           |   3 ++
 slirp/Makefile.objs   |   2 +-
 slirp/TFX7d70.tmp     |   0
 slirp/libslirp.h      |   7 ++-
 slirp/slirp.c         | 133 ++++++++++++++++----------------------------------
 slirp/slirp.h         |   1 +
 slirp/slirp_gsource.c |  94 +++++++++++++++++++++++++++++++++++
 slirp/slirp_gsource.h |  37 ++++++++++++++
 slirp/socket.c        |   1 -
 slirp/socket.h        |   2 +-
 stubs/Makefile.objs   |   1 -
 stubs/slirp.c         |  11 -----
 13 files changed, 181 insertions(+), 117 deletions(-)
 create mode 100644 slirp/TFX7d70.tmp
 create mode 100644 slirp/slirp_gsource.c
 create mode 100644 slirp/slirp_gsource.h
 delete mode 100644 stubs/slirp.c

-- 
1.8.1.4

             reply	other threads:[~2013-10-28  1:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-28  1:16 Liu Ping Fan [this message]
2013-10-28  1:16 ` [Qemu-devel] [PATCH 1/2] slirp: introduce gsource event abstraction Liu Ping Fan
2013-10-28  1:16 ` [Qemu-devel] [PATCH 2/2] slirp: make slirp event dispatch based on slirp instance Liu Ping Fan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1382922994-16451-1-git-send-email-pingfank@linux.vnet.ibm.com \
    --to=qemulist@gmail.com \
    --cc=jan.kiszka@siemens.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).