From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nplfw-0004oJ-T7 for qemu-devel@nongnu.org; Thu, 11 Mar 2010 11:55:56 -0500 Received: from [199.232.76.173] (port=35536 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nplfw-0004ny-Es for qemu-devel@nongnu.org; Thu, 11 Mar 2010 11:55:56 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nplfv-0003nH-45 for qemu-devel@nongnu.org; Thu, 11 Mar 2010 11:55:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:18196) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nplfu-0003nA-Iz for qemu-devel@nongnu.org; Thu, 11 Mar 2010 11:55:54 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2BGtrkf010043 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 11 Mar 2010 11:55:53 -0500 From: Juan Quintela Date: Thu, 11 Mar 2010 17:55:34 +0100 Message-Id: In-Reply-To: References: Subject: [Qemu-devel] [PATCH 00/16] *** SUBJECT HERE *** List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org *** 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(-)