[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v3 0/3] qemu-io: clean up cvtnum usage
From: |
John Snow |
Subject: |
[Qemu-devel] [PATCH v3 0/3] qemu-io: clean up cvtnum usage |
Date: |
Tue, 3 Nov 2015 19:17:39 -0500 |
cvtnum returns an int64_t, not an int, so correct the lvalue types
wherever it is used. While we're at it, make the error messages more
meaningful and hopefully less confusing.
v3:
- pulled a lot of loose yarn, now missing my sweater
(Updated patch 1 even further, reported-by Kevin)
v2:
- Squashed NSIG error-checking from patch 3 into patch 1
- Reported-by credits for Max and Reviewed-by from Eric added
________________________________________________________________________________
For convenience, this branch is available at:
https://github.com/jnsnow/qemu.git branch qemu-io-tidy
https://github.com/jnsnow/qemu/tree/qemu-io-tidy
This version is tagged qemu-io-tidy-v3:
https://github.com/jnsnow/qemu/releases/tag/qemu-io-tidy-v3
John Snow (3):
qemu-io: fix cvtnum lval types
qemu-io: Check for trailing chars
qemu-io: Correct error messages
qemu-io-cmds.c | 150 ++++++++++++++++++++++++++++++++++++---------------------
1 file changed, 95 insertions(+), 55 deletions(-)
--
2.4.3
- [Qemu-devel] [PATCH v3 0/3] qemu-io: clean up cvtnum usage,
John Snow <=