|
|
218e99 |
From 079e736f93a50e24b6a9d5fc3d11e25175ce8aea Mon Sep 17 00:00:00 2001
|
|
|
218e99 |
From: Laszlo Ersek <lersek@redhat.com>
|
|
|
218e99 |
Date: Thu, 31 Oct 2013 16:29:31 +0100
|
|
|
218e99 |
Subject: [PATCH 12/29] qerror: drop QERR_OPEN_FILE_FAILED macro
|
|
|
218e99 |
|
|
|
218e99 |
RH-Author: Laszlo Ersek <lersek@redhat.com>
|
|
|
218e99 |
Message-id: <1383236971-6067-9-git-send-email-lersek@redhat.com>
|
|
|
218e99 |
Patchwork-id: 55198
|
|
|
218e99 |
O-Subject: [RHEL-7 qemu-kvm PATCH 8/8] qerror: drop QERR_OPEN_FILE_FAILED macro
|
|
|
218e99 |
Bugzilla: 907743
|
|
|
218e99 |
RH-Acked-by: Luiz Capitulino <lcapitulino@redhat.com>
|
|
|
218e99 |
RH-Acked-by: Kevin Wolf <kwolf@redhat.com>
|
|
|
218e99 |
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
218e99 |
|
|
|
218e99 |
From: Luiz Capitulino <lcapitulino@redhat.com>
|
|
|
218e99 |
|
|
|
218e99 |
Not used since the last commit.
|
|
|
218e99 |
|
|
|
218e99 |
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
|
|
|
218e99 |
Acked-by: Kevin Wolf <kwolf@redhat.com>
|
|
|
218e99 |
(cherry picked from commit dbfbc6373441e436ac6e2bcf7a8acb284225aa21)
|
|
|
218e99 |
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
218e99 |
---
|
|
|
218e99 |
include/qapi/qmp/qerror.h | 3 ---
|
|
|
218e99 |
1 file changed, 3 deletions(-)
|
|
|
218e99 |
|
|
|
218e99 |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
218e99 |
---
|
|
|
218e99 |
include/qapi/qmp/qerror.h | 3 ---
|
|
|
218e99 |
1 files changed, 0 insertions(+), 3 deletions(-)
|
|
|
218e99 |
|
|
|
218e99 |
diff --git a/include/qapi/qmp/qerror.h b/include/qapi/qmp/qerror.h
|
|
|
218e99 |
index 6c0a18d..c30c2f6 100644
|
|
|
218e99 |
--- a/include/qapi/qmp/qerror.h
|
|
|
218e99 |
+++ b/include/qapi/qmp/qerror.h
|
|
|
218e99 |
@@ -177,9 +177,6 @@ void assert_no_error(Error *err);
|
|
|
218e99 |
#define QERR_NOT_SUPPORTED \
|
|
|
218e99 |
ERROR_CLASS_GENERIC_ERROR, "Not supported"
|
|
|
218e99 |
|
|
|
218e99 |
-#define QERR_OPEN_FILE_FAILED \
|
|
|
218e99 |
- ERROR_CLASS_GENERIC_ERROR, "Could not open '%s'"
|
|
|
218e99 |
-
|
|
|
218e99 |
#define QERR_PERMISSION_DENIED \
|
|
|
218e99 |
ERROR_CLASS_GENERIC_ERROR, "Insufficient permission to perform this operation"
|
|
|
218e99 |
|
|
|
218e99 |
--
|
|
|
218e99 |
1.7.1
|
|
|
218e99 |
|