From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [PATCH 0/6] [PULL] qemu-kvm.git uq/master queue Date: Fri, 5 Aug 2011 17:55:25 -0300 Message-ID: Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, Marcelo Tosatti To: Anthony Liguori Return-path: Received: from mx1.redhat.com ([209.132.183.28]:46647 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755726Ab1HEU4X (ORCPT ); Fri, 5 Aug 2011 16:56:23 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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(-)