qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/17] Block layer patches
@ 2020-12-18 12:10 Kevin Wolf
  2020-12-18 12:10 ` [PULL 01/17] iotests/210: Fix reference output Kevin Wolf
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Kevin Wolf @ 2020-12-18 12:10 UTC (permalink / raw)
  To: qemu-block; +Cc: kwolf, peter.maydell, qemu-devel

The following changes since commit 75ee62ac606bfc9eb59310b9446df3434bf6e8c2:

  Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request' into staging (2020-12-17 18:53:36 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/kevin.git tags/for-upstream

for you to fetch changes up to be7c5ddd0d80e2d6cf8e3ef12c049851d28d9c26:

  block/vpc: Use sizeof() instead of HEADER_SIZE for footer size (2020-12-18 12:43:30 +0100)

----------------------------------------------------------------
Block layer patches:

- Add qemu-storage-daemon documentation
- hw/block/nand: Decommission the NAND museum
- vpc: Clean up some buffer abuse
- nfs: fix int overflow in nfs_client_open_qdict
- Several iotests fixes

----------------------------------------------------------------
Markus Armbruster (9):
      block/vpc: Make vpc_open() read the full dynamic header
      block/vpc: Don't abuse the footer buffer as BAT sector buffer
      block/vpc: Don't abuse the footer buffer for dynamic header
      block/vpc: Make vpc_checksum() take void *
      block/vpc: Pad VHDDynDiskHeader, replace uint8_t[] buffers
      block/vpc: Use sizeof() instead of 1024 for dynamic header size
      block/vpc: Pad VHDFooter, replace uint8_t[] buffers
      block/vpc: Pass footer buffers as VHDFooter * instead of uint8_t *
      block/vpc: Use sizeof() instead of HEADER_SIZE for footer size

Max Reitz (1):
      iotests/210: Fix reference output

Peter Lieven (1):
      block/nfs: fix int overflow in nfs_client_open_qdict

Philippe Mathieu-Daudé (1):
      hw/block/nand: Decommission the NAND museum

Stefan Hajnoczi (3):
      docs: generate qemu-storage-daemon-qmp-ref(7) man page
      docs: add qemu-storage-daemon(1) man page
      MAINTAINERS: add Kevin Wolf as storage daemon maintainer

Vladimir Sementsov-Ogievskiy (2):
      iotests: make _filter_qom_path more strict
      iotests:172: use _filter_qom_path

 docs/interop/conf.py                         |   2 +
 docs/interop/index.rst                       |   1 +
 docs/interop/qemu-storage-daemon-qmp-ref.rst |  13 +++
 docs/meson.build                             |   1 +
 docs/tools/conf.py                           |   2 +
 docs/tools/index.rst                         |   1 +
 docs/tools/qemu-storage-daemon.rst           | 148 ++++++++++++++++++++++++++
 block/nfs.c                                  |   2 +-
 block/vpc.c                                  | 146 +++++++++++++------------
 hw/block/nand.c                              |  12 +--
 MAINTAINERS                                  |   9 ++
 storage-daemon/qapi/qapi-schema.json         |   3 +
 tests/qemu-iotests/172                       |   2 +-
 tests/qemu-iotests/172.out                   | 152 +++++++++++++--------------
 tests/qemu-iotests/186.out                   |  56 +++++-----
 tests/qemu-iotests/210.out                   |   2 +-
 tests/qemu-iotests/common.filter             |   2 +-
 17 files changed, 361 insertions(+), 193 deletions(-)
 create mode 100644 docs/interop/qemu-storage-daemon-qmp-ref.rst
 create mode 100644 docs/tools/qemu-storage-daemon.rst



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

end of thread, other threads:[~2020-12-31 23:27 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-18 12:10 [PULL 00/17] Block layer patches Kevin Wolf
2020-12-18 12:10 ` [PULL 01/17] iotests/210: Fix reference output Kevin Wolf
2020-12-18 12:10 ` [PULL 02/17] hw/block/nand: Decommission the NAND museum Kevin Wolf
2020-12-18 12:10 ` [PULL 03/17] block/nfs: fix int overflow in nfs_client_open_qdict Kevin Wolf
2020-12-18 12:10 ` [PULL 04/17] docs: generate qemu-storage-daemon-qmp-ref(7) man page Kevin Wolf
2020-12-18 12:10 ` [PULL 05/17] docs: add qemu-storage-daemon(1) " Kevin Wolf
2020-12-18 12:10 ` [PULL 06/17] MAINTAINERS: add Kevin Wolf as storage daemon maintainer Kevin Wolf
2020-12-18 12:10 ` [PULL 07/17] iotests: make _filter_qom_path more strict Kevin Wolf
2020-12-18 12:10 ` [PULL 08/17] iotests:172: use _filter_qom_path Kevin Wolf
2020-12-18 12:10 ` [PULL 09/17] block/vpc: Make vpc_open() read the full dynamic header Kevin Wolf
2020-12-18 12:10 ` [PULL 10/17] block/vpc: Don't abuse the footer buffer as BAT sector buffer Kevin Wolf
2020-12-18 12:10 ` [PULL 11/17] block/vpc: Don't abuse the footer buffer for dynamic header Kevin Wolf
2020-12-18 12:10 ` [PULL 12/17] block/vpc: Make vpc_checksum() take void * Kevin Wolf
2020-12-18 12:10 ` [PULL 13/17] block/vpc: Pad VHDDynDiskHeader, replace uint8_t[] buffers Kevin Wolf
2020-12-18 12:10 ` [PULL 14/17] block/vpc: Use sizeof() instead of 1024 for dynamic header size Kevin Wolf
2020-12-18 12:10 ` [PULL 15/17] block/vpc: Pad VHDFooter, replace uint8_t[] buffers Kevin Wolf
2020-12-18 12:10 ` [PULL 16/17] block/vpc: Pass footer buffers as VHDFooter * instead of uint8_t * Kevin Wolf
2020-12-18 12:10 ` [PULL 17/17] block/vpc: Use sizeof() instead of HEADER_SIZE for footer size Kevin Wolf
2020-12-31 23:26 ` [PULL 00/17] Block layer patches Peter Maydell

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).