diff options
Diffstat (limited to 'qemu/docs/blkdebug.txt')
-rw-r--r-- | qemu/docs/blkdebug.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/qemu/docs/blkdebug.txt b/qemu/docs/blkdebug.txt index b67a36d5c..43d8e8f9c 100644 --- a/qemu/docs/blkdebug.txt +++ b/qemu/docs/blkdebug.txt @@ -1,6 +1,6 @@ Block I/O error injection using blkdebug ---------------------------------------- -Copyright (C) 2014 Red Hat Inc +Copyright (C) 2014-2015 Red Hat Inc This work is licensed under the terms of the GNU GPL, version 2 or later. See the COPYING file in the top-level directory. @@ -92,8 +92,9 @@ The core events are: flush_to_disk - flush the host block device's disk cache -See block/blkdebug.c:event_names[] for the full list of events. You may need -to grep block driver source code to understand the meaning of specific events. +See qapi/block-core.json:BlkdebugEvent for the full list of events. +You may need to grep block driver source code to understand the +meaning of specific events. State transitions ----------------- |