| Submitter | Kevin Wolf |
|---|---|
| Date | Aug. 15, 2012, 1:56 p.m. |
| Message ID | <1345039003-19186-1-git-send-email-kwolf@redhat.com> |
| Download | mbox |
| Permalink | /patch/177671/ |
| State | New |
| Headers | show |
Pull-request
http://repo.or.cz/r/qemu/kevin.git for-anthonyComments
Kevin Wolf <kwolf@redhat.com> 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(-)
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 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(-)