]> git.proxmox.com Git - qemu.git/blobdiff - qerror.h
QError: Add QERR_KVM_MISSING_CAP
[qemu.git] / qerror.h
index c1be8b96e445019ab10edd0845f885854ae49679..6c100afc29a1a527b619c5eba99384aa279fa2af 100644 (file)
--- a/qerror.h
+++ b/qerror.h
@@ -44,4 +44,7 @@ QError *qobject_to_qerror(const QObject *obj);
 #define QERR_DEVICE_NOT_ACTIVE \
         "{ 'class': 'DeviceNotActive', 'data': { 'device': %s } }"
 
+#define QERR_KVM_MISSING_CAP \
+        "{ 'class': 'KVMMissingCap', 'data': { 'capability': %s, 'feature': %s } }"
+
 #endif /* QERROR_H */