[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 9/9] qerror: drop QERR_OPEN_FILE_FAILED macro
From: |
Luiz Capitulino |
Subject: |
[Qemu-devel] [PATCH 9/9] qerror: drop QERR_OPEN_FILE_FAILED macro |
Date: |
Mon, 10 Jun 2013 13:02:28 -0400 |
Not used since the last commit.
Signed-off-by: Luiz Capitulino <address@hidden>
---
include/qapi/qmp/qerror.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/qapi/qmp/qerror.h b/include/qapi/qmp/qerror.h
index 6c0a18d..c30c2f6 100644
--- a/include/qapi/qmp/qerror.h
+++ b/include/qapi/qmp/qerror.h
@@ -177,9 +177,6 @@ void assert_no_error(Error *err);
#define QERR_NOT_SUPPORTED \
ERROR_CLASS_GENERIC_ERROR, "Not supported"
-#define QERR_OPEN_FILE_FAILED \
- ERROR_CLASS_GENERIC_ERROR, "Could not open '%s'"
-
#define QERR_PERMISSION_DENIED \
ERROR_CLASS_GENERIC_ERROR, "Insufficient permission to perform this
operation"
--
1.8.1.4
- [Qemu-devel] [PATCH v2 0/9] QMP/HMP: add error reason to open failures, Luiz Capitulino, 2013/06/10
- [Qemu-devel] [PATCH 4/9] blockdev: use error_setg_file_open(), Luiz Capitulino, 2013/06/10
- [Qemu-devel] [PATCH 5/9] cpus: use error_setg_file_open(), Luiz Capitulino, 2013/06/10
- [Qemu-devel] [PATCH 2/9] rng-random: use error_setg_file_open(), Luiz Capitulino, 2013/06/10
- [Qemu-devel] [PATCH 1/9] error: add error_setg_file_open() helper, Luiz Capitulino, 2013/06/10
- [Qemu-devel] [PATCH 3/9] block: mirror_complete(): use error_setg_file_open(), Luiz Capitulino, 2013/06/10
- [Qemu-devel] [PATCH 7/9] savevm: qmp_xen_save_devices_state(): use error_setg_file_open(), Luiz Capitulino, 2013/06/10
- [Qemu-devel] [PATCH 9/9] qerror: drop QERR_OPEN_FILE_FAILED macro,
Luiz Capitulino <=
- [Qemu-devel] [PATCH 8/9] block: bdrv_reopen_prepare(): don't use QERR_OPEN_FILE_FAILED, Luiz Capitulino, 2013/06/10
- [Qemu-devel] [PATCH 6/9] dump: qmp_dump_guest_memory(): use error_setg_file_open(), Luiz Capitulino, 2013/06/10
- Re: [Qemu-devel] [PATCH v2 0/9] QMP/HMP: add error reason to open failures, Stefan Hajnoczi, 2013/06/11
- Re: [Qemu-devel] [PATCH v2 0/9] QMP/HMP: add error reason to open failures, Stefan Hajnoczi, 2013/06/11
- Re: [Qemu-devel] [PATCH v2 0/9] QMP/HMP: add error reason to open failures, Kevin Wolf, 2013/06/11