]> git.proxmox.com Git - mirror_qemu.git/commit - block/stream.c
block/stream: add s->target_bs
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Wed, 16 Dec 2020 06:17:02 +0000 (09:17 +0300)
committerMax Reitz <mreitz@redhat.com>
Tue, 26 Jan 2021 13:36:37 +0000 (14:36 +0100)
commit0f6c94988afdf38228abdaf0b5504cc115f63836
treec8e91e5deb3fee67565db3217d6a722b0298ca96
parent9126a2dc4bde9dd282edc44c5e714b62dbe94918
block/stream: add s->target_bs

Add a direct link to target bs for convenience and to simplify
following commit which will insert COR filter above target bs.

This is a part of original commit written by Andrey.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20201216061703.70908-13-vsementsov@virtuozzo.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/stream.c