| Submitter | Benoît Canet |
|---|---|
| Date | Jan. 16, 2013, 3:48 p.m. |
| Message ID | <1358351321-4891-61-git-send-email-benoit@irqsave.net> |
| Download | mbox | patch |
| Permalink | /patch/212933/ |
| State | New |
| Headers | show |
Comments
Patch
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"