From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuIg4-0000Ar-R3 for qemu-devel@nongnu.org; Wed, 03 Jul 2013 04:44:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UuIg4-0007U8-2T for qemu-devel@nongnu.org; Wed, 03 Jul 2013 04:44:40 -0400 Received: from mail-bk0-x22e.google.com ([2a00:1450:4008:c01::22e]:58726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuIg3-0007U4-SK for qemu-devel@nongnu.org; Wed, 03 Jul 2013 04:44:40 -0400 Received: by mail-bk0-f46.google.com with SMTP id na10so2742404bkb.33 for ; Wed, 03 Jul 2013 01:44:39 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Wed, 3 Jul 2013 10:44:27 +0200 Message-Id: <1372841072-22265-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 0/5] KVM changes for 2013-07-03 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, gleb@redhat.com Anthony, The following changes since commit 1acd5a373905ddb28957842256a038956941f332: Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging (2013-07-01 09:03:04 -0500) 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 00f4d64ee76e873be881a82d893a591487aa7950: kvmclock: clock should count only if vm is running (2013-07-03 10:41:32 +0200) Thanks, Paolo ---------------------------------------------------------------- Amos Kong (1): kvm: add detail error message when fail to add ioeventfd Marcelo Tosatti (1): kvmclock: clock should count only if vm is running Michael S. Tsirkin (2): kvm: zero-initialize KVM_SET_GSI_ROUTING input kvm: skip system call when msi route is unchanged Wanlong Gao (1): pci-assign: remove the duplicate function name in debug message hw/i386/kvm/clock.c | 64 +++++++++++++++++++++++------------------------- hw/i386/kvm/pci-assign.c | 12 ++++----- kvm-all.c | 27 +++++++++++--------- 3 files changed, 51 insertions(+), 52 deletions(-) -- 1.8.1.4