All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Avi Kivity <avi@redhat.com>
Cc: Anthony Liguori <anthony@codemonkey.ws>,
	qemu-devel <qemu-devel@nongnu.org>,
	KVM list <kvm@vger.kernel.org>,
	Marcelo Tosatti <mtosatti@redhat.com>
Subject: Re: [PULL] KVM updates
Date: Mon, 10 Sep 2012 17:32:39 +0200	[thread overview]
Message-ID: <504E0817.5030908@siemens.com> (raw)
In-Reply-To: <504E0677.9020702@redhat.com>

On 2012-09-10 17:25, Avi Kivity wrote:
> Please pull from:
> 
>   git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master
> 
> to merge some kvm updates, most notably a port of qemu-kvm's pre-vfio device
> assignment.  With this there are no significant changes left between qemu and
> qemu-kvm (though some work remains).
> 
> ----------------------------------------------------------------
> Christian Borntraeger (1):
>       qemu: Use valgrind annotations to mark kvm guest memory as defined
> 
> Jan Kiszka (5):
>       kvm: Clean up irqfd API
>       kvm: Introduce kvm_irqchip_update_msi_route
>       kvm: Introduce kvm_has_intx_set_mask
>       kvm: i386: Add services required for PCI device assignment
>       kvm: i386: Add classic PCI device assignment

uq/master used to contain two patches from Peter regarding the kernel
headers and my coalesced MMIO decoupling series - dropped intentionally?

Jan

> 
>  configure              |    3 +-
>  hw/kvm/Makefile.objs   |    2 +-
>  hw/kvm/pci-assign.c    | 1915 ++++++++++++++++++++++++++++++++++++++++++++++++
>  hw/qdev-monitor.c      |    1 +
>  hw/virtio-pci.c        |    4 +-
>  kvm-all.c              |   75 +-
>  kvm-stub.c             |   14 +-
>  kvm.h                  |    8 +-
>  target-i386/kvm.c      |  141 ++++
>  target-i386/kvm_i386.h |   22 +
>  10 files changed, 2151 insertions(+), 34 deletions(-)
>  create mode 100644 hw/kvm/pci-assign.c
> 

-- 
Siemens AG, Corporate Technology, CT RTC ITP SDP-DE
Corporate Competence Center Embedded Linux

WARNING: multiple messages have this Message-ID (diff)
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Avi Kivity <avi@redhat.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>,
	qemu-devel <qemu-devel@nongnu.org>,
	Anthony Liguori <anthony@codemonkey.ws>,
	KVM list <kvm@vger.kernel.org>
Subject: Re: [Qemu-devel] [PULL] KVM updates
Date: Mon, 10 Sep 2012 17:32:39 +0200	[thread overview]
Message-ID: <504E0817.5030908@siemens.com> (raw)
In-Reply-To: <504E0677.9020702@redhat.com>

On 2012-09-10 17:25, Avi Kivity wrote:
> Please pull from:
> 
>   git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master
> 
> to merge some kvm updates, most notably a port of qemu-kvm's pre-vfio device
> assignment.  With this there are no significant changes left between qemu and
> qemu-kvm (though some work remains).
> 
> ----------------------------------------------------------------
> Christian Borntraeger (1):
>       qemu: Use valgrind annotations to mark kvm guest memory as defined
> 
> Jan Kiszka (5):
>       kvm: Clean up irqfd API
>       kvm: Introduce kvm_irqchip_update_msi_route
>       kvm: Introduce kvm_has_intx_set_mask
>       kvm: i386: Add services required for PCI device assignment
>       kvm: i386: Add classic PCI device assignment

uq/master used to contain two patches from Peter regarding the kernel
headers and my coalesced MMIO decoupling series - dropped intentionally?

Jan

> 
>  configure              |    3 +-
>  hw/kvm/Makefile.objs   |    2 +-
>  hw/kvm/pci-assign.c    | 1915 ++++++++++++++++++++++++++++++++++++++++++++++++
>  hw/qdev-monitor.c      |    1 +
>  hw/virtio-pci.c        |    4 +-
>  kvm-all.c              |   75 +-
>  kvm-stub.c             |   14 +-
>  kvm.h                  |    8 +-
>  target-i386/kvm.c      |  141 ++++
>  target-i386/kvm_i386.h |   22 +
>  10 files changed, 2151 insertions(+), 34 deletions(-)
>  create mode 100644 hw/kvm/pci-assign.c
> 

-- 
Siemens AG, Corporate Technology, CT RTC ITP SDP-DE
Corporate Competence Center Embedded Linux

  reply	other threads:[~2012-09-10 15:32 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-10 15:25 [PULL] KVM updates Avi Kivity
2012-09-10 15:25 ` [Qemu-devel] " Avi Kivity
2012-09-10 15:32 ` Jan Kiszka [this message]
2012-09-10 15:32   ` Jan Kiszka
2012-09-10 15:49   ` Marcelo Tosatti
2012-09-10 15:49     ` [Qemu-devel] " Marcelo Tosatti
2012-09-10 15:54     ` Avi Kivity
2012-09-10 15:54       ` [Qemu-devel] " Avi Kivity
2012-09-10 23:03 ` Anthony Liguori
2012-09-10 23:03   ` [Qemu-devel] " Anthony Liguori
2012-09-11  8:50   ` Avi Kivity
2012-09-11  8:50     ` [Qemu-devel] " Avi Kivity
2012-09-11  9:30     ` Jan Kiszka
2012-09-11  9:30       ` [Qemu-devel] " Jan Kiszka
  -- strict thread matches above, loose matches on Subject: below --
2012-03-01 12:47 [PULL] kvm updates Avi Kivity
2012-03-01 23:45 ` [Qemu-devel] " Andreas Färber
2012-03-04 10:08   ` Avi Kivity

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=504E0817.5030908@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=anthony@codemonkey.ws \
    --cc=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@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.