From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wj17n-0004av-SQ for qemu-devel@nongnu.org; Sat, 10 May 2014 02:51:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wj17b-00028y-PZ for qemu-devel@nongnu.org; Sat, 10 May 2014 02:51:11 -0400 Received: from mail-ee0-x22b.google.com ([2a00:1450:4013:c00::22b]:41169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wj17b-00028l-H5 for qemu-devel@nongnu.org; Sat, 10 May 2014 02:50:59 -0400 Received: by mail-ee0-f43.google.com with SMTP id d17so3186576eek.2 for ; Fri, 09 May 2014 23:50:58 -0700 (PDT) Received: from playground.lan (net-37-117-141-58.cust.vodafonedsl.it. [37.117.141.58]) by mx.google.com with ESMTPSA id n41sm16353934eeg.4.2014.05.09.23.50.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 May 2014 23:50:57 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Sat, 10 May 2014 08:50:44 +0200 Message-Id: <1399704652-6827-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 0/8] KVM changes for 2014-05-08 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 3a87f8b6859e6221b827ab4737779dddb37553ec: Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into staging (2014-03-20 11:45:38 +0000) 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 12474c96368ec3a01ad95c81fe9d00bd33e01877: target-i386: the x86 CPL is stored in CS.selector - auto update hflags accordingly. (2014-05-10 08:47:56 +0200) ---------------------------------------------------------------- Alexey Kardashevskiy (1): kvm: add set_one_reg/get_one_reg helpers Gonglei (1): pci-assign: Fix a bug when map MSI-X table memory failed Kevin O'Connor (4): target-i386: set eflags prior to calling svm_load_seg_cache() in svm_helper.c target-i386: set eflags and cr0 prior to calling cpu_x86_load_seg_cache() in smm_helper.c target-i386: set eflags prior to calling cpu_x86_load_seg_cache() in seg_helper.c target-i386: the x86 CPL is stored in CS.selector - auto update hflags accordingly. Michael S. Tsirkin (1): pci-assign: limit # of msix vectors Stefan Weil (1): target-i386: Remove unused data from local array bsd-user/main.c | 2 -- hw/i386/kvm/pci-assign.c | 13 ++++++------ include/sysemu/kvm.h | 20 ++++++++++++++++++ kvm-all.c | 18 ++++++++++++++++ linux-user/main.c | 2 -- target-i386/cpu.h | 25 +++++++++++------------ target-i386/kvm.c | 3 +-- target-i386/seg_helper.c | 53 +++++++++++++++++------------------------------- target-i386/smm_helper.c | 34 +++++++++++++++---------------- target-i386/svm_helper.c | 11 ++-------- 10 files changed, 96 insertions(+), 85 deletions(-) -- 1.8.3.1