From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Gleb Natapov Date: Wed, 26 Dec 2012 15:45:48 +0200 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/2] [PULL] qemu-kvm.git uq/master queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, kvm@vger.kernel.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(-)