]> git.proxmox.com Git - mirror_qemu.git/commit - block/raw-format.c
block/raw-format: add zone operations to pass through requests
authorSam Li <faithilikerun@gmail.com>
Mon, 8 May 2023 04:55:29 +0000 (12:55 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 15 May 2023 12:17:03 +0000 (08:17 -0400)
commit50c4bcd496d536e6b2693fb6258a9f447c5e33ae
treecde07aaa64b1b7f89890f555238430586b9e08d4
parent6d43eaa39647507563017590b090b2e2b10aed2d
block/raw-format: add zone operations to pass through requests

raw-format driver usually sits on top of file-posix driver. It needs to
pass through requests of zone commands.

Signed-off-by: Sam Li <faithilikerun@gmail.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Dmitry Fomichev <dmitry.fomichev@wdc.com>
Acked-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 20230508045533.175575-5-faithilikerun@gmail.com
Message-id: 20230324090605.28361-5-faithilikerun@gmail.com
[Adjust commit message prefix as suggested by Philippe Mathieu-Daudé
<philmd@linaro.org>.
--Stefan]
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/raw-format.c