From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4uYH-0001gk-U6 for qemu-devel@nongnu.org; Wed, 09 Jul 2014 12:17:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4uYA-0003cU-Re for qemu-devel@nongnu.org; Wed, 09 Jul 2014 12:17:01 -0400 Received: from mail-qg0-x22d.google.com ([2607:f8b0:400d:c04::22d]:36453) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4uYA-0003bp-M4 for qemu-devel@nongnu.org; Wed, 09 Jul 2014 12:16:54 -0400 Received: by mail-qg0-f45.google.com with SMTP id a108so6515343qge.4 for ; Wed, 09 Jul 2014 09:16:54 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <53BD6AF2.90709@gnu.org> Date: Wed, 09 Jul 2014 18:16:50 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1404921577-1461-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1404921577-1461-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL for-2.1 00/10] KVM changes (+ misc small fixes) for 2.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Il 09/07/2014 17:59, Paolo Bonzini ha scritto: > 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://github.com/bonzini/qemu.git > > for you to fetch changes up to 8bf3cc8370059a08996651a63cdabe0d2503b430: > > qtest: fix vhost-user-test compilation with old GLib (2014-07-09 17:36:15 +0200) > > ---------------------------------------------------------------- > Eduardo Habkost (1): > target-i386: Add "kvmclock-stable-bit" feature bit name > > James Hogan (4): > mips/kvm: Init EBase to correct KSEG0 > mips_malta: Change default KVM cpu to 24Kc (no FP) > 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 | 7 +++++++ > hw/mips/mips_malta.c | 27 +++++++++++++++++++++++---- > hw/timer/mc146818rtc.c | 2 +- > hw/watchdog/watchdog.c | 6 +++++- > target-i386/cpu.c | 2 +- > target-mips/translate.c | 8 +++++++- > tests/vhost-user-test.c | 4 ++++ > util/oslib-posix.c | 30 ++++++++++++++++-------------- > 8 files changed, 64 insertions(+), 22 deletions(-) > Nevermind, included the wrong version of patch 2. Paolo