From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 00/16] *** SUBJECT HERE ***
Date: Thu, 11 Mar 2010 17:55:34 +0100 [thread overview]
Message-ID: <cover.1268326361.git.quintela@redhat.com> (raw)
In-Reply-To: <cover.1268326361.git.quintela@redhat.com>
*** BLURB HERE ***
Juan Quintela (16):
migration: Clear fd also in error cases
migration: unix migration should obey autostart are the other ones
Convert io handlers to QLIST
remove useless cast
rename IOCanRWHandler to IOCanReadHandler
bt: remove bt_host_read_poll()
Handle deleted IOHandlers in a single buffer
tap: insert tap_can_send() into tap_send()
qemu-char:stdio insert poll call into read one
qemu-char:tcp insert poll call into read one
qemu-char:fd insert poll call into read one
qemu-char:pty insert poll call into read one
qemu-char:udp insert poll call into read one
Remove qemu_set_fd_handler2()
Remove now unused fd_read_poll and all its only left user
Add qemu_remove_fd_handler()
aio.c | 2 +-
audio/alsaaudio.c | 4 +-
audio/ossaudio.c | 6 +-
bt-host.c | 9 +----
hw/xen_backend.c | 4 +-
migration-exec.c | 9 ++--
migration-fd.c | 7 +--
migration-tcp.c | 13 +++---
migration-unix.c | 15 ++++---
migration.c | 8 ++--
net/socket.c | 6 +-
net/tap.c | 27 ++++--------
net/vde.c | 2 +-
qemu-aio.h | 4 +-
qemu-char.c | 112 ++++++++++++++++----------------------------------
qemu-char.h | 11 +----
qemu-common.h | 2 +-
qemu-tool.c | 9 ++--
usb-linux.c | 2 +-
vl.c | 92 +++++++++++++++++-------------------------
vnc-auth-sasl.c | 2 +-
vnc-auth-vencrypt.c | 2 +-
vnc.c | 12 +++---
23 files changed, 139 insertions(+), 221 deletions(-)
next parent reply other threads:[~2010-03-11 16:55 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-11 16:55 Juan Quintela [this message]
2010-03-11 16:55 ` [Qemu-devel] [PATCH 01/16] migration: Clear fd also in error cases Juan Quintela
2010-03-11 16:55 ` [Qemu-devel] [PATCH 02/16] migration: unix migration should obey autostart are the other ones Juan Quintela
2010-03-11 16:55 ` [Qemu-devel] [PATCH 03/16] Convert io handlers to QLIST Juan Quintela
2010-03-22 19:40 ` Anthony Liguori
2010-03-11 16:55 ` [Qemu-devel] [PATCH 04/16] remove useless cast Juan Quintela
2010-03-11 16:55 ` [Qemu-devel] [PATCH 05/16] rename IOCanRWHandler to IOCanReadHandler Juan Quintela
2010-03-11 16:55 ` [Qemu-devel] [PATCH 06/16] bt: remove bt_host_read_poll() Juan Quintela
2010-03-11 16:55 ` [Qemu-devel] [PATCH 07/16] Handle deleted IOHandlers in a single buffer Juan Quintela
2010-03-11 16:55 ` [Qemu-devel] [PATCH 08/16] tap: insert tap_can_send() into tap_send() Juan Quintela
2010-03-17 17:52 ` Anthony Liguori
2010-03-11 16:55 ` [Qemu-devel] [PATCH 09/16] qemu-char:stdio insert poll call into read one Juan Quintela
2010-03-11 16:55 ` [Qemu-devel] [PATCH 10/16] qemu-char:tcp " Juan Quintela
2010-03-11 16:55 ` [Qemu-devel] [PATCH 11/16] qemu-char:fd " Juan Quintela
2010-03-11 16:55 ` [Qemu-devel] [PATCH 12/16] qemu-char:pty " Juan Quintela
2010-03-11 16:55 ` [Qemu-devel] [PATCH 13/16] qemu-char:udp " Juan Quintela
2010-03-11 16:55 ` [Qemu-devel] [PATCH 14/16] Remove qemu_set_fd_handler2() Juan Quintela
2010-03-11 16:55 ` [Qemu-devel] [PATCH 15/16] Remove now unused fd_read_poll and all its only left user Juan Quintela
2010-03-11 16:55 ` [Qemu-devel] [PATCH 16/16] Add qemu_remove_fd_handler() Juan Quintela
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=cover.1268326361.git.quintela@redhat.com \
--to=quintela@redhat.com \
--cc=qemu-devel@nongnu.org \
/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 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.