From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52525) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1jad-000144-Jt for qemu-devel@nongnu.org; Wed, 15 Aug 2012 15:49:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1jaa-0004Ym-V3 for qemu-devel@nongnu.org; Wed, 15 Aug 2012 15:49:15 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:38062) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1jaa-0004Yd-QI for qemu-devel@nongnu.org; Wed, 15 Aug 2012 15:49:12 -0400 Received: by obbta14 with SMTP id ta14so2367826obb.4 for ; Wed, 15 Aug 2012 12:49:12 -0700 (PDT) From: Anthony Liguori In-Reply-To: <1345039003-19186-1-git-send-email-kwolf@redhat.com> References: <1345039003-19186-1-git-send-email-kwolf@redhat.com> Date: Wed, 15 Aug 2012 14:49:09 -0500 Message-ID: <87k3x0rl56.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 00/10] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org Kevin Wolf writes: > The following changes since commit 03834e22abafbc8dc4052d46a5ccd6dd135a54a3: > > Merge remote-tracking branch 'origin/master' into staging (2012-08-14 15:19:50 -0500) > > are available in the git repository at: > > http://repo.or.cz/r/qemu/kevin.git for-anthony > Pulled. Thanks. Regards, Anthony Liguori > Corey Bryant (7): > qemu-char: Add MSG_CMSG_CLOEXEC flag to recvmsg > qapi: Introduce add-fd, remove-fd, query-fdsets > block: Prevent detection of /dev/fdset/ as floppy > block: Convert open calls to qemu_open > block: Convert close calls to qemu_close > block: Enable qemu_open/close to work with fd sets > monitor: Clean up fd sets on monitor disconnect > > Kevin Wolf (2): > block: Flush parent to OS with cache=unsafe > qemu-iotests: Fix 030 after switch to GenericError > > Stefan Priebe (1): > iscsi: Fix NULL dereferences / races between task completion and abort > > Makefile | 6 +- > block.c | 3 +- > block/iscsi.c | 55 ++++----- > block/raw-posix.c | 46 ++++---- > block/raw-win32.c | 6 +- > block/vdi.c | 5 +- > block/vmdk.c | 25 ++--- > block/vpc.c | 4 +- > block/vvfat.c | 16 ++-- > cutils.c | 5 + > monitor.c | 294 ++++++++++++++++++++++++++++++++++++++++++++++++ > monitor.h | 5 + > osdep.c | 116 +++++++++++++++++++ > qapi-schema.json | 98 ++++++++++++++++ > qemu-char.c | 12 ++- > qemu-common.h | 2 + > qemu-tool.c | 20 ++++ > qemu-user.c | 20 ++++ > qmp-commands.hx | 122 ++++++++++++++++++++ > savevm.c | 4 +- > tests/Makefile | 2 +- > tests/qemu-iotests/030 | 6 +- > 22 files changed, 776 insertions(+), 96 deletions(-)