From patchwork Wed Dec 26 13:45:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gleb Natapov X-Patchwork-Id: 208169 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E3DF12C00C8 for ; Thu, 27 Dec 2012 00:46:19 +1100 (EST) Received: from localhost ([::1]:39354 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnrJJ-0002D2-SP for incoming@patchwork.ozlabs.org; Wed, 26 Dec 2012 08:46:17 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnrJ8-0002Cf-KM for qemu-devel@nongnu.org; Wed, 26 Dec 2012 08:46:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TnrJ7-0003DG-OU for qemu-devel@nongnu.org; Wed, 26 Dec 2012 08:46:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnrJ7-0003D7-GZ for qemu-devel@nongnu.org; Wed, 26 Dec 2012 08:46:05 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qBQDk3Dw001833 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 26 Dec 2012 08:46:03 -0500 Received: from dhcp-1-237.tlv.redhat.com (dhcp-4-26.tlv.redhat.com [10.35.4.26]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qBQDk2tO008276; Wed, 26 Dec 2012 08:46:03 -0500 Received: by dhcp-1-237.tlv.redhat.com (Postfix, from userid 13519) id 6092018D414; Wed, 26 Dec 2012 15:46:02 +0200 (IST) From: Gleb Natapov To: Anthony Liguori Date: Wed, 26 Dec 2012 15:45:48 +0200 Message-Id: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org Subject: [Qemu-devel] [PATCH 0/2] [PULL] qemu-kvm.git uq/master queue X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The following changes since commit e376a788ae130454ad5e797f60cb70d0308babb6: Merge remote-tracking branch 'kwolf/for-anthony' into staging (2012-12-13 14:32:28 -0600) 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 0a2a59d35cbabf63c91340a1c62038e3e60538c1: qemu-kvm/pci-assign: 64 bits bar emulation (2012-12-25 14:37:52 +0200) ---------------------------------------------------------------- Will Auld (1): target-i386: Enabling IA32_TSC_ADJUST for QEMU KVM guest VMs Xudong Hao (1): qemu-kvm/pci-assign: 64 bits bar emulation hw/kvm/pci-assign.c | 14 ++++++++++---- target-i386/cpu.h | 2 ++ target-i386/kvm.c | 14 ++++++++++++++ target-i386/machine.c | 21 +++++++++++++++++++++ 4 files changed, 47 insertions(+), 4 deletions(-)