All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Kevin Wolf <kwolf@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PULL 00/14] Block patches for master
Date: Mon, 07 Feb 2011 07:26:41 -0600	[thread overview]
Message-ID: <4D4FF311.7040900@codemonkey.ws> (raw)
In-Reply-To: <1297082430-628-1-git-send-email-kwolf@redhat.com>

On 02/07/2011 06:40 AM, Kevin Wolf wrote:
> The following changes since commit ad36ce8ba95a756ef558579c6e9ecedfae4dfd0b:
>
>    checkpatch.pl: don't complain about old lines with tabs (2011-02-05 13:18:20 +0000)
>    

Pulled.  Thanks.

Regards,

Anthony Liguori

> are available in the git repository at:
>    git://repo.or.cz/qemu/kevin.git block
>
> Alexander Graf (5):
>        ahci: add license header in ahci.h
>        ahci: split ICH and AHCI even more
>        ahci: send init d2h fis on fis enable
>        ahci: Implement HBA reset
>        ahci: make number of ports runtime determined
>
> Kevin Wolf (1):
>        qcow2: Really use cache=unsafe for image creation
>
> MORITA Kazutaka (1):
>        Documentation: add Sheepdog disk images
>
> Marcelo Tosatti (5):
>        block-migration: actually disable dirty tracking on cleanup
>        blockdev: add refcount to DriveInfo
>        block-migration: add reference to target DriveInfo
>        Add flag to indicate external users to block device
>        block: enable in_use flag
>
> Sebastian Herbszt (1):
>        ahci: split ICH9 from core
>
> Stefan Weil (1):
>        block/vdi: Fix wrong size in conditionally used memset, memcmp
>
>   Makefile.objs     |    1 +
>   block-migration.c |    9 +-
>   block.c           |   13 ++
>   block.h           |    2 +
>   block/qcow2.c     |    3 +-
>   block/vdi.c       |    4 +-
>   block_int.h       |    1 +
>   blockdev.c        |   22 +++-
>   blockdev.h        |    4 +-
>   hw/ide/ahci.c     |  485 +++++++----------------------------------------------
>   hw/ide/ahci.h     |  333 ++++++++++++++++++++++++++++++++++++
>   hw/ide/ich.c      |  148 ++++++++++++++++
>   hw/pci-hotplug.c  |    2 +-
>   qemu-doc.texi     |   52 ++++++
>   14 files changed, 642 insertions(+), 437 deletions(-)
>   create mode 100644 hw/ide/ahci.h
>   create mode 100644 hw/ide/ich.c
>    

      parent reply	other threads:[~2011-02-07 13:28 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-07 12:40 [Qemu-devel] [PULL 00/14] Block patches for master Kevin Wolf
2011-02-07 12:40 ` [Qemu-devel] [PATCH 01/14] qcow2: Really use cache=unsafe for image creation Kevin Wolf
2011-02-07 12:40 ` [Qemu-devel] [PATCH 02/14] Documentation: add Sheepdog disk images Kevin Wolf
2011-02-07 12:40 ` [Qemu-devel] [PATCH 03/14] block/vdi: Fix wrong size in conditionally used memset, memcmp Kevin Wolf
2011-02-07 12:40 ` [Qemu-devel] [PATCH 04/14] ahci: split ICH9 from core Kevin Wolf
2011-02-07 12:40 ` [Qemu-devel] [PATCH 05/14] ahci: add license header in ahci.h Kevin Wolf
2011-02-07 12:40 ` [Qemu-devel] [PATCH 06/14] ahci: split ICH and AHCI even more Kevin Wolf
2011-02-07 12:40 ` [Qemu-devel] [PATCH 07/14] ahci: send init d2h fis on fis enable Kevin Wolf
2011-02-07 12:40 ` [Qemu-devel] [PATCH 08/14] ahci: Implement HBA reset Kevin Wolf
2011-02-07 12:40 ` [Qemu-devel] [PATCH 09/14] ahci: make number of ports runtime determined Kevin Wolf
2011-02-07 12:40 ` [Qemu-devel] [PATCH 10/14] block-migration: actually disable dirty tracking on cleanup Kevin Wolf
2011-02-07 12:40 ` [Qemu-devel] [PATCH 11/14] blockdev: add refcount to DriveInfo Kevin Wolf
2011-02-07 12:40 ` [Qemu-devel] [PATCH 12/14] block-migration: add reference to target DriveInfo Kevin Wolf
2011-02-07 12:40 ` [Qemu-devel] [PATCH 13/14] Add flag to indicate external users to block device Kevin Wolf
2011-02-07 12:40 ` [Qemu-devel] [PATCH 14/14] block: enable in_use flag Kevin Wolf
2011-02-07 13:26 ` Anthony Liguori [this message]

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=4D4FF311.7040900@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.