From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCnrQ-0005hE-3q for qemu-devel@nongnu.org; Fri, 23 Aug 2013 05:41:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCnrH-0004pC-Mf for qemu-devel@nongnu.org; Fri, 23 Aug 2013 05:40:52 -0400 Received: from mail-ea0-x22f.google.com ([2a00:1450:4013:c01::22f]:55444) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCnrH-0004ow-E9 for qemu-devel@nongnu.org; Fri, 23 Aug 2013 05:40:43 -0400 Received: by mail-ea0-f175.google.com with SMTP id m14so187997eaj.34 for ; Fri, 23 Aug 2013 02:40:42 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Fri, 23 Aug 2013 11:39:44 +0200 Message-Id: <1377250793-24027-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 0/9] KVM changes for 2013-08-23 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: anthony@codemonkey.ws, gleb@redhat.com 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