Markus Armbruster 8dddfb5531 cutils: Drop broken support for zero strtosz default_suffix
Commit 9f9b17a4's strtosz() defaults a missing suffix to 'M', except
it rejects fractions then (switch case 0).

When commit d8427002 introduced strtosz_suffix(), that changed:
fractions are no longer rejected, because we go to switch case 'M' on
missing suffix now.  Not mentioned in commit message, probably
unintentional.  Not worth changing back now.

Because case 0 is still around, you can get the old behavior by
passing a zero default_suffix to strtosz_suffix() or
strtosz_suffix_unit().  Undocumented and not used.  Drop.

Commit d8427002 also neglected to update the function comment.  Fix it
up.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2011-11-28 16:20:52 -06:00
2011-11-07 10:57:36 -06:00
2011-11-17 15:15:03 -02:00
2011-11-07 10:57:36 -06:00
2011-11-26 09:47:00 +00:00
2011-10-21 18:14:30 +02:00
2011-11-19 11:22:57 +00:00
2011-11-28 11:36:34 -06:00
2011-11-07 10:57:36 -06:00
2011-10-21 18:14:30 +02:00
2011-10-27 11:48:47 -02:00
2011-10-27 11:48:47 -02:00
2011-11-11 14:02:57 +01:00
2011-11-07 08:01:15 +00:00
2011-10-27 11:48:47 -02:00
2011-11-01 10:58:08 -05:00
2011-11-01 10:58:08 -05:00
2011-10-31 21:52:17 +01:00
2011-10-31 21:52:17 +01:00
2011-11-01 10:58:08 -05:00
2011-11-19 11:22:24 +00:00
2011-10-27 11:48:47 -02:00
2011-10-27 11:48:47 -02:00
2011-10-27 11:48:46 -02:00
2011-10-21 18:14:30 +02:00
2011-10-21 18:14:30 +02:00
2011-11-26 09:55:30 +00:00
2011-11-23 10:37:31 +00:00
2011-11-13 12:00:55 +02:00
2011-11-21 14:57:22 -06:00
2011-10-27 11:48:47 -02:00
2011-10-21 18:14:30 +02:00
2011-11-09 12:06:20 -06:00
2011-10-21 18:14:30 +02:00
2011-11-21 14:58:48 -06:00
2011-11-21 14:58:48 -06:00
2011-11-21 14:58:48 -06:00
2011-10-27 11:48:47 -02:00
2011-10-21 18:14:30 +02:00
2011-10-31 21:52:17 +01:00
2011-11-21 15:05:59 -06:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%