qemu-iotests: Test pwritev RMW logic
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>
This commit is contained in:
parent
cd33d02a10
commit
9e1cb96d9a
6 changed files with 504 additions and 0 deletions
|
|
@ -527,6 +527,14 @@ typedef enum {
|
|||
BLKDBG_FLUSH_TO_OS,
|
||||
BLKDBG_FLUSH_TO_DISK,
|
||||
|
||||
BLKDBG_PWRITEV_RMW_HEAD,
|
||||
BLKDBG_PWRITEV_RMW_AFTER_HEAD,
|
||||
BLKDBG_PWRITEV_RMW_TAIL,
|
||||
BLKDBG_PWRITEV_RMW_AFTER_TAIL,
|
||||
BLKDBG_PWRITEV,
|
||||
BLKDBG_PWRITEV_ZERO,
|
||||
BLKDBG_PWRITEV_DONE,
|
||||
|
||||
BLKDBG_EVENT_MAX,
|
||||
} BlkDebugEvent;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue