From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Gpq-0000Wf-4w for qemu-devel@nongnu.org; Thu, 10 Jul 2014 12:04:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5Gph-0004EE-4k for qemu-devel@nongnu.org; Thu, 10 Jul 2014 12:04:38 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:62726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Gpg-0004Dr-Tr for qemu-devel@nongnu.org; Thu, 10 Jul 2014 12:04:29 -0400 Received: by mail-wi0-f169.google.com with SMTP id hi2so4728573wib.0 for ; Thu, 10 Jul 2014 09:04:25 -0700 (PDT) Received: from playground.station ([37.116.194.21]) by mx.google.com with ESMTPSA id by3sm91931143wjc.10.2014.07.10.09.04.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Jul 2014 09:04:23 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 10 Jul 2014 18:04:03 +0200 Message-Id: <1405008253-9816-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL v3 00/10] KVM changes (+ misc small fixes) for 2.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 9d9de254c2b81b68cd48f2324cc753a570a4cdd8: MAINTAINERS: seccomp: change email contact for Eduardo Otubo (2014-07-03 12:36:15 +0100) 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 0a58991a5f7efd6eb8a66643f4fd894b9c6874b7: qtest: fix vhost-user-test compilation with old GLib (2014-07-10 17:06:33 +0200) ---------------------------------------------------------------- Eduardo Habkost (1): target-i386: Add "kvmclock-stable-bit" feature bit name James Hogan (4): mips/kvm: Init EBase to correct KSEG0 mips/kvm: Disable FPU on reset with KVM mips_malta: Remove incorrect KVM T&E references mips_malta: Catch kernels linked at wrong address Miroslav Rezanina (1): Enforce stack protector usage Nikolay Nikolaev (1): qtest: fix vhost-user-test compilation with old GLib Paolo Bonzini (2): watchdog: fix deadlock with -watchdog-action pause mc146818rtc: register the clock reset notifier on the right clock Stefan Weil (1): oslib-posix: Fix new compiler error with -Wclobbered configure | 9 ++++++++- hw/mips/mips_malta.c | 20 +++++++++++++++++--- hw/timer/mc146818rtc.c | 2 +- hw/watchdog/watchdog.c | 6 +++++- target-i386/cpu.c | 2 +- target-mips/kvm.c | 7 +++++++ target-mips/translate.c | 8 +++++++- tests/vhost-user-test.c | 4 ++++ util/oslib-posix.c | 30 ++++++++++++++++-------------- 9 files changed, 66 insertions(+), 22 deletions(-) -- 1.8.3.1