From: Anthony Liguori <anthony@codemonkey.ws>
To: Kevin Wolf <kwolf@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PULL 00/15] Block patches
Date: Thu, 07 Apr 2011 10:44:53 -0500 [thread overview]
Message-ID: <4D9DDBF5.80502@codemonkey.ws> (raw)
In-Reply-To: <1302187764-16421-1-git-send-email-kwolf@redhat.com>
On 04/07/2011 09:49 AM, Kevin Wolf wrote:
> The following changes since commit 3b8e6a2db1946b5f21e69fde31b39f43367f1928:
>
> exec: Handle registrations of the entire address space (2011-04-07 10:53:41 +0200)
Pulled. Thanks.
Regards,
Anthony Liguori
> are available in the git repository at:
> git://repo.or.cz/qemu/kevin.git for-anthony
>
> Avishay Traeger (1):
> Fix integer overflow in block migration bandwidth calculation
>
> Christoph Hellwig (1):
> virtio-blk: fail unaligned requests
>
> Feiran Zheng (1):
> hw/xen_disk: ioreq not finished on error
>
> Isaku Yamahata (1):
> ide: consolidate drive_get(IF_IDE)
>
> Jason Wang (1):
> floppy: save and restore DIR register
>
> Jes Sorensen (1):
> qemu-img: Initial progress printing support
>
> Kevin Wolf (1):
> qemu-img rebase: Fix segfault if backing file can't be opened
>
> Michael Tokarev (1):
> exit if -drive specified is invalid instead of ignoring the "wrong" -drive
>
> Nick Thomas (4):
> NBD library: whitespace changes
> Set errno=ENOTSUP for attempts to use UNIX sockets on Windows platforms
> NBD: Use qemu_socket functions to open TCP and UNIX sockets
> NBD device: Separate out parsing configuration and opening sockets.
>
> Ryan Harper (1):
> Do not delete BlockDriverState when deleting the drive
>
> Stefan Hajnoczi (2):
> trace: Trace bdrv_set_locked()
> block: Do not cache device size for removable media
>
> Makefile.objs | 4 +-
> block-migration.c | 2 +-
> block.c | 28 +-
> block.h | 1 +
> block/nbd.c | 157 ++++++---
> blockdev.c | 25 +-
> hw/fdc.c | 51 +++-
> hw/ide.h | 3 +
> hw/ide/core.c | 14 +
> hw/mips_fulong2e.c | 9 +-
> hw/mips_malta.c | 10 +-
> hw/mips_r4k.c | 10 +-
> hw/pc_piix.c | 10 +-
> hw/ppc_newworld.c | 11 +-
> hw/ppc_oldworld.c | 11 +-
> hw/ppc_prep.c | 10 +-
> hw/sun4u.c | 9 +-
> hw/virtio-blk.c | 8 +
> hw/xen_disk.c | 10 +-
> nbd.c | 993 +++++++++++++++++++++++-----------------------------
> nbd.h | 9 +-
> qemu-common.h | 4 +
> qemu-img-cmds.hx | 4 +-
> qemu-img.c | 46 +++-
> qemu-progress.c | 89 +++++
> qemu-sockets.c | 4 +
> trace-events | 1 +
> vl.c | 4 +-
> 28 files changed, 825 insertions(+), 712 deletions(-)
> create mode 100644 qemu-progress.c
>
next prev parent reply other threads:[~2011-04-07 15:45 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-07 14:49 [Qemu-devel] [PULL 00/15] Block patches Kevin Wolf
2011-04-07 14:49 ` [Qemu-devel] [PATCH 01/15] hw/xen_disk: ioreq not finished on error Kevin Wolf
2011-04-07 14:49 ` [Qemu-devel] [PATCH 02/15] Do not delete BlockDriverState when deleting the drive Kevin Wolf
2011-04-07 14:49 ` [Qemu-devel] [PATCH 03/15] trace: Trace bdrv_set_locked() Kevin Wolf
2011-04-07 14:49 ` [Qemu-devel] [PATCH 04/15] block: Do not cache device size for removable media Kevin Wolf
2011-04-07 14:49 ` [Qemu-devel] [PATCH 05/15] qemu-img: Initial progress printing support Kevin Wolf
2011-04-07 14:49 ` [Qemu-devel] [PATCH 06/15] qemu-img rebase: Fix segfault if backing file can't be opened Kevin Wolf
2011-04-07 14:49 ` [Qemu-devel] [PATCH 07/15] exit if -drive specified is invalid instead of ignoring the "wrong" -drive Kevin Wolf
2011-04-07 14:49 ` [Qemu-devel] [PATCH 08/15] ide: consolidate drive_get(IF_IDE) Kevin Wolf
2011-04-07 14:49 ` [Qemu-devel] [PATCH 09/15] NBD library: whitespace changes Kevin Wolf
2011-04-07 14:49 ` [Qemu-devel] [PATCH 10/15] Set errno=ENOTSUP for attempts to use UNIX sockets on Windows platforms Kevin Wolf
2011-04-07 14:49 ` [Qemu-devel] [PATCH 11/15] NBD: Use qemu_socket functions to open TCP and UNIX sockets Kevin Wolf
2011-04-07 14:49 ` [Qemu-devel] [PATCH 12/15] NBD device: Separate out parsing configuration and opening sockets Kevin Wolf
2011-04-07 14:49 ` [Qemu-devel] [PATCH 13/15] floppy: save and restore DIR register Kevin Wolf
2011-04-07 14:49 ` [Qemu-devel] [PATCH 14/15] Fix integer overflow in block migration bandwidth calculation Kevin Wolf
2011-04-07 14:49 ` [Qemu-devel] [PATCH 15/15] virtio-blk: fail unaligned requests Kevin Wolf
2011-04-07 15:44 ` Anthony Liguori [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-02-10 12:47 [Qemu-devel] [PULL 00/15] Block patches Kevin Wolf
2012-02-15 10:14 ` Kevin Wolf
2012-02-16 0:31 ` Anthony Liguori
2013-05-03 11:52 Stefan Hajnoczi
2015-06-24 15:27 Stefan Hajnoczi
2015-06-25 13:03 ` Peter Maydell
2019-08-27 18:22 Max Reitz
2019-09-03 8:39 ` Peter Maydell
2019-09-03 12:50 ` Max Reitz
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=4D9DDBF5.80502@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=kwolf@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.