The following changes since commit 90a2541b763b31d2b551b07e24aae3de5266d31b:
target-i386: fix over 80 chars warnings (2013-06-15 17:50:38 +0000) are available in the git repository at: git://repo.or.cz/qemu/qmp-unstable.git queue/qmp for you to fetch changes up to dbfbc6373441e436ac6e2bcf7a8acb284225aa21: qerror: drop QERR_OPEN_FILE_FAILED macro (2013-06-17 11:01:14 -0400) ---------------------------------------------------------------- Luiz Capitulino (9): error: add error_setg_file_open() helper rng-random: use error_setg_file_open() block: mirror_complete(): use error_setg_file_open() blockdev: use error_setg_file_open() cpus: use error_setg_file_open() dump: qmp_dump_guest_memory(): use error_setg_file_open() savevm: qmp_xen_save_devices_state(): use error_setg_file_open() block: bdrv_reopen_prepare(): don't use QERR_OPEN_FILE_FAILED qerror: drop QERR_OPEN_FILE_FAILED macro backends/rng-random.c | 3 +-- block.c | 4 ++-- block/mirror.c | 2 +- blockdev.c | 11 +++++++---- cpus.c | 4 ++-- dump.c | 2 +- include/qapi/error.h | 5 +++++ include/qapi/qmp/qerror.h | 3 --- savevm.c | 2 +- util/error.c | 5 +++++ 10 files changed, 25 insertions(+), 16 deletions(-)