mbox

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

Message ID cover.1324584830.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 Dec. 22, 2011, 8:13 p.m. UTC
The following changes since commit 03ecd2c80a64d030a22fe67cc7a60f24e17ff211:

  virtio-serial-bus: Ports are expected to implement 'have_data' callback (2011-12-21 15:00:29 -0600)

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

Gleb Natapov (1):
      enable architectural PMU cpuid leaf for kvm

Jan Kiszka (3):
      kvm: x86: Use symbols for all xsave field
      kvm: x86: Avoid runtime allocation of xsave buffer
      kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregs

Vasilis Liaskovitis (1):
      Set numa topology for max_cpus

 hw/pc.c             |    8 ++++----
 target-i386/cpu.h   |    3 ++-
 target-i386/cpuid.c |   17 +++++++++++++----
 target-i386/kvm.c   |   34 +++++++++++++++++-----------------
 vl.c                |    2 +-
 5 files changed, 37 insertions(+), 27 deletions(-)

Comments

Anthony Liguori Dec. 27, 2011, 4:36 p.m. UTC | #1
On 12/22/2011 02:13 PM, Marcelo Tosatti wrote:
> The following changes since commit 03ecd2c80a64d030a22fe67cc7a60f24e17ff211:
>
>    virtio-serial-bus: Ports are expected to implement 'have_data' callback (2011-12-21 15:00:29 -0600)
>
> are available in the git repository at:
>    git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Gleb Natapov (1):
>        enable architectural PMU cpuid leaf for kvm
>
> Jan Kiszka (3):
>        kvm: x86: Use symbols for all xsave field
>        kvm: x86: Avoid runtime allocation of xsave buffer
>        kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregs
>
> Vasilis Liaskovitis (1):
>        Set numa topology for max_cpus
>
>   hw/pc.c             |    8 ++++----
>   target-i386/cpu.h   |    3 ++-
>   target-i386/cpuid.c |   17 +++++++++++++----
>   target-i386/kvm.c   |   34 +++++++++++++++++-----------------
>   vl.c                |    2 +-
>   5 files changed, 37 insertions(+), 27 deletions(-)
>
>