[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 0/3] Trivial patches
From: |
Maria Kustova |
Subject: |
[Qemu-devel] [PATCH v2 0/3] Trivial patches |
Date: |
Tue, 18 Mar 2014 09:59:16 +0400 |
These patches are the part of OPW application.
Two of them update help messages of qemu-io utility.
And last one replaces fprintf() with error_setg() in curl.c
Changes v1 -> v2:
* Removed trailing "\n" from the error string in error_setg() call
Maria Kustova (3):
qemu-io-cmds: Fixed typo in example for writev.
block: Replaced old error handling with error reporting API.
qemu-io: Extended "--cmd" description in usage text
block/curl.c | 2 +-
qemu-io-cmds.c | 2 +-
qemu-io.c | 9 ++++++---
3 files changed, 8 insertions(+), 5 deletions(-)
--
1.8.2.1
- [Qemu-devel] [PATCH v2 0/3] Trivial patches,
Maria Kustova <=
- [Qemu-devel] [PATCH v2 1/3] qemu-io-cmds: Fixed typo in example for writev., Maria Kustova, 2014/03/18
- [Qemu-devel] [PATCH v2 3/3] qemu-io: Extended "--cmd" description in usage text, Maria Kustova, 2014/03/18
- [Qemu-devel] [PATCH v2 2/3] block: Replaced old error handling with error reporting API., Maria Kustova, 2014/03/18
- Re: [Qemu-devel] [PATCH v2 0/3] Trivial patches, Kevin Wolf, 2014/03/18
- Re: [Qemu-devel] [PATCH v2 0/3] Trivial patches, Stefan Hajnoczi, 2014/03/18