[PATCH RESEND 0/2] block/qapi: Dead code cleanup

Fabiano Rosas posted 2 patches 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230901184605.32260-1-farosas@suse.de
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
block/qapi.c         | 32 ++------------------------------
include/block/qapi.h |  3 ---
2 files changed, 2 insertions(+), 33 deletions(-)
[PATCH RESEND 0/2] block/qapi: Dead code cleanup
Posted by Fabiano Rosas 8 months ago
Hi,

I'm resending a couple of already reviewed patches that were part of a
larger series[1].

Thanks

1- https://lore.kernel.org/r/20230609201910.12100-1-farosas@suse.de

Fabiano Rosas (2):
  block: Remove bdrv_query_block_node_info
  block: Remove unnecessary variable in bdrv_block_device_info

 block/qapi.c         | 32 ++------------------------------
 include/block/qapi.h |  3 ---
 2 files changed, 2 insertions(+), 33 deletions(-)

-- 
2.35.3
Re: [PATCH RESEND 0/2] block/qapi: Dead code cleanup
Posted by Kevin Wolf 7 months, 4 weeks ago
Am 01.09.2023 um 20:46 hat Fabiano Rosas geschrieben:
> Hi,
> 
> I'm resending a couple of already reviewed patches that were part of a
> larger series[1].
> 
> Thanks
> 
> 1- https://lore.kernel.org/r/20230609201910.12100-1-farosas@suse.de
> 
> Fabiano Rosas (2):
>   block: Remove bdrv_query_block_node_info
>   block: Remove unnecessary variable in bdrv_block_device_info

Thanks, applied to the block branch.

Kevin