All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/9] KVM changes for 2013-08-23
@ 2013-08-23  9:03 Paolo Bonzini
  2013-08-23  9:03 ` [Qemu-devel] [PULL 1/9] Initialize IA32_FEATURE_CONTROL MSR in reset and migration Paolo Bonzini
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Paolo Bonzini @ 2013-08-23  9:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: anthony, gleb

Anthony,

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 3f994214cd39cfdac57be32c4d0cf401a046b17f:

  kvm: shorten the parameter list for get_real_device() (2013-08-22 18:40:12 +0200)

Paolo

----------------------------------------------------------------
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: shorten the parameter list for get_real_device()

Vincenzo Maffione (1):
      kvm: add KVM_IRQFD_FLAG_RESAMPLE support

 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 +++++-------
 target-i386/cpu.h        | 217 ++++++++++++++++++++++++++---------------------
 target-i386/kvm.c        | 139 ++++++++++++++++++++++++++++--
 target-i386/machine.c    |  66 ++++++++++++++
 8 files changed, 349 insertions(+), 143 deletions(-)
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [Qemu-devel] [PULL 0/9] KVM changes for 2013-08-23
@ 2013-08-23  9:39 Paolo Bonzini
  2013-08-23  9:39 ` [Qemu-devel] [PULL 1/9] Initialize IA32_FEATURE_CONTROL MSR in reset and migration Paolo Bonzini
  0 siblings, 1 reply; 17+ messages in thread
From: Paolo Bonzini @ 2013-08-23  9:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: anthony, gleb

Anthony,

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 3f994214cd39cfdac57be32c4d0cf401a046b17f:

  kvm: shorten the parameter list for get_real_device() (2013-08-22 18:40:12 +0200)

Paolo

----------------------------------------------------------------
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: shorten the parameter list for get_real_device()

Vincenzo Maffione (1):
      kvm: add KVM_IRQFD_FLAG_RESAMPLE support

 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 +++++-------
 target-i386/cpu.h        | 217 ++++++++++++++++++++++++++---------------------
 target-i386/kvm.c        | 139 ++++++++++++++++++++++++++++--
 target-i386/machine.c    |  66 ++++++++++++++
 8 files changed, 349 insertions(+), 143 deletions(-)
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [Qemu-devel] [PULL 0/9] KVM changes for 2013-08-23
@ 2013-08-24  3:49 Paolo Bonzini
  2013-08-24  3:49 ` [Qemu-devel] [PULL 1/9] Initialize IA32_FEATURE_CONTROL MSR in reset and migration Paolo Bonzini
  0 siblings, 1 reply; 17+ messages in thread
From: Paolo Bonzini @ 2013-08-24  3:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: anthony, gleb

Anthony,

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 3f994214cd39cfdac57be32c4d0cf401a046b17f:

  kvm: shorten the parameter list for get_real_device() (2013-08-22 18:40:12 +0200)

Paolo

----------------------------------------------------------------
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: shorten the parameter list for get_real_device()

Vincenzo Maffione (1):
      kvm: add KVM_IRQFD_FLAG_RESAMPLE support

 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 +++++-------
 target-i386/cpu.h        | 217 ++++++++++++++++++++++++++---------------------
 target-i386/kvm.c        | 139 ++++++++++++++++++++++++++++--
 target-i386/machine.c    |  66 ++++++++++++++
 8 files changed, 349 insertions(+), 143 deletions(-)
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [Qemu-devel] [PULL v2 0/9] KVM changes for 2013-08-23
@ 2013-08-24  3:55 Paolo Bonzini
  2013-08-24  3:55 ` [Qemu-devel] [PULL 1/9] Initialize IA32_FEATURE_CONTROL MSR in reset and migration Paolo Bonzini
  0 siblings, 1 reply; 17+ messages in thread
From: Paolo Bonzini @ 2013-08-24  3:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: anthony, gleb

Anthony,

now sending v2 for real.  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 867c47cbba5d5ff8f27cc22634f30da56d09c2c4:

  kvm: shorten the parameter list for get_real_device() (2013-08-23 11:37:35 +0200)

Paolo

----------------------------------------------------------------
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 (2):
      target-i386: remove tabs from target-i386/cpu.h
      kvm: migrate vPMU state

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 +++++-------
 target-i386/cpu.h        | 217 ++++++++++++++++++++++++++---------------------
 target-i386/kvm.c        | 139 ++++++++++++++++++++++++++++--
 target-i386/machine.c    |  66 ++++++++++++++
 8 files changed, 349 insertions(+), 143 deletions(-)
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2013-08-24  3:56 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-23  9:03 [Qemu-devel] [PULL 0/9] KVM changes for 2013-08-23 Paolo Bonzini
2013-08-23  9:03 ` [Qemu-devel] [PULL 1/9] Initialize IA32_FEATURE_CONTROL MSR in reset and migration Paolo Bonzini
2013-08-23  9:03 ` [Qemu-devel] [PULL 2/9] target-i386: remove tabs from target-i386/cpu.h Paolo Bonzini
2013-08-23  9:03 ` [Qemu-devel] [PULL 3/9] kvm: migrate vPMU state Paolo Bonzini
2013-08-23  9:03 ` [Qemu-devel] [PULL 4/9] kvm: add KVM_IRQFD_FLAG_RESAMPLE support Paolo Bonzini
2013-08-23  9:03 ` [Qemu-devel] [PULL 5/9] kvm: x86: fix setting IA32_FEATURE_CONTROL with nested VMX disabled Paolo Bonzini
2013-08-23  9:03 ` [Qemu-devel] [PULL 6/9] kvm: Simplify kvm_handle_io Paolo Bonzini
2013-08-23  9:03 ` [Qemu-devel] [PULL 7/9] kvm-all.c: max_cpus should not exceed KVM vcpu limit Paolo Bonzini
2013-08-23  9:03 ` [Qemu-devel] [PULL 8/9] kvm: i386: fix LAPIC TSC deadline timer save/restore Paolo Bonzini
2013-08-23  9:03 ` [Qemu-devel] [PULL 9/9] kvm: shorten the parameter list for get_real_device() Paolo Bonzini
2013-08-23  9:37   ` Wei Yang
2013-08-23  9:37     ` Paolo Bonzini
2013-08-23  9:39 [Qemu-devel] [PULL 0/9] KVM changes for 2013-08-23 Paolo Bonzini
2013-08-23  9:39 ` [Qemu-devel] [PULL 1/9] Initialize IA32_FEATURE_CONTROL MSR in reset and migration Paolo Bonzini
2013-08-23 10:10   ` Andreas Färber
2013-08-23 10:11     ` Paolo Bonzini
2013-08-24  3:49 [Qemu-devel] [PULL 0/9] KVM changes for 2013-08-23 Paolo Bonzini
2013-08-24  3:49 ` [Qemu-devel] [PULL 1/9] Initialize IA32_FEATURE_CONTROL MSR in reset and migration Paolo Bonzini
2013-08-24  3:55 [Qemu-devel] [PULL v2 0/9] KVM changes for 2013-08-23 Paolo Bonzini
2013-08-24  3:55 ` [Qemu-devel] [PULL 1/9] Initialize IA32_FEATURE_CONTROL MSR in reset and migration Paolo Bonzini

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.