--- include/qapi/qmp/qerror.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/qapi/qmp/qerror.h b/include/qapi/qmp/qerror.h index 6c0a18d..3f99c8c 100644 --- a/include/qapi/qmp/qerror.h +++ b/include/qapi/qmp/qerror.h @@ -108,6 +108,9 @@ void assert_no_error(Error *err); #define QERR_DEVICE_NOT_ACTIVE \ ERROR_CLASS_DEVICE_NOT_ACTIVE, "Device '%s' has not been activated" +#define QERR_DEVICE_NOT_DEDUPLICATED \ + ERROR_CLASS_GENERIC_ERROR, "Device '%s' doesn't support deduplication" + #define QERR_DEVICE_NOT_ENCRYPTED \ ERROR_CLASS_GENERIC_ERROR, "Device '%s' is not encrypted" -- 1.7.10.4
- [Qemu-devel] [RFC V5 21/62] qcow2: Remove hash when cluster ... Benoît Canet
- [Qemu-devel] [RFC V5 55/62] block: Add bdrv_resume_dedup. Benoît Canet
- [Qemu-devel] [RFC V5 57/62] qcow2: Add qcow2_pause_dedup. Benoît Canet
- [Qemu-devel] [RFC V5 16/62] qcow2-cache: Allow to choose tab... Benoît Canet
- [Qemu-devel] [RFC V5 62/62] qmp: Add block_resume_dedup. Benoît Canet
- [Qemu-devel] [RFC V5 35/62] qcow2: Add qcow2_co_dedup_resume... Benoît Canet
- [Qemu-devel] [RFC V5 58/62] qcow2: Add qcow2_resume_dedup. Benoît Canet
- [Qemu-devel] [RFC V5 04/62] qcow2: Make update_refcount publ... Benoît Canet
- [Qemu-devel] [RFC V5 53/62] block: Add bdrv_has_dedup. Benoît Canet
- [Qemu-devel] [RFC V5 20/62] qcow2: Drop hash for a given clu... Benoît Canet
- [Qemu-devel] [RFC V5 60/62] qerror: Add QERR_DEVICE_NOT_DEDU... Benoît Canet
- [Qemu-devel] [RFC V5 17/62] qcow2: Extract qcow2_add_feature... Benoît Canet
- [Qemu-devel] [RFC V5 28/62] qcow2: Do not overwrite existing... Benoît Canet
- [Qemu-devel] [RFC V5 15/62] qcow2: Extract qcow2_do_table_in... Benoît Canet
- [Qemu-devel] [RFC V5 43/62] qcow2: Count QCowHashNode remova... Benoît Canet
- [Qemu-devel] [RFC V5 23/62] qcow2: Integrate deduplication i... Benoît Canet
- [Qemu-devel] [RFC V5 05/62] qcow2: Create a way to link to l... Benoît Canet
- [Qemu-devel] [RFC V5 10/62] qcow2: Add qcow2_dedup_grow_tabl... Benoît Canet
- [Qemu-devel] [RFC V5 31/62] qcow2: Use large L2 table for de... Benoît Canet
- [Qemu-devel] [RFC V5 30/62] qcow2: Add lazy refcounts to ded... Benoît Canet
- [Qemu-devel] [RFC V5 14/62] qcow2: Load and save deduplicati... Benoît Canet