From: Anthony Liguori <aliguori@us.ibm.com>
To: Alex Williamson <alex.williamson@redhat.com>
Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: Re: [PULL 0/3] vfio-pci for 1.3-rc0
Date: Wed, 14 Nov 2012 10:27:43 -0600 [thread overview]
Message-ID: <87mwykrvy8.fsf@codemonkey.ws> (raw)
In-Reply-To: <20121113194050.10446.75236.stgit@bling.home>
Alex Williamson <alex.williamson@redhat.com> writes:
> Hi Anthony,
>
> Please pull the tag below. I posted the linux-headers update
> separately on Oct-15; since it hasn't been applied and should be
> non-controversial, I include it again here. Thanks,
>
> Alex
>
Pulled. Thanks.
Regards,
Anthony Liguori
> The following changes since commit f5022a135e4309a54d433c69b2a056756b2d0d6b:
>
> aio: fix aio_ctx_prepare with idle bottom halves (2012-11-12 20:02:09 +0400)
>
> are available in the git repository at:
>
> git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-1.3.0-rc0
>
> for you to fetch changes up to a771c51703cf9f91023c6570426258bdf5ec775b:
>
> vfio-pci: Use common msi_get_message (2012-11-13 12:27:40 -0700)
>
> ----------------------------------------------------------------
> vfio-pci: KVM INTx accel & common msi_get_message
>
> ----------------------------------------------------------------
> Alex Williamson (3):
> linux-headers: Update to 3.7-rc5
> vfio-pci: Add KVM INTx acceleration
> vfio-pci: Use common msi_get_message
>
> hw/vfio_pci.c | 210 +++++++++++++++++++++++++++++++----
> linux-headers/asm-powerpc/kvm_para.h | 6 +-
> linux-headers/asm-s390/kvm_para.h | 8 +-
> linux-headers/asm-x86/kvm.h | 17 +++
> linux-headers/linux/kvm.h | 25 ++++-
> linux-headers/linux/kvm_para.h | 6 +-
> linux-headers/linux/vfio.h | 6 +-
> linux-headers/linux/virtio_config.h | 6 +-
> linux-headers/linux/virtio_ring.h | 6 +-
> 9 files changed, 241 insertions(+), 49 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Anthony Liguori <aliguori@us.ibm.com>
To: Alex Williamson <alex.williamson@redhat.com>
Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: Re: [Qemu-devel] [PULL 0/3] vfio-pci for 1.3-rc0
Date: Wed, 14 Nov 2012 10:27:43 -0600 [thread overview]
Message-ID: <87mwykrvy8.fsf@codemonkey.ws> (raw)
In-Reply-To: <20121113194050.10446.75236.stgit@bling.home>
Alex Williamson <alex.williamson@redhat.com> writes:
> Hi Anthony,
>
> Please pull the tag below. I posted the linux-headers update
> separately on Oct-15; since it hasn't been applied and should be
> non-controversial, I include it again here. Thanks,
>
> Alex
>
Pulled. Thanks.
Regards,
Anthony Liguori
> The following changes since commit f5022a135e4309a54d433c69b2a056756b2d0d6b:
>
> aio: fix aio_ctx_prepare with idle bottom halves (2012-11-12 20:02:09 +0400)
>
> are available in the git repository at:
>
> git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-1.3.0-rc0
>
> for you to fetch changes up to a771c51703cf9f91023c6570426258bdf5ec775b:
>
> vfio-pci: Use common msi_get_message (2012-11-13 12:27:40 -0700)
>
> ----------------------------------------------------------------
> vfio-pci: KVM INTx accel & common msi_get_message
>
> ----------------------------------------------------------------
> Alex Williamson (3):
> linux-headers: Update to 3.7-rc5
> vfio-pci: Add KVM INTx acceleration
> vfio-pci: Use common msi_get_message
>
> hw/vfio_pci.c | 210 +++++++++++++++++++++++++++++++----
> linux-headers/asm-powerpc/kvm_para.h | 6 +-
> linux-headers/asm-s390/kvm_para.h | 8 +-
> linux-headers/asm-x86/kvm.h | 17 +++
> linux-headers/linux/kvm.h | 25 ++++-
> linux-headers/linux/kvm_para.h | 6 +-
> linux-headers/linux/vfio.h | 6 +-
> linux-headers/linux/virtio_config.h | 6 +-
> linux-headers/linux/virtio_ring.h | 6 +-
> 9 files changed, 241 insertions(+), 49 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2012-11-14 16:27 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-13 19:48 [PULL 0/3] vfio-pci for 1.3-rc0 Alex Williamson
2012-11-13 19:48 ` [Qemu-devel] " Alex Williamson
2012-11-13 19:49 ` [PATCH 1/3] linux-headers: Update to 3.7-rc5 Alex Williamson
2012-11-13 19:49 ` [Qemu-devel] " Alex Williamson
2012-11-13 19:49 ` [PATCH 2/3] vfio-pci: Add KVM INTx acceleration Alex Williamson
2012-11-13 19:49 ` [Qemu-devel] " Alex Williamson
2012-11-13 19:49 ` [PATCH 3/3] vfio-pci: Use common msi_get_message Alex Williamson
2012-11-13 19:49 ` [Qemu-devel] " Alex Williamson
2012-11-14 16:27 ` Anthony Liguori [this message]
2012-11-14 16:27 ` [Qemu-devel] [PULL 0/3] vfio-pci for 1.3-rc0 Anthony Liguori
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=87mwykrvy8.fsf@codemonkey.ws \
--to=aliguori@us.ibm.com \
--cc=alex.williamson@redhat.com \
--cc=kvm@vger.kernel.org \
--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.