All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL for-2.1 0/6] target-i386, module, qtest patches for 2014-07-18
@ 2014-07-18  9:04 Paolo Bonzini
  2014-07-18  9:04 ` [Qemu-devel] [PULL 1/6] target-i386: Allow execute from user mode when SMEP is enabled Paolo Bonzini
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Paolo Bonzini @ 2014-07-18  9:04 UTC (permalink / raw)
  To: qemu-devel

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 d64be1e60d228e558baf677bb40c4732d08c2f17:

  Revert "kvmclock: Ensure time in migration never goes backward" (2014-07-15 21:46:44 +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         |   2 +
 tests/wdt_ib700-test.c | 134 +++++++++++++++++++++++++++++++++++++++++++++++++
 util/module.c          |   9 +---
 5 files changed, 140 insertions(+), 60 deletions(-)
 create mode 100644 tests/wdt_ib700-test.c
-- 
1.9.3

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [Qemu-devel] [PULL v2 for-2.1 0/6] target-i386, module, qtest patches for 2014-07-18
@ 2014-07-18 13:31 Paolo Bonzini
  2014-07-18 13:31 ` [Qemu-devel] [PULL 5/6] Revert "kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculation" Paolo Bonzini
  0 siblings, 1 reply; 14+ messages in thread
From: Paolo Bonzini @ 2014-07-18 13:31 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-07-18 13:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-18  9:04 [Qemu-devel] [PULL for-2.1 0/6] target-i386, module, qtest patches for 2014-07-18 Paolo Bonzini
2014-07-18  9:04 ` [Qemu-devel] [PULL 1/6] target-i386: Allow execute from user mode when SMEP is enabled Paolo Bonzini
2014-07-18  9:04 ` [Qemu-devel] [PULL 2/6] qtest: new test for wdt_ib700 Paolo Bonzini
2014-07-18  9:04 ` [Qemu-devel] [PULL 3/6] module: Simplify module_load() Paolo Bonzini
2014-07-18  9:04 ` [Qemu-devel] [PULL 4/6] module: Don't complain when a module is absent Paolo Bonzini
2014-07-18 13:48   ` Michael Tokarev
2014-07-18  9:04 ` [Qemu-devel] [PULL 5/6] Revert "kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculation" Paolo Bonzini
2014-07-18 11:31   ` Amit Shah
2014-07-18 11:36     ` Alexander Graf
2014-07-18 11:45       ` Amit Shah
2014-07-18  9:04 ` [Qemu-devel] [PULL 6/6] Revert "kvmclock: Ensure time in migration never goes backward" Paolo Bonzini
2014-07-18 12:46 ` [Qemu-devel] [PULL for-2.1 0/6] target-i386, module, qtest patches for 2014-07-18 Peter Maydell
2014-07-18 12:55   ` Paolo Bonzini
  -- strict thread matches above, loose matches on Subject: below --
2014-07-18 13:31 [Qemu-devel] [PULL v2 " Paolo Bonzini
2014-07-18 13:31 ` [Qemu-devel] [PULL 5/6] Revert "kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculation" Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.