All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v2 for-2.4 v2 0/7] Block patches
@ 2015-07-22 11:43 Stefan Hajnoczi
  2015-07-22 11:43 ` [Qemu-devel] [PULL v2 for-2.4 v2 1/7] mirror: Speed up bitmap initial scanning Stefan Hajnoczi
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Stefan Hajnoczi @ 2015-07-22 11:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, Peter Maydell, Stefan Hajnoczi

The following changes since commit 774ee4772b6838b78741ea52d4bf26b8922244c5:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150721' into staging (2015-07-21 12:21:08 +0100)

are available in the git repository at:

  git://github.com/stefanha/qemu.git tags/block-pull-request

for you to fetch changes up to 05e514b1d4d5bd4209e2c8bbc76ff05c85a235f3:

  AioContext: optimize clearing the EventNotifier (2015-07-22 12:41:40 +0100)

----------------------------------------------------------------

----------------------------------------------------------------

Fam Zheng (1):
  mirror: Speed up bitmap initial scanning

Paolo Bonzini (6):
  qemu-timer: initialize "timers_done_ev" to set
  tests: remove irrelevant assertions from test-aio
  aio-win32: reorganize polling loop
  AioContext: fix broken ctx->dispatching optimization
  AioContext: fix broken placement of event_notifier_test_and_clear
  AioContext: optimize clearing the EventNotifier

 aio-posix.c                    |  20 +++---
 aio-win32.c                    |  48 +++++++------
 async.c                        |  37 ++++++----
 block/mirror.c                 |  14 ++--
 docs/aio_notify.promela        |  77 +++++++++------------
 docs/aio_notify_accept.promela | 152 +++++++++++++++++++++++++++++++++++++++++
 docs/aio_notify_bug.promela    | 140 +++++++++++++++++++++++++++++++++++++
 include/block/aio.h            |  61 +++++++++++++++--
 qemu-timer.c                   |   2 +-
 tests/test-aio.c               |  26 ++-----
 10 files changed, 448 insertions(+), 129 deletions(-)
 create mode 100644 docs/aio_notify_accept.promela
 create mode 100644 docs/aio_notify_bug.promela

-- 
2.4.3

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

end of thread, other threads:[~2015-07-27 15:41 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-22 11:43 [Qemu-devel] [PULL v2 for-2.4 v2 0/7] Block patches Stefan Hajnoczi
2015-07-22 11:43 ` [Qemu-devel] [PULL v2 for-2.4 v2 1/7] mirror: Speed up bitmap initial scanning Stefan Hajnoczi
2015-07-22 11:43 ` [Qemu-devel] [PULL v2 for-2.4 v2 2/7] qemu-timer: initialize "timers_done_ev" to set Stefan Hajnoczi
2015-07-22 11:43 ` [Qemu-devel] [PULL v2 for-2.4 v2 3/7] tests: remove irrelevant assertions from test-aio Stefan Hajnoczi
2015-07-22 11:43 ` [Qemu-devel] [PULL v2 for-2.4 v2 4/7] aio-win32: reorganize polling loop Stefan Hajnoczi
2015-07-22 11:43 ` [Qemu-devel] [PULL v2 for-2.4 v2 5/7] AioContext: fix broken ctx->dispatching optimization Stefan Hajnoczi
2015-07-23 14:14   ` Cornelia Huck
2015-07-23 17:20     ` Paolo Bonzini
2015-07-23 18:19       ` Paolo Bonzini
2015-07-23 19:19         ` Christian Borntraeger
2015-07-23 19:25           ` Paolo Bonzini
2015-07-23 19:29             ` Christian Borntraeger
2015-07-24  6:46               ` Cornelia Huck
2015-07-27 15:41                 ` Stefan Hajnoczi
2015-07-22 11:43 ` [Qemu-devel] [PULL v2 for-2.4 v2 6/7] AioContext: fix broken placement of event_notifier_test_and_clear Stefan Hajnoczi
2015-07-22 11:43 ` [Qemu-devel] [PULL v2 for-2.4 v2 7/7] AioContext: optimize clearing the EventNotifier Stefan Hajnoczi
2015-07-22 14:02 ` [Qemu-devel] [PULL v2 for-2.4 v2 0/7] Block patches Peter Maydell

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.