]> git.proxmox.com Git - mirror_qemu.git/commit
block: Add COR filter driver
authorMax Reitz <mreitz@redhat.com>
Sat, 21 Apr 2018 13:29:21 +0000 (15:29 +0200)
committerMax Reitz <mreitz@redhat.com>
Tue, 15 May 2018 14:15:21 +0000 (16:15 +0200)
commit6c6f24fd84895d03baa898bbc4324dd4ccc97071
tree629f764ccbe141ebf1ed12b932935278594aa44f
parentb05a2225d2e87a04697509219d00ced7c46ed34d
block: Add COR filter driver

This adds a simple copy-on-read filter driver.  It relies on the already
existing COR functionality in the central block layer code, which may be
moved here once we no longer need it there.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-id: 20180421132929.21610-2-mreitz@redhat.com
Reviewed-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/Makefile.objs
block/copy-on-read.c [new file with mode: 0644]
qapi/block-core.json