mbox

[0/9,PULL] qemu-kvm.git uq/master queue

Message ID cover.1304361165.git.mtosatti@redhat.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master

Message

Marcelo Tosatti May 2, 2011, 6:32 p.m. UTC
The following changes since commit cd18f05e248bb916028021634058da06a4657e26:

  Don't zero out buffer in sched_getaffinity (2011-05-02 10:00:01 +0300)

are available in the git repository at:
  git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master

Glauber Costa (3):
      kvm: use kernel-provided para_features instead of statically coming up with new capabilities
      kvm: add kvmclock to its second bit
      kvm: create kvmclock when one of the flags are present

Jan Kiszka (4):
      x86: Allow multiple cpu feature matches of lookup_feature
      Break up user and system cpu_interrupt implementations
      Redirect cpu_interrupt to callback handler
      kvm: Install specialized interrupt handler

Michael Tokarev (1):
      fix crash in migration, 32-bit userspace on 64-bit host

Paolo Bonzini (1):
      kvm: use qemu_free consistently

 cpu-all.h           |   14 ++++++++-
 exec.c              |   18 ++++++++---
 hw/kvmclock.c       |    6 +++-
 kvm-all.c           |   30 +++++++++++++++++--
 target-i386/cpuid.c |   16 ++++++----
 target-i386/kvm.c   |   80 ++++++++++++++++++++++++++++++++-------------------
 6 files changed, 117 insertions(+), 47 deletions(-)

Comments

Anthony Liguori May 2, 2011, 6:54 p.m. UTC | #1
On 05/02/2011 01:32 PM, Marcelo Tosatti wrote:
> The following changes since commit cd18f05e248bb916028021634058da06a4657e26:
>
>    Don't zero out buffer in sched_getaffinity (2011-05-02 10:00:01 +0300)

Applied.  Thanks.

Regards,

Anthony Liguori

>
> are available in the git repository at:
>    git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master
>
> Glauber Costa (3):
>        kvm: use kernel-provided para_features instead of statically coming up with new capabilities
>        kvm: add kvmclock to its second bit
>        kvm: create kvmclock when one of the flags are present
>
> Jan Kiszka (4):
>        x86: Allow multiple cpu feature matches of lookup_feature
>        Break up user and system cpu_interrupt implementations
>        Redirect cpu_interrupt to callback handler
>        kvm: Install specialized interrupt handler
>
> Michael Tokarev (1):
>        fix crash in migration, 32-bit userspace on 64-bit host
>
> Paolo Bonzini (1):
>        kvm: use qemu_free consistently
>
>   cpu-all.h           |   14 ++++++++-
>   exec.c              |   18 ++++++++---
>   hw/kvmclock.c       |    6 +++-
>   kvm-all.c           |   30 +++++++++++++++++--
>   target-i386/cpuid.c |   16 ++++++----
>   target-i386/kvm.c   |   80 ++++++++++++++++++++++++++++++++-------------------
>   6 files changed, 117 insertions(+), 47 deletions(-)
>