All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gleb Natapov <gleb@redhat.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: [PATCH v3 00/10] [PULL] qemu-kvm.git uq/master queue
Date: Wed, 28 Aug 2013 17:33:28 +0300	[thread overview]
Message-ID: <cover.1377699173.git.gleb@redhat.com> (raw)

Anthony,

This obsoletes "[PULL v2 0/9] KVM changes for 2013-08-23"

The following changes since commit f03d07d4683b2e8325a7cb60b4e14b977b1a869c:

  Merge remote-tracking branch 'quintela/migration.next' into staging (2013-07-23 10:57:23 -0500)

are available in the git repository at:


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

for you to fetch changes up to 821c808bd1863efc2c1e977800ae77db633a185c:

  kvm-stub: fix compilation (2013-08-28 17:07:02 +0300)

----------------------------------------------------------------
Arthur Chunqi Li (1):
      Initialize IA32_FEATURE_CONTROL MSR in reset and migration

Jan Kiszka (1):
      kvm: Simplify kvm_handle_io

Liu Jinsong (1):
      kvm: x86: fix setting IA32_FEATURE_CONTROL with nested VMX disabled

Marcelo Tosatti (2):
      kvm-all.c: max_cpus should not exceed KVM vcpu limit
      kvm: i386: fix LAPIC TSC deadline timer save/restore

Paolo Bonzini (3):
      target-i386: remove tabs from target-i386/cpu.h
      kvm: migrate vPMU state
      kvm-stub: fix compilation

Vincenzo Maffione (1):
      kvm: add KVM_IRQFD_FLAG_RESAMPLE support

Wei Yang (1):
      kvm: shorten the parameter list for get_real_device()

 hw/i386/kvm/pci-assign.c |    9 +-
 hw/misc/vfio.c           |    4 +-
 hw/virtio/virtio-pci.c   |    2 +-
 include/sysemu/kvm.h     |    3 +-
 kvm-all.c                |   52 +++++------
 kvm-stub.c               |    3 +-
 target-i386/cpu.h        |  217 ++++++++++++++++++++++++++--------------------
 target-i386/kvm.c        |  139 +++++++++++++++++++++++++++--
 target-i386/machine.c    |   66 ++++++++++++++
 9 files changed, 351 insertions(+), 144 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Gleb Natapov <gleb@redhat.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: [Qemu-devel] [PATCH v3 00/10] [PULL] qemu-kvm.git uq/master queue
Date: Wed, 28 Aug 2013 17:33:28 +0300	[thread overview]
Message-ID: <cover.1377699173.git.gleb@redhat.com> (raw)

Anthony,

This obsoletes "[PULL v2 0/9] KVM changes for 2013-08-23"

The following changes since commit f03d07d4683b2e8325a7cb60b4e14b977b1a869c:

  Merge remote-tracking branch 'quintela/migration.next' into staging (2013-07-23 10:57:23 -0500)

are available in the git repository at:


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

for you to fetch changes up to 821c808bd1863efc2c1e977800ae77db633a185c:

  kvm-stub: fix compilation (2013-08-28 17:07:02 +0300)

----------------------------------------------------------------
Arthur Chunqi Li (1):
      Initialize IA32_FEATURE_CONTROL MSR in reset and migration

Jan Kiszka (1):
      kvm: Simplify kvm_handle_io

Liu Jinsong (1):
      kvm: x86: fix setting IA32_FEATURE_CONTROL with nested VMX disabled

Marcelo Tosatti (2):
      kvm-all.c: max_cpus should not exceed KVM vcpu limit
      kvm: i386: fix LAPIC TSC deadline timer save/restore

Paolo Bonzini (3):
      target-i386: remove tabs from target-i386/cpu.h
      kvm: migrate vPMU state
      kvm-stub: fix compilation

Vincenzo Maffione (1):
      kvm: add KVM_IRQFD_FLAG_RESAMPLE support

Wei Yang (1):
      kvm: shorten the parameter list for get_real_device()

 hw/i386/kvm/pci-assign.c |    9 +-
 hw/misc/vfio.c           |    4 +-
 hw/virtio/virtio-pci.c   |    2 +-
 include/sysemu/kvm.h     |    3 +-
 kvm-all.c                |   52 +++++------
 kvm-stub.c               |    3 +-
 target-i386/cpu.h        |  217 ++++++++++++++++++++++++++--------------------
 target-i386/kvm.c        |  139 +++++++++++++++++++++++++++--
 target-i386/machine.c    |   66 ++++++++++++++
 9 files changed, 351 insertions(+), 144 deletions(-)

             reply	other threads:[~2013-08-28 14:33 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-28 14:33 Gleb Natapov [this message]
2013-08-28 14:33 ` [Qemu-devel] [PATCH v3 00/10] [PULL] qemu-kvm.git uq/master queue Gleb Natapov
2013-08-28 14:33 ` [PATCH 01/10] Initialize IA32_FEATURE_CONTROL MSR in reset and migration Gleb Natapov
2013-08-28 14:33   ` [Qemu-devel] " Gleb Natapov
2013-08-28 14:33 ` [PATCH 02/10] target-i386: remove tabs from target-i386/cpu.h Gleb Natapov
2013-08-28 14:33   ` [Qemu-devel] " Gleb Natapov
2013-08-28 14:33 ` [PATCH 03/10] kvm: migrate vPMU state Gleb Natapov
2013-08-28 14:33   ` [Qemu-devel] " Gleb Natapov
2013-08-28 14:33 ` [PATCH 04/10] kvm: add KVM_IRQFD_FLAG_RESAMPLE support Gleb Natapov
2013-08-28 14:33   ` [Qemu-devel] " Gleb Natapov
2013-08-28 14:33 ` [PATCH 05/10] kvm: x86: fix setting IA32_FEATURE_CONTROL with nested VMX disabled Gleb Natapov
2013-08-28 14:33   ` [Qemu-devel] " Gleb Natapov
2013-08-28 14:33 ` [PATCH 06/10] kvm: Simplify kvm_handle_io Gleb Natapov
2013-08-28 14:33   ` [Qemu-devel] " Gleb Natapov
2013-08-28 14:33 ` [PATCH 07/10] kvm-all.c: max_cpus should not exceed KVM vcpu limit Gleb Natapov
2013-08-28 14:33   ` [Qemu-devel] " Gleb Natapov
2013-08-28 14:33 ` [PATCH 08/10] kvm: i386: fix LAPIC TSC deadline timer save/restore Gleb Natapov
2013-08-28 14:33   ` [Qemu-devel] " Gleb Natapov
2013-08-28 14:33 ` [PATCH 09/10] kvm: shorten the parameter list for get_real_device() Gleb Natapov
2013-08-28 14:33   ` [Qemu-devel] " Gleb Natapov
2013-08-28 14:33 ` [PATCH 10/10] kvm-stub: fix compilation Gleb Natapov
2013-08-28 14:33   ` [Qemu-devel] " Gleb Natapov

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=cover.1377699173.git.gleb@redhat.com \
    --to=gleb@redhat.com \
    --cc=anthony@codemonkey.ws \
    --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.