From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpRRD-0000xQ-5S for qemu-devel@nongnu.org; Fri, 05 Aug 2011 16:56:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpRRA-00024U-GR for qemu-devel@nongnu.org; Fri, 05 Aug 2011 16:56:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpRRA-000243-6A for qemu-devel@nongnu.org; Fri, 05 Aug 2011 16:56:08 -0400 From: Marcelo Tosatti Date: Fri, 5 Aug 2011 17:55:25 -0300 Message-Id: Subject: [Qemu-devel] [PATCH 0/6] [PULL] qemu-kvm.git uq/master queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org The following changes since commit 35d7ace74bd07e3d6983c1fd7cbfab4e11175689: qcow2: Fix L1 table size after bdrv_snapshot_goto (2011-08-05 07:15:47 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master Jan Kiszka (2): kvmclock: Fix feature detection kvm: Drop obsolete KVM_IOEVENTFD #ifdefs Joerg Roedel (3): qemu: Add strtosz_suffix_unit function qemu-x86: Add tsc_freq option to -cpu qemu-x86: Set tsc_khz in kvm when supported Marcelo Tosatti (1): Remove #ifdef KVM_CAP_TSC_CONTROL cutils.c | 16 +++++++++++----- hw/kvmclock.c | 7 ++----- kvm-all.c | 8 -------- qemu-common.h | 2 ++ target-i386/cpu.h | 1 + target-i386/cpuid.c | 13 +++++++++++++ target-i386/kvm.c | 16 +++++++++++++++- 7 files changed, 44 insertions(+), 19 deletions(-)