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: Sat, 16 Apr 2011 19:10:02 -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]:33642 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755895Ab1DPWLt (ORCPT ); Sat, 16 Apr 2011 18:11:49 -0400 Sender: kvm-owner@vger.kernel.org List-ID: The following changes since commit adc56dda0c4eed62149d28939b7d7e329ad95ae8: migration: move some declarations to migration.h (2011-04-15 20:14:54 +0000) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master Glauber Costa (3): kvm: use kernel-provided para_features instead of statically coming up with new capabilities kvm: add kvmclock to its second bit kvm: create kvmclock when one of the flags are present Jan Kiszka (3): Break up user and system cpu_interrupt implementations Redirect cpu_interrupt to callback handler kvm: Install specialized interrupt handler cpu-all.h | 14 ++++++++- exec.c | 18 ++++++++--- hw/kvmclock.c | 6 +++- kvm-all.c | 11 +++++++ target-i386/cpuid.c | 3 +- target-i386/kvm.c | 78 ++++++++++++++++++++++++++++++++------------------- 6 files changed, 92 insertions(+), 38 deletions(-)