From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X88Ga-0004Co-2C for qemu-devel@nongnu.org; Fri, 18 Jul 2014 09:32:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X88GU-0000gG-FU for qemu-devel@nongnu.org; Fri, 18 Jul 2014 09:32:03 -0400 Received: from mail-qc0-x22e.google.com ([2607:f8b0:400d:c01::22e]:40960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X88GU-0000g4-AC for qemu-devel@nongnu.org; Fri, 18 Jul 2014 09:31:58 -0400 Received: by mail-qc0-f174.google.com with SMTP id o8so3314768qcw.5 for ; Fri, 18 Jul 2014 06:31:58 -0700 (PDT) Received: from yakj.usersys.redhat.com (net-37-117-147-76.cust.vodafonedsl.it. [37.117.147.76]) by mx.google.com with ESMTPSA id b19sm9938498qaw.44.2014.07.18.06.31.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Jul 2014 06:31:56 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Fri, 18 Jul 2014 15:31:36 +0200 Message-Id: <1405690302-5393-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 v2 for-2.1 0/6] target-i386, module, qtest patches for 2014-07-18 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 146ae00192ffcbd78f6b11fa78c72d1b3d628d8a: Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging (2014-07-15 15:51:12 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to fa666c10f2f3e15685ff88abd3bc433ddce012d6: Revert "kvmclock: Ensure time in migration never goes backward" (2014-07-18 15:28:03 +0200) ---------------------------------------------------------------- Andreas's fixes to --enable-modules, two 2.1 regression fixes, and a new qtest. Michael sent a pull request of his own, so I dropped the vhost changes. ---------------------------------------------------------------- Andreas Färber (2): module: Simplify module_load() module: Don't complain when a module is absent Paolo Bonzini (3): qtest: new test for wdt_ib700 Revert "kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculation" Revert "kvmclock: Ensure time in migration never goes backward" Ricky Zhou (1): target-i386: Allow execute from user mode when SMEP is enabled. hw/i386/kvm/clock.c | 52 ------------------- target-i386/helper.c | 3 +- tests/Makefile | 3 ++ tests/wdt_ib700-test.c | 134 +++++++++++++++++++++++++++++++++++++++++++++++++ util/module.c | 9 +--- 5 files changed, 141 insertions(+), 60 deletions(-) create mode 100644 tests/wdt_ib700-test.c -- 1.9.3