All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/8] Block patches
@ 2019-05-10 13:02 Stefan Hajnoczi
  2019-05-10 13:02 ` [Qemu-devel] [PULL 1/8] util/readline: add a space to fix errors by checkpatch tool Stefan Hajnoczi
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Stefan Hajnoczi @ 2019-05-10 13:02 UTC (permalink / raw)
  To: qemu-devel
  Cc: Fam Zheng, Peter Maydell, qemu-block, Max Reitz, Stefan Hajnoczi,
	Paolo Bonzini, Kevin Wolf

The following changes since commit 812b835fb4d23dd108b2f9802158472d50b73579:

  Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-05-07' into staging (2019-05-09 16:31:12 +0100)

are available in the Git repository at:

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

for you to fetch changes up to e84125761f78919fe63616d9888ea45e72dc956f:

  docs: add Security chapter to the documentation (2019-05-10 10:53:52 +0100)

----------------------------------------------------------------
Pull request

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

Andrey Shinkevich (1):
  block/io.c: fix for the allocation failure

Jules Irenge (3):
  util/readline: add a space to fix errors by checkpatch tool
  util: readline: replace tab indent by four spaces to fix checkpatch
    errors
  util/readline: Add braces to fix checkpatch errors

Nikita Alekseev (1):
  block: Add coroutine_fn to bdrv_check_co_entry

Paolo Bonzini (1):
  aio-posix: ensure poll mode is left when aio_notify is called

Stefan Hajnoczi (2):
  docs: add Secure Coding Practices to developer docs
  docs: add Security chapter to the documentation

 Makefile                               |   2 +-
 block.c                                |   2 +-
 block/io.c                             |   2 +-
 util/aio-posix.c                       |  12 +-
 util/readline.c                        | 174 ++++++++++++++-----------
 docs/devel/index.rst                   |   1 +
 docs/devel/secure-coding-practices.rst | 106 +++++++++++++++
 docs/security.texi                     | 131 +++++++++++++++++++
 qemu-doc.texi                          |   3 +
 9 files changed, 347 insertions(+), 86 deletions(-)
 create mode 100644 docs/devel/secure-coding-practices.rst
 create mode 100644 docs/security.texi

-- 
2.21.0



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

end of thread, other threads:[~2019-05-10 14:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-10 13:02 [Qemu-devel] [PULL 0/8] Block patches Stefan Hajnoczi
2019-05-10 13:02 ` [Qemu-devel] [PULL 1/8] util/readline: add a space to fix errors by checkpatch tool Stefan Hajnoczi
2019-05-10 13:02 ` [Qemu-devel] [PULL 2/8] util: readline: replace tab indent by four spaces to fix checkpatch errors Stefan Hajnoczi
2019-05-10 13:02 ` [Qemu-devel] [PULL 3/8] util/readline: Add braces " Stefan Hajnoczi
2019-05-10 13:02 ` [Qemu-devel] [PULL 4/8] block: Add coroutine_fn to bdrv_check_co_entry Stefan Hajnoczi
2019-05-10 13:02 ` [Qemu-devel] [PULL 5/8] block/io.c: fix for the allocation failure Stefan Hajnoczi
2019-05-10 13:02 ` [Qemu-devel] [PULL 6/8] aio-posix: ensure poll mode is left when aio_notify is called Stefan Hajnoczi
2019-05-10 13:02 ` [Qemu-devel] [PULL 7/8] docs: add Secure Coding Practices to developer docs Stefan Hajnoczi
2019-05-10 13:02 ` [Qemu-devel] [PULL 8/8] docs: add Security chapter to the documentation Stefan Hajnoczi
2019-05-10 14:24 ` [Qemu-devel] [PULL 0/8] 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.