qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/15] NBD patches through 2021-10-15
@ 2021-10-15 21:09 Eric Blake
  2021-10-15 21:09 ` [PULL 01/15] qcow2: Silence clang -m32 compiler warning Eric Blake
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Eric Blake @ 2021-10-15 21:09 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit 253e399bab7c83b3411f8eac01840283a9304cb3:

  Merge remote-tracking branch 'remotes/kwolf/tags/for-upstream' into staging (2021-10-15 12:08:54 -0700)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2021-10-15

for you to fetch changes up to bec4042baefc1bfeae05b161aa17d2f57d526b60:

  block-backend: update blk_co_pwrite() and blk_co_pread() wrappers (2021-10-15 16:02:09 -0500)

[Still not included: Rich's patch for qemu-nbd --selinux-label]

----------------------------------------------------------------
nbd patches for 2021-10-15

- Vladimir Sementsov-Ogievskiy: Consistent use of 64-bit parameters in
  block operations
- Hanna Reitz: Silence 32-bit compiler warning

----------------------------------------------------------------
Hanna Reitz (1):
      qcow2: Silence clang -m32 compiler warning

Vladimir Sementsov-Ogievskiy (14):
      block-backend: blk_check_byte_request(): int64_t bytes
      block-backend: make blk_co_preadv() 64bit
      block-backend: convert blk_co_pwritev_part to int64_t bytes
      block-backend: convert blk_co_pdiscard to int64_t bytes
      block-backend: rename _do_ helper functions to _co_do_
      block-coroutine-wrapper.py: support BlockBackend first argument
      block-backend: drop blk_prw, use block-coroutine-wrapper
      block-backend: convert blk_foo wrappers to use int64_t bytes parameter
      block-backend: convert blk_co_copy_range to int64_t bytes
      block-backend: convert blk_aio_ functions to int64_t bytes paramter
      block-backend: blk_pread, blk_pwrite: rename count parameter to bytes
      block-backend: drop INT_MAX restriction from blk_check_byte_request()
      block-backend: fix blk_co_flush prototype to mention coroutine_fn
      block-backend: update blk_co_pwrite() and blk_co_pread() wrappers

 scripts/block-coroutine-wrapper.py |  12 +-
 block/coroutines.h                 |  33 ++++++
 include/sysemu/block-backend.h     |  33 +++---
 block/block-backend.c              | 237 ++++++++++++++++---------------------
 block/qcow2-cluster.c              |   3 +-
 block/trace-events                 |   4 +-
 6 files changed, 169 insertions(+), 153 deletions(-)

-- 
2.31.1



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

end of thread, other threads:[~2021-10-15 22:52 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-15 21:09 [PULL 00/15] NBD patches through 2021-10-15 Eric Blake
2021-10-15 21:09 ` [PULL 01/15] qcow2: Silence clang -m32 compiler warning Eric Blake
2021-10-15 21:09 ` [PULL 02/15] block-backend: blk_check_byte_request(): int64_t bytes Eric Blake
2021-10-15 21:09 ` [PULL 03/15] block-backend: make blk_co_preadv() 64bit Eric Blake
2021-10-15 21:09 ` [PULL 04/15] block-backend: convert blk_co_pwritev_part to int64_t bytes Eric Blake
2021-10-15 21:10 ` [PULL 05/15] block-backend: convert blk_co_pdiscard " Eric Blake
2021-10-15 21:10 ` [PULL 06/15] block-backend: rename _do_ helper functions to _co_do_ Eric Blake
2021-10-15 21:10 ` [PULL 07/15] block-coroutine-wrapper.py: support BlockBackend first argument Eric Blake
2021-10-15 21:10 ` [PULL 08/15] block-backend: drop blk_prw, use block-coroutine-wrapper Eric Blake
2021-10-15 21:10 ` [PULL 09/15] block-backend: convert blk_foo wrappers to use int64_t bytes parameter Eric Blake
2021-10-15 21:10 ` [PULL 10/15] block-backend: convert blk_co_copy_range to int64_t bytes Eric Blake
2021-10-15 21:10 ` [PULL 11/15] block-backend: convert blk_aio_ functions to int64_t bytes paramter Eric Blake
2021-10-15 21:10 ` [PULL 12/15] block-backend: blk_pread, blk_pwrite: rename count parameter to bytes Eric Blake
2021-10-15 21:10 ` [PULL 13/15] block-backend: drop INT_MAX restriction from blk_check_byte_request() Eric Blake
2021-10-15 21:10 ` [PULL 14/15] block-backend: fix blk_co_flush prototype to mention coroutine_fn Eric Blake
2021-10-15 21:10 ` [PULL 15/15] block-backend: update blk_co_pwrite() and blk_co_pread() wrappers Eric Blake
2021-10-15 22:49 ` [PULL 00/15] NBD patches through 2021-10-15 Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).