From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjUJV-0000Dp-Uz for qemu-devel@nongnu.org; Thu, 21 Nov 2013 08:29:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjUJQ-0003NA-1B for qemu-devel@nongnu.org; Thu, 21 Nov 2013 08:28:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:3977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjUJP-0003Ki-PA for qemu-devel@nongnu.org; Thu, 21 Nov 2013 08:28:51 -0500 From: Gleb Natapov Date: Thu, 21 Nov 2013 15:28:37 +0200 Message-Id: Subject: [Qemu-devel] [PATCH 0/3] [PULL] qemu-kvm.git uq/master queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: pbonzini@redhat.com, qemu-devel@nongnu.org, kvm@vger.kernel.org The following changes since commit fc8ead74674b7129e8f31c2595c76658e5622197: Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2013-10-18 10:03:24 -0700) 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 ef4cbe14342c1f63b3c754e306218f004f4e26c4: kvm: Fix uninitialized cpuid_data (2013-11-07 13:14:56 +0200) ---------------------------------------------------------------- Jan Kiszka (1): pci-assign: Remove dead code for direct I/O region access from userspace Paolo Bonzini (1): KVM: x86: fix typo in KVM_GET_XCRS Stefan Weil (1): kvm: Fix uninitialized cpuid_data hw/i386/kvm/pci-assign.c | 56 +++++++++--------------------------------------- target-i386/kvm.c | 13 ++++------- 2 files changed, 14 insertions(+), 55 deletions(-)