[Qemu-devel] [PATCH v8 0/2] pflash: Require backend size to match device, improve errors

Markus Armbruster posted 2 patches 5 years, 1 month ago
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190319163551.32499-1-armbru@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>, John Snow <jsnow@redhat.com>
hw/block/block.c         | 48 +++++++++++++++++++++++++++++++++++++++-
hw/block/pflash_cfi01.c  | 15 +++----------
hw/block/pflash_cfi02.c  | 13 +++--------
include/hw/block/block.h |  7 +++++-
4 files changed, 59 insertions(+), 24 deletions(-)
[Qemu-devel] [PATCH v8 0/2] pflash: Require backend size to match device, improve errors
Posted by Markus Armbruster 5 years, 1 month ago
v8:
* Split into two patches
* Commit messages reworked
* Factor out blk_check_size_and_read_all(), fix error paths [László]
* Use error_setg_errno() [László]
* Don't use blk_name() for errors [Kevin] (*sigh*)
* Since this amounts to a complete rewrite of the first patch, take
  authorship, so my mistakes aren't blamed on Alex

Alex Bennée (1):
  pflash: Bury disabled code to limit device sizes

Markus Armbruster (1):
  pflash: Require backend size to match device, improve errors

 hw/block/block.c         | 48 +++++++++++++++++++++++++++++++++++++++-
 hw/block/pflash_cfi01.c  | 15 +++----------
 hw/block/pflash_cfi02.c  | 13 +++--------
 include/hw/block/block.h |  7 +++++-
 4 files changed, 59 insertions(+), 24 deletions(-)

-- 
2.17.2